diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2016-09-12 13:56:06 -0400 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2016-09-12 13:56:06 -0400 |
commit | b09d83b416924f6723b93c0450346b79f8e08525 (patch) | |
tree | 0e4cb98dfd74b7561f57092571f013d190e72952 /jobs | |
parent | 759ecfd7517d4b616d8ec41fd2fe6d7c698aff06 (diff) |
Removed long forgotten Xen jobs from jobs/virtualization.txt.in
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/virtualization.txt.in | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/jobs/virtualization.txt.in b/jobs/virtualization.txt.in index 70b6655..919691b 100644 --- a/jobs/virtualization.txt.in +++ b/jobs/virtualization.txt.in @@ -14,27 +14,3 @@ _description: cloud image. _summary: Verify KVM guest boots - -plugin: shell -category_id: 2013.com.canonical.plainbox::virtualization -id: virtualization/xen_ok -requires: package.name == 'libvirt-bin' -user: root -estimated_duration: 1.0 -command: virsh -c xen:/// domstate Domain-0 -_description: - Test to verify that the Xen Hypervisor is running. -_summary: - Verify Xen is running - -plugin: shell -category_id: 2013.com.canonical.plainbox::virtualization -id: virtualization/xen_check_vm -depends: virtualization/xen_ok -user: root -estimated_duration: 300.0 -command: xen_test /images/xentest.img /images/xentest.xml -_description: - Test to check that a Xen domU image can boot and run on Xen on Ubuntu -_summary: - Verify Xen domU can boot |