/usr/share/2013.com.canonical.certification:checkbox/jobs/virtualization.txt.in is in plainbox-provider-checkbox 0.4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | plugin: shell
id: virtualization/kvm_check_vm
user: root
environ: http_proxy https_proxy
requires:
package.name == 'qemu-kvm'
package.name == 'qemu-utils'
virtualization.kvm == 'supported'
command: virtualization kvm --debug
_description:
Test to check that a cloud image boots and works properly with KVM
plugin: shell
id: virtualization/xen_ok
requires: package.name == 'libvirt-bin'
user: root
command: virsh -c xen:/// domstate Domain-0
_description:
Test to verify that the Xen Hypervisor is running.
plugin: shell
id: virtualization/xen_check_vm
depends: virtualization/xen_ok
user: root
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
|