libvirt/tests
Juan Hernandez dacd160d74 Avoid hidden cgroup mount points
Currently the scan of the /proc/mounts file used to find cgroup mount
points doesn't take into account that mount points may hidden by other
mount points. For, example in certain Kubernetes environments the
/proc/mounts contains the following lines:

  cgroup /sys/fs/cgroup/net_prio,net_cls cgroup ...
  tmpfs /sys/fs/cgroup tmpfs ...
  cgroup /sys/fs/cgroup/net_cls,net_prio cgroup ...

In this particular environment the first mount point is hidden by the
second one. The correct mount point is the third one, but libvirt will
never process it because it only checks the first mount point for each
controller (net_cls in this case). So libvirt will try to use the first
mount point, which doesn't actually exist, and the complete detection
process will fail.

To avoid that issue this patch changes the virCgroupDetectMountsFromFile
function so that when there are duplicates it takes the information from
the last line in /proc/mounts. This requires removing the previous
explicit condition to skip duplicates, and adding code to free the
memory used by the processing of duplicated lines.

Related-To: https://bugzilla.redhat.com/1468214
Related-To: https://github.com/kubevirt/libvirt/issues/4
Signed-off-by: Juan Hernandez <jhernand@redhat.com>
2017-07-13 09:37:52 +02:00
..
bhyveargv2xmldata bhyve: add e1000 nic support 2017-02-11 06:51:28 +04:00
bhyvexml2argvdata bhyve: add vga configuration for video driver 2017-06-27 17:44:27 +04:00
bhyvexml2xmloutdata bhyve: add vga configuration for video driver 2017-06-27 17:44:27 +04:00
capabilityschemadata tests: unify qemu binary paths for all qemu related tests 2017-04-11 14:06:47 +02:00
commanddata
cputestdata cputest: Disable "cmt" feature unknown to QEMU 2017-03-27 16:29:27 +02:00
domaincapsschemadata tests: domaincapstest: add test for Q35 machine type 2017-04-18 13:27:11 +02:00
domainconfdata
domainschemadata tests: unify qemu binary paths for all qemu related tests 2017-04-11 14:06:47 +02:00
domainsnapshotxml2xmlin
domainsnapshotxml2xmlout tests: unify qemu binary paths for all qemu related tests 2017-04-11 14:06:47 +02:00
fchostdata/fc_host nodedev: Fabric name must not be required for fc_host capability 2017-01-18 06:31:54 -05:00
genericxml2xmlindata tests: genericxml2xml: Add test case for HTTP based disk 2017-04-28 10:22:40 +02:00
genericxml2xmloutdata tests: unify qemu binary paths for all qemu related tests 2017-04-11 14:06:47 +02:00
interfaceschemadata
lxcconf2xmldata lxc: support <interface type='ethernet'> 2016-05-24 15:21:05 -04:00
lxcxml2xmldata lxc: add possibility to define init uid/gid 2017-07-11 10:41:24 +02:00
lxcxml2xmloutdata
networkxml2confdata network: don't add "no-resolv" if we still need DNS servers from resolv.conf 2017-03-21 11:25:59 -04:00
networkxml2firewalldata
networkxml2xmlin network: don't add "no-resolv" if we still need DNS servers from resolv.conf 2017-03-21 11:25:59 -04:00
networkxml2xmlout network: don't add "no-resolv" if we still need DNS servers from resolv.conf 2017-03-21 11:25:59 -04:00
networkxml2xmlupdatein
networkxml2xmlupdateout
nodedevschemadata node_device: introduce new capability FC_RPORT 2017-05-26 10:44:05 -04:00
nssdata nss: Introduce libvirt-guest module 2016-12-06 13:34:00 +01:00
nwfilterxml2firewalldata tests: redo test argv file line wrapping 2015-11-09 15:50:39 +00:00
nwfilterxml2xmlin
nwfilterxml2xmlout
qemuagentdata tests: unify qemu binary paths for all qemu related tests 2017-04-11 14:06:47 +02:00
qemuargv2xmldata tests: unify qemu binary paths for all qemu related tests 2017-04-11 14:06:47 +02:00
qemucapabilitiesdata qemu: caps: blacklist QEMU_CAPS_CHARDEV 2017-07-10 17:15:53 -04:00
qemucaps2xmldata
qemuhelpdata qemuhelptest: regenerate data for qemu-kvm-1.2.0 2016-09-23 10:30:54 +02:00
qemuhotplugtestcpus tests: unify qemu binary paths for all qemu related tests 2017-04-11 14:06:47 +02:00
qemuhotplugtestdevices tests: hotplug: Test disks with duplicate WWNs 2017-06-23 14:11:25 +02:00
qemuhotplugtestdomains tests: hotplug: Test disks with duplicate WWNs 2017-06-23 14:11:25 +02:00
qemumemlockdata tests: Introduce QEMU memory locking limit tests 2017-03-28 10:54:50 +02:00
qemumonitorjsondata qemu: domain: Use vcpu 'node-id' property and pass it back to qemu 2017-07-10 13:23:04 +02:00
qemuxml2argvdata qemu: command: support -chardev for platform devices 2017-07-10 17:22:42 -04:00
qemuxml2xmloutdata tests: qemuxml2argv: drop redundant serial testing 2017-07-10 16:59:59 -04:00
secretxml2xmlin conf: Add new secret type "tls" 2016-09-09 08:20:05 -04:00
securityselinuxhelperdata
securityselinuxlabeldata
sexpr2xmldata
storagepoolschemadata
storagepoolxml2xmlin schema: do not require name for certain pool types 2017-03-29 10:36:55 +02:00
storagepoolxml2xmlout conf: do not steal pointers from the pool source 2017-03-29 10:36:55 +02:00
storagevolschemadata
storagevolxml2argvdata tests: Add storagevol tests for format=iso 2017-03-08 13:22:33 -05:00
storagevolxml2xmlin tests: Add storagevol tests for format=iso 2017-03-08 13:22:33 -05:00
storagevolxml2xmlout tests: Add storagevol tests for format=iso 2017-03-08 13:22:33 -05:00
sysinfodata tests: sysinfo: Add test data for HP moonshot aarch64 box 2017-03-07 10:44:26 +01:00
vboxsnapshotxmldata
vircaps2xmldata Report more correct information for cache control 2017-06-16 13:09:41 +02:00
vircgroupdata Avoid hidden cgroup mount points 2017-07-13 09:37:52 +02:00
virconfdata
virfiledata
virhostcpudata tests: Add linux-caches sysfs entries for vircaps2xmltest 2017-03-27 13:13:29 +02:00
virjsondata tests: Validate that JSON deflattening fixed nested json pseudo-protocol strings 2017-07-11 14:24:17 +02:00
virmacmaptestdata util: Introduce virMACMap module 2016-12-06 13:33:18 +01:00
virnetdaemondata
virnetdevtestdata/sys/class/net
virpcitestdata tests: Fix PCI test data filenames for Windows 2014-01-25 12:53:11 +01:00
virscsidata
virstorageutildata storage: gluster: Use volume name as "<name>" field in the XML 2017-04-04 16:36:15 +02:00
virusbtestdata/sys_bus_usb/devices
vmwareverdata
vmx2xmldata
xencapsdata
xlconfigdata xenconfig: fix handling of NULL disk source 2017-05-19 08:47:36 -06:00
xmconfigdata xmconfigdata: drop tests for multi serial 2016-09-02 12:46:03 -06:00
xml2sexprdata conf/openvz: eliminate incorrect/undocumented use of <source dev='blah'/> 2016-06-26 19:33:08 -04:00
xml2vmxdata esx: Add VMCI device for virtualHW >= 7 2016-05-26 11:17:06 +02:00
.valgrind.supp valgrind: add suppression for bash memory leak 2017-02-14 10:54:29 +01:00
bhyveargv2xmlmock.c bhyve: add tests for bhyveParseCommandLineString 2016-07-10 15:40:11 -04:00
bhyveargv2xmltest.c conf: Add save cookie callbacks to xmlopt 2017-06-07 13:36:01 +02:00
bhyvexml2argvmock.c Set coalesce settings for domain interfaces 2017-04-21 13:35:04 +02:00
bhyvexml2argvtest.c bhyve: add vga configuration for video driver 2017-06-27 17:44:27 +04:00
bhyvexml2xmltest.c bhyve: add vga configuration for video driver 2017-06-27 17:44:27 +04:00
check-file-access.pl
commandhelper.c
commandtest.c tests: fix some resource leaks 2017-04-11 13:23:01 +02:00
cputest.c conf: Refactor virCPUDefParseXML 2017-06-07 13:36:01 +02:00
domaincapsmock.c domaincapstest: Don't read data from host 2016-07-01 12:20:54 +02:00
domaincapstest.c tests: domaincapstest: add test for Q35 machine type 2017-04-18 13:27:11 +02:00
domainconftest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
domainsnapshotxml2xmltest.c conf: Pass xmlopt to virDomainSnapshotDefFormat 2017-06-07 13:36:01 +02:00
esxutilstest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
eventtest.c lib: Fix c99 style comments 2017-04-27 14:13:19 +02:00
fchosttest.c tests: fix some resource leaks 2017-04-11 13:23:01 +02:00
fdstreamtest.c fdstreamtest: Print more info on read failure 2017-04-28 14:17:10 +02:00
file_access_whitelist.txt
genericxml2xmltest.c tests: genericxml2xml: Add test case for HTTP based disk 2017-04-28 10:22:40 +02:00
interfacexml2xmltest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
libvirtd-fail
libvirtd-pool tests: consistently source test-lib.sh in scripts 2016-04-23 15:41:40 -04:00
lxcconf2xmltest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
lxcxml2xmltest.c lxc: add possibility to define init uid/gid 2017-07-11 10:41:24 +02:00
Makefile.am tests: Rename jsontest to virjsontest 2017-07-11 14:02:28 +02:00
metadatatest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
networkxml2conftest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
networkxml2firewalltest.c Prevent test failures with ebtables/iptables/ip6tables are missing 2017-04-19 10:51:51 +01:00
networkxml2xmltest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
networkxml2xmlupdatetest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
nodedevxml2xmltest.c node_device: introduce new capability FC_RPORT 2017-05-26 10:44:05 -04:00
nsslinktest.c nss: Use macro to generate public API names 2016-12-06 13:33:18 +01:00
nssmock.c nss: Introduce libvirt-guest module 2016-12-06 13:34:00 +01:00
nsstest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
nwfilterebiptablestest.c Prevent test failures with ebtables/iptables/ip6tables are missing 2017-04-19 10:51:51 +01:00
nwfilterxml2firewalltest.c Prevent test failures with ebtables/iptables/ip6tables are missing 2017-04-19 10:51:51 +01:00
nwfilterxml2xmltest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
objecteventtest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
objectlocking.ml
oomtrace.pl
openvzutilstest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
openvzutilstest.conf openvz: Add simple test for openvzReadNetworkConf 2011-06-01 11:58:15 +02:00
pkix_asn1_tab.c
qemuagenttest.c tests: use global virQEMUDriver 2017-04-11 14:06:47 +02:00
qemuargv2xmltest.c virDomainXMLOption: Introduce virDomainABIStabilityDomain 2017-06-05 09:08:52 +02:00
qemucapabilitiestest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
qemucaps2xmlmock.c
qemucaps2xmltest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
qemucapsprobe.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
qemucapsprobemock.c qemucapsprobe: Ignore all greetings except the first one 2016-11-25 20:34:26 +01:00
qemucommandutiltest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
qemucpumock.c qemu: Fix typo in __QEMU_CAPSPRIV_H_ALLOW__ 2017-03-23 10:24:34 +01:00
qemuhelptest.c qemu: caps: blacklist QEMU_CAPS_CHARDEV 2017-07-10 17:15:53 -04:00
qemuhotplugtest.c tests: hotplug: Test disks with duplicate WWNs 2017-06-23 14:11:25 +02:00
qemumemlocktest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
qemumonitorjsontest.c qemu: handle missing bind host/service on chardev hotplug 2017-07-11 15:18:31 +02:00
qemumonitortest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
qemumonitortestutils.c refactoring: Use the return value of virObjectRef directly 2017-04-10 14:49:20 +02:00
qemumonitortestutils.h tests: qemu: Add helper to load full monitor conversation from file 2017-01-18 10:04:11 +01:00
qemuxml2argvmock.c qemu: set default vhost-user ifname 2017-01-20 15:42:12 +01:00
qemuxml2argvtest.c qemu: caps: blacklist QEMU_CAPS_CHARDEV 2017-07-10 17:15:53 -04:00
qemuxml2xmltest.c qemu: caps: blacklist QEMU_CAPS_CHARDEV 2017-07-10 17:15:53 -04:00
scsihosttest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
seclabeltest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
secretxml2xmltest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
securityselinuxhelper.c
securityselinuxlabeltest.c security: don't relabel chardev source if virtlogd is used as stdio handler 2017-06-16 16:00:10 +02:00
securityselinuxtest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
sexpr2xmltest.c virDomainXMLOption: Introduce virDomainABIStabilityDomain 2017-06-05 09:08:52 +02:00
shunloadhelper.c
shunloadtest.c
sockettest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
ssh.c
storagebackendsheepdogtest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
storagepoolxml2xmltest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
storagevolxml2argvtest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
storagevolxml2xmltest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
sysinfotest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
test-lib.sh
test-wrap-argv.pl test-wrap-argv.pl: Accept short parameter -i for --in-place 2017-05-15 12:34:19 +02:00
testutils.c conf: Add save cookie callbacks to xmlopt 2017-06-07 13:36:01 +02:00
testutils.h tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
testutilslxc.c tests: Add VIR_TEST_DEBUG and VIR_TEST_VERBOSE 2015-04-23 17:08:48 -04:00
testutilslxc.h
testutilsqemu.c cpu_ppc64: Add support for host-model on POWER9 2017-06-13 10:35:53 +02:00
testutilsqemu.h cpu_ppc64: Add support for host-model on POWER9 2017-06-13 10:35:53 +02:00
testutilsxen.c xlconfigtest: add tests for 'nestedhvm' support 2017-04-27 15:05:44 -06:00
testutilsxen.h Fix build without xen 2016-06-14 08:25:25 +02:00
utiltest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
vboxsnapshotxmltest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
viralloctest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
viratomictest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virauthconfigtest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virbitmaptest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virbuftest.c util: introduce virBufferEscapeRegex 2017-05-12 16:54:33 +02:00
vircaps2xmltest.c Report more correct information for cache control 2017-06-16 13:09:41 +02:00
vircapstest.c tests: don't use different QEMU binary paths for different virt types 2017-04-11 14:06:47 +02:00
vircgroupmock.c tests: fix some resource leaks 2017-04-11 13:23:01 +02:00
vircgrouptest.c Avoid hidden cgroup mount points 2017-07-13 09:37:52 +02:00
virconftest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
vircryptotest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virdbusmock.c
virdbustest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virdrivermoduletest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virendiantest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virfiletest.c virfiletest: include linux/falloc.h 2017-05-19 14:02:37 +02:00
virfilewrapper.c tests: stub out virfilewrapper.c on Win32 2017-05-11 11:45:41 +01:00
virfilewrapper.h tests: Add virfilewrapper -- the new super "mock" 2017-05-09 13:12:40 +02:00
virfirewalltest.c Prevent test failures with ebtables/iptables/ip6tables are missing 2017-04-19 10:51:51 +01:00
virhashdata.h Rename hash.h and hash.c to virhash.h and virhash.c 2012-01-26 14:11:13 +00:00
virhashtest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virhostcpumock.c lib: Fix c99 style comments 2017-04-27 14:13:19 +02:00
virhostcputest.c util: Remove virsysfs and instead enhance virFileReadValue* functions 2017-05-09 13:12:40 +02:00
virhostdevtest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
viridentitytest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
viriscsitest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virjsontest.c tests: virjson: Reuse VIR_TEST_VERBOSE in testJSONCopy 2017-07-11 14:40:05 +02:00
virkeycodetest.c util: switch over to use keycodemapdb GIT submodule 2017-04-25 21:14:18 +01:00
virkeyfiletest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virkmodtest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virlockspacetest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virlogtest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virmacmapmock.c util: Introduce virMACMap module 2016-12-06 13:33:18 +01:00
virmacmaptest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virmock.h
virnetdaemonmock.c
virnetdaemontest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virnetdevbandwidthmock.c
virnetdevbandwidthtest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virnetdevmock.c
virnetdevtest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virnetmessagetest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virnetserverclientmock.c
virnetserverclienttest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virnetsockettest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virnettlscontexttest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virnettlshelpers.c
virnettlshelpers.h tls: remove support for gnutls 1.x.x, require 2.2.0 2016-06-08 13:48:45 +01:00
virnettlssessiontest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virnumamock.c util: Remove virsysfs and instead enhance virFileReadValue* functions 2017-05-09 13:12:40 +02:00
virpcimock.c
virpcitest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virpolkittest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virportallocatormock.c
virportallocatortest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virrandommock.c tests: Add new fchosttest tests for management of a vHBA 2017-02-19 06:45:09 -05:00
virrotatingfiletest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virschematest.c tests: Test vircaps2xmldata XMLs in virschematest 2017-05-09 13:12:40 +02:00
virscsitest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virsh-cpuset
virsh-define-dev-segfault tests: unify qemu binary paths for all qemu related tests 2017-04-11 14:06:47 +02:00
virsh-int-overflow
virsh-optparse test: virsh-optparse: Fix expected test output with new error checking 2017-04-13 10:14:42 +02:00
virsh-read-bufsiz tests: consistently source test-lib.sh in scripts 2016-04-23 15:41:40 -04:00
virsh-read-non-seekable
virsh-schedinfo tests: consistently source test-lib.sh in scripts 2016-04-23 15:41:40 -04:00
virsh-self-test tests: Self test virt-admin 2016-09-14 13:18:07 +02:00
virsh-start tests: consistently source test-lib.sh in scripts 2016-04-23 15:41:40 -04:00
virsh-undefine virsh: respect -q/--quiet more 2016-08-24 17:43:29 +02:00
virsh-uriprecedence
virsh-vcpupin
virshtest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virstoragetest.c storage: Split out virStorageSource accessors to separate file 2017-07-11 17:07:04 +02:00
virstorageutiltest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virstringtest.c tests: virstringtest: adding tests to virStrToDouble() 2017-07-10 09:15:53 +02:00
virsystemdtest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virt-aa-helper-test apparmor, virt-aa-helper: Allow aarch64 UEFI. 2017-06-16 10:38:52 +02:00
virt-admin-self-test tests: Self test virt-admin 2016-09-14 13:18:07 +02:00
virtestmock.c
virtimetest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virtypedparamtest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
viruritest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
virusbmock.c
virusbtest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
vmwarevertest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
vmx2xmltest.c virDomainXMLOption: Introduce virDomainABIStabilityDomain 2017-06-05 09:08:52 +02:00
xencapstest.c tests: Rename VIRT_TEST_* macros to VIR_TEST_* 2017-04-04 17:30:03 +02:00
xlconfigtest.c virDomainXMLOption: Introduce virDomainABIStabilityDomain 2017-06-05 09:08:52 +02:00
xmconfigtest.c virDomainXMLOption: Introduce virDomainABIStabilityDomain 2017-06-05 09:08:52 +02:00
xml2sexprtest.c virDomainXMLOption: Introduce virDomainABIStabilityDomain 2017-06-05 09:08:52 +02:00
xml2vmxtest.c virDomainXMLOption: Introduce virDomainABIStabilityDomain 2017-06-05 09:08:52 +02:00