This file is indexed.

/usr/lib/plainbox-providers-1/checkbox/jobs/virtualization.txt is in plainbox-provider-checkbox 0.3-2.

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
name: 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
name: 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
name: 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