diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2014-08-07 16:56:16 -0400 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2014-08-07 16:56:16 -0400 |
commit | ec8af762d5ef5b09613fe945c5f920083515850a (patch) | |
tree | 5f79aae7b4432edeef1b070d0a3f96e0500ed1e1 | |
parent | 632fe63803f3855e48844a8517343cdb41f7a6e2 (diff) |
Removed deleted test from virtualization-only.whitelist. Cleaned up virtualization.txt.in in checkbox provider to add summary and estimated_duration entries.
-rw-r--r-- | jobs/virtualization.txt.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/jobs/virtualization.txt.in b/jobs/virtualization.txt.in index 020bbfe..e1c772d 100644 --- a/jobs/virtualization.txt.in +++ b/jobs/virtualization.txt.in @@ -2,6 +2,7 @@ plugin: shell id: virtualization/kvm_check_vm user: root environ: http_proxy https_proxy +estimated_duration: 300.0 requires: package.name == 'qemu-system' package.name == 'qemu-utils' @@ -9,20 +10,27 @@ requires: command: virtualization kvm --debug _description: Test to check that a cloud image boots and works properly with KVM +_summary: + Verify KVM VM boots plugin: shell 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 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 |