libvirt/tests
Eric Blake a007fcab3b snapshot: Don't expose testsuite-only state in snapshot XML
None of the existing drivers actually use the 0-valued 'nostate'
snapshot state; rather, it was a fluke of implementation. In fact,
some drivers, like qemu, actively reject 'nostate' as invalid during a
snapshot redefine. Normally, a driver computes the state post-parse
from the current domain, and thus virDomainSnapshotGetXMLDesc() will
never expose the state. However, since the testsuite lacks any
associated domain to copy state from, and lacks post-parse processing
that normal drivers have, the testsuite output had several spots with
the state, coupled with a regex filter to ignore the oddity.

It is better to follow the lead of other XML defaults, by not
outputting anything during format if post-parse defaults have not been
applied, and rejecting the default value during parsing. The testsuite
needs a bit of an update, by adding another flag for when to simulate
a post-parse action of setting a snapshot state, but none of the
drivers are impacted other than rejecting XML that was previously
already suspicious in nature.

Similarly, don't expose creation time 0 (for now, only possible if a
user redefined a snapshot to claim creation at the Epoch, but also
happens once setting the creation time is deferred to a post-parse
handler).

This is also a step towards cleaning up snapshot_conf.c to separate
its existing post-parse work (namely, setting the creationTime and
default snapshot name) from the pure parsing work, so that we can get
rid of the testsuite hack of regex filtering of the XML and instead
have more accurate testing of our parser/formatter code.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Cole Robinson <crobinso@redhat.com>
2019-04-16 21:55:52 -05:00
..
bhyveargv2xmldata
bhyvexml2argvdata bhyve: implement ignore unknown MSRs feature 2019-02-24 13:20:51 +04:00
bhyvexml2xmloutdata bhyve: implement ignore unknown MSRs feature 2019-02-24 13:20:51 +04:00
capabilityschemadata Add armv6l Support as guest 2018-12-03 14:31:41 +01:00
commanddata qemu: use line breaks in command line args written to log 2018-12-17 15:02:11 +00:00
cputestdata cputest: Add support for MSR features to cpu-cpuid.py 2019-04-12 22:53:40 +02:00
domaincapsschemadata cpu_map: Add Cascadelake-Server CPU model 2019-04-12 22:53:39 +02:00
domainconfdata
domainschemadata
domainsnapshotxml2xmlin
domainsnapshotxml2xmlout snapshot: Don't expose testsuite-only state in snapshot XML 2019-04-16 21:55:52 -05:00
fchostdata/fc_host
genericxml2xmlindata conf: Add support for emulatorsched 2019-04-16 13:46:17 +02:00
genericxml2xmloutdata conf: Add support for emulatorsched 2019-04-16 13:46:17 +02:00
interfaceschemadata
libxlxml2domconfigdata libxl: Add support for max_grant_frames 2019-03-13 12:06:52 -06:00
lxcconf2xmldata conf: Avoid formatting empty <capabilities> element 2019-03-06 15:53:53 +01:00
lxcxml2xmldata
lxcxml2xmloutdata
networkxml2confdata network: add netmask to dhcp range of dnsmasq conf file for IPv4 2019-02-21 13:06:16 -05:00
networkxml2firewalldata util: move virtual network firwall rules into private chains 2019-01-29 13:37:11 +00:00
networkxml2xmlin network: allow configuring firewalld zone for virtual network bridge device 2019-02-01 12:57:13 -05:00
networkxml2xmlout network: allow configuring firewalld zone for virtual network bridge device 2019-02-01 12:57:13 -05:00
networkxml2xmlupdatein
networkxml2xmlupdateout
nodedevschemadata xml: nodedev: make pci capability class element optional 2019-03-22 12:59:56 +03:00
nssdata
nwfilterxml2firewalldata
nwfilterxml2xmlin
nwfilterxml2xmlout
qemuagentdata
qemuargv2xmldata qemu: fix default machine for argv -> xml convertor 2018-08-28 11:49:01 +01:00
qemublocktestdata/xml2json
qemucapabilitiesdata qemu_capabilities: Introduce QEMU_CAPS_OVERCOMMIT 2019-04-12 13:42:39 +02:00
qemucaps2xmloutdata tests: Unify qemucaps2xml output files 2019-02-05 17:15:05 +01:00
qemufirmwaredata qemufirmwaretest: Test qemuFirmwareFetchConfigs() 2019-03-12 15:29:44 +01:00
qemuhotplugtestcpus
qemuhotplugtestdevices qemuhotplugtest: Test guestfwd attach and detach 2019-02-14 09:22:17 +01:00
qemuhotplugtestdomains qemuhotplugtest: Test guestfwd attach and detach 2019-02-14 09:22:17 +01:00
qemumemlockdata
qemumigparamsdata Revert "Switch from yajl to Jansson" 2018-08-13 15:50:01 +02:00
qemumonitorjsondata
qemustatusxml2xmldata conf: Parse and format 'backingStore' for disk <mirror> 2019-04-03 11:58:09 +02:00
qemuxml2argvdata conf: Make net model enum compare case insensitive 2019-04-16 13:11:08 -04:00
qemuxml2xmloutdata tests: Add several net model passthrough tests 2019-04-16 13:11:08 -04:00
secretxml2xmlin
securityselinuxhelperdata
securityselinuxlabeldata
sexpr2xmldata libxl: Add implicit xenbus controller 2019-03-13 12:06:52 -06:00
storagepoolcapsschemadata caps: drop requiredSourceElements from storage pool capabilities 2019-03-07 12:01:09 +01:00
storagepoolschemadata
storagepoolxml2argvdata storage: Add storage pool namespace options to fs and netfs command lines 2019-01-29 19:16:19 -05:00
storagepoolxml2xmlin storage: optional 'refresh' elemement on pool 2019-03-19 16:46:21 +01:00
storagepoolxml2xmlout storage: optional 'refresh' elemement on pool 2019-03-19 16:46:21 +01:00
storagevolschemadata
storagevolxml2argvdata util: require command args to be non-NULL 2018-12-17 14:43:33 +00:00
storagevolxml2xmlin util: require command args to be non-NULL 2018-12-17 14:43:33 +00:00
storagevolxml2xmlout conf: Remove volOptions for VIR_STORAGE_POOL_SHEEPDOG 2019-03-06 11:12:48 -05:00
sysinfodata
vboxsnapshotxmldata
vircaps2xmldata conf: Introduce RDT monitor host capability 2018-09-20 13:06:02 -04:00
vircgroupdata vircgrouptest: add detect mounts test for hybrid cgroups 2018-10-05 15:53:29 +02:00
virconfdata
virfilecachedata
virfiledata virfile: added GPFS as shared fs 2019-02-26 11:41:18 +01:00
virhostcpudata tests: Add linux-high-ids test 2018-08-14 15:52:35 +02:00
virjsondata virjsontest: switch DO_TEST_PARSE_FILE to use output files 2019-04-03 14:44:32 +02:00
virmacmaptestdata Revert "Switch from yajl to Jansson" 2018-08-13 15:50:01 +02:00
virnetdaemondata
virnetdevtestdata/sys/class/net
virnwfilterbindingxml2xmldata
virpcitestdata
virresctrldata conf: Add memory bandwidth allocation capability of host 2018-08-13 14:19:41 -04:00
virscsidata
virstorageutildata
virusbtestdata/sys_bus_usb/devices
vmwareverdata
vmx2xmldata vmx: convert firmware config for autoselection 2019-04-15 20:03:55 -04:00
xlconfigdata tests: Add several net model passthrough tests 2019-04-16 13:11:08 -04:00
xmconfigdata tests: Add several net model passthrough tests 2019-04-16 13:11:08 -04:00
xml2sexprdata tests: Add several net model passthrough tests 2019-04-16 13:11:08 -04:00
xml2vmxdata vmx: write firmware back from autoselection 2019-04-15 20:03:55 -04:00
.valgrind.supp
bhyveargv2xmlmock.c
bhyveargv2xmltest.c
bhyvexml2argvmock.c
bhyvexml2argvtest.c bhyve: implement ignore unknown MSRs feature 2019-02-24 13:20:51 +04:00
bhyvexml2xmltest.c bhyve: implement ignore unknown MSRs feature 2019-02-24 13:20:51 +04:00
check-file-access.pl check-file-access: Allow specifying action 2018-08-15 10:15:29 +02:00
commandhelper.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
commandtest.c qemu: use line breaks in command line args written to log 2018-12-17 15:02:11 +00:00
cputest.c cputest: Add data for Intel(R) Xeon(R) Platinum 8268 CPU 2019-04-12 22:53:39 +02:00
domaincapsmock.c tests: domcaps: Remove dependency on libxl PVUSB support 2019-02-11 17:40:44 -05:00
domaincapstest.c tests: Fix MinGW build for domaincapstest 2019-04-10 16:08:13 +02:00
domainconftest.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
domainsnapshotxml2xmltest.c snapshot: Don't expose testsuite-only state in snapshot XML 2019-04-16 21:55:52 -05:00
esxutilstest.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
eventtest.c Revert "Include unistd.h directly by files using it" 2019-04-10 12:26:32 +02:00
fchosttest.c
fdstreamtest.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
file_access_whitelist.txt check-file-access: Allow specifying action 2018-08-15 10:15:29 +02:00
genericxml2xmltest.c conf: Add support for emulatorsched 2019-04-16 13:46:17 +02:00
group-qemu-caps.pl Always put _LAST enums on second line of VIR_ENUM_IMPL 2019-04-11 12:47:23 -04:00
interfacexml2xmltest.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
libvirtd-fail Forget last daemon/ dir artefacts 2018-07-27 15:44:38 +02:00
libvirtd-pool
libxlmock.c tests: Rename virmocklibxl.c -> libxlmock.c 2019-02-11 17:40:44 -05:00
libxlxml2domconfigtest.c tests: Stop looking for abs_top_srcdir in the environment 2019-03-14 10:05:25 +01:00
lxcconf2xmltest.c tests: Adding test case to include multiple network definitions. 2018-12-11 15:03:08 -05:00
lxcxml2xmltest.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
Makefile.am domain capabilities: Expose firmware auto selection feature 2019-04-10 13:58:51 +02:00
metadatatest.c conf: fix title and description for virDomainSetMetadata API 2019-03-08 14:59:20 +01:00
networkxml2conftest.c network: set mtu as a DHCP option when specified 2019-01-31 17:45:41 +01:00
networkxml2firewalltest.c tests: Stop looking for abs_top_srcdir in the environment 2019-03-14 10:05:25 +01:00
networkxml2xmltest.c network: set mtu as a DHCP option when specified 2019-01-31 17:45:41 +01:00
networkxml2xmlupdatetest.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
nodedevxml2xmltest.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
nsslinktest.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
nssmock.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
nsstest.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
nwfilterebiptablestest.c Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
nwfilterxml2firewalltest.c tests: Stop looking for abs_top_srcdir in the environment 2019-03-14 10:05:25 +01:00
nwfilterxml2xmltest.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
objecteventtest.c Revert "Include unistd.h directly by files using it" 2019-04-10 12:26:32 +02:00
objectlocking.ml Drop UML driver 2018-12-17 17:52:46 +01:00
oomtrace.pl
openvzutilstest.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
openvzutilstest.conf
pkix_asn1_tab.c
qemuagenttest.c Revert "Switch from yajl to Jansson" 2018-08-13 15:50:01 +02:00
qemuargv2xmltest.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
qemublocktest.c conf: Replace virDomainDiskSourceParse by virDomainStorageSourceParse 2019-04-03 11:58:09 +02:00
qemucapabilitiestest.c tests: Document how to add new replies files 2019-03-18 15:49:47 +01:00
qemucaps2xmlmock.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
qemucaps2xmltest.c tests: Use testQemuCapsIterate() 2019-03-13 11:07:12 +01:00
qemucapsfixreplies
qemucapsprobe.c Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
qemucapsprobemock.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
qemucommandutiltest.c Revert "Switch from yajl to Jansson" 2018-08-13 15:50:01 +02:00
qemucpumock.c Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
qemufirmwaretest.c qemu_firmware: Introduce qemuFirmwareGetSupported 2019-04-10 13:58:30 +02:00
qemuhotplugtest.c test: replace calls to individual detach functions with one call to main detach 2019-03-26 11:05:03 -04:00
qemumemlocktest.c tests: Stop looking for abs_top_srcdir in the environment 2019-03-14 10:05:25 +01:00
qemumigparamstest.c Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
qemumonitorjsontest.c qemu: do not set wait:false for client sockets 2019-04-16 12:52:03 +02:00
qemumonitortestutils.c Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
qemumonitortestutils.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
qemusecuritymock.c util: Don't include 'viralloc.h' into other header files 2019-04-10 09:12:04 +02:00
qemusecuritytest.c tests: Introduce qemusecuritytest 2018-12-19 15:32:43 +01:00
qemusecuritytest.h tests: Introduce qemusecuritytest 2018-12-19 15:32:43 +01:00
qemuxml2argvmock.c conf: Add virDomainNetIsVirtioModel 2019-01-24 18:59:38 -05:00
qemuxml2argvtest.c tests: Add several net model passthrough tests 2019-04-16 13:11:08 -04:00
qemuxml2xmltest.c tests: Add several net model passthrough tests 2019-04-16 13:11:08 -04:00
scsihosttest.c Revert "Include unistd.h directly by files using it" 2019-04-10 12:26:32 +02:00
seclabeltest.c Revert "security_manager: Load lock plugin on init" 2018-11-16 13:42:39 +01:00
secretxml2xmltest.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
securityselinuxhelper.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
securityselinuxlabeltest.c Fix minor typos in messages and docs 2018-12-05 10:39:54 +01:00
securityselinuxtest.c Revert "security_manager: Load lock plugin on init" 2018-11-16 13:42:39 +01:00
sexpr2xmltest.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
shunloadhelper.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
shunloadtest.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
sockettest.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
ssh.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
storagebackendsheepdogtest.c tests: Use VIR_AUTOFREE for various storage tests 2019-02-12 08:51:23 -05:00
storagepoolcapstest.c tests: use VIR_AUTOUNREF in storagepoolcapstest 2019-03-07 12:12:11 +01:00
storagepoolxml2argvtest.c tests: Fix memory leak in testCompareXMLToArgvFiles 2019-02-12 13:11:36 -05:00
storagepoolxml2xmltest.c storage: optional 'refresh' elemement on pool 2019-03-19 16:46:21 +01:00
storagevolxml2argvtest.c tests: Use VIR_AUTOFREE for various storage tests 2019-02-12 08:51:23 -05:00
storagevolxml2xmltest.c tests: Use VIR_AUTOFREE for various storage tests 2019-02-12 08:51:23 -05:00
sysinfotest.c Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
test-lib.sh tests: Avoid writing into $HOME during virsh-snapshot 2019-04-04 09:35:40 -05:00
test-wrap-argv.pl
testutils.c tests: Don't use TEST_DRIVER_DIR in virTestCaptureProgramExecChild() 2019-03-14 10:05:21 +01:00
testutils.h testutils: Explicitly name virTestCompare*() arguments 2019-02-20 15:54:41 +01:00
testutilshostcpus.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
testutilslxc.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
testutilslxc.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
testutilsqemu.c qemu: Don't cache microcode version 2019-04-15 14:34:49 +02:00
testutilsqemu.h tests: add testQemuGetLatestCaps 2019-04-10 19:12:42 -04:00
testutilsqemuschema.c tests: qemuschema: Add line break to debug message 2018-07-13 14:15:59 +02:00
testutilsqemuschema.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
testutilsxen.c xenconfig: add support for type="pvh" 2018-11-26 16:38:26 -07:00
testutilsxen.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
utiltest.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
vboxsnapshotxmltest.c Revert "Include unistd.h directly by files using it" 2019-04-10 12:26:32 +02:00
viralloctest.c
viratomictest.c
virauthconfigtest.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virbitmaptest.c
virbuftest.c util: buffer: Use 'size_t' for buffer size variables 2019-04-03 11:58:10 +02:00
vircaps2xmltest.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
vircapstest.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
vircgroupmock.c util: Don't include 'viralloc.h' into other header files 2019-04-10 09:12:04 +02:00
vircgrouptest.c Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virconftest.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
vircryptotest.c
virdbusmock.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virdbustest.c Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virdeterministichashmock.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virdrivermoduletest.c Drop UML driver 2018-12-17 17:52:46 +01:00
virendiantest.c
virerrortest.c tests: Fix possible NULL derefs in virErrorTestMsgs 2018-12-18 10:12:09 -05:00
virfilecachemock.c
virfilecachetest.c Require a semicolon for VIR_ONCE_GLOBAL_INIT calls 2019-02-03 17:46:29 -05:00
virfilemock.c virfile: added GPFS as shared fs 2019-02-26 11:41:18 +01:00
virfiletest.c Revert "Include unistd.h directly by files using it" 2019-04-10 12:26:32 +02:00
virfilewrapper.c Revert "Include unistd.h directly by files using it" 2019-04-10 12:26:32 +02:00
virfilewrapper.h tests: Turn virFileWrapperAddPrefix to void 2019-03-13 14:15:35 +01:00
virfirewalltest.c util: move all firewalld-specific stuff into its own files 2019-02-01 12:08:37 -05:00
virhashdata.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virhashtest.c Fix minor typos in messages and docs 2018-12-05 10:39:54 +01:00
virhostcpumock.c
virhostcputest.c Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virhostdevtest.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
viridentitytest.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
viriscsitest.c Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virjsontest.c virjsontest: switch DO_TEST_PARSE_FILE to use output files 2019-04-03 14:44:32 +02:00
virkeycodetest.c Always put _LAST enums on second line of VIR_ENUM_IMPL 2019-04-11 12:47:23 -04:00
virkeyfiletest.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virkmodtest.c virkmodtest: Don't fail if modprobe doesn't exist 2019-02-14 18:03:10 +01:00
virlockspacetest.c Revert "Include unistd.h directly by files using it" 2019-04-10 12:26:32 +02:00
virlogtest.c
virmacmaptest.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virmock.h tests: fix mocking of stat() / lstat() functions 2019-04-03 11:31:38 +01:00
virmockstathelpers.c tests: fix mocking of stat() / lstat() functions 2019-04-03 11:31:38 +01:00
virnetdaemonmock.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virnetdaemontest.c Revert "Include unistd.h directly by files using it" 2019-04-10 12:26:32 +02:00
virnetdevbandwidthmock.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virnetdevbandwidthtest.c Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virnetdevmock.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virnetdevtest.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virnetmessagetest.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virnetserverclientmock.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virnetserverclienttest.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virnetsockettest.c Revert "Include unistd.h directly by files using it" 2019-04-10 12:26:32 +02:00
virnettlscontexttest.c Revert "Include unistd.h directly by files using it" 2019-04-10 12:26:32 +02:00
virnettlshelpers.c Revert "Include unistd.h directly by files using it" 2019-04-10 12:26:32 +02:00
virnettlshelpers.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virnettlssessiontest.c Revert "Include unistd.h directly by files using it" 2019-04-10 12:26:32 +02:00
virnumamock.c
virnwfilterbindingxml2xmltest.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
virpcimock.c tests: fix mocking of stat() / lstat() functions 2019-04-03 11:31:38 +01:00
virpcitest.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virpolkittest.c util: eliminate duplicate function virDBusMessageRead 2019-04-15 12:47:44 -04:00
virportallocatormock.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virportallocatortest.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virrandommock.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virresctrltest.c Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virrotatingfiletest.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virschematest.c Fix names for abs_top_{src,build}dir variables 2019-03-14 10:05:28 +01:00
virscsitest.c Revert "Include unistd.h directly by files using it" 2019-04-10 12:26:32 +02:00
virsh-cpuset
virsh-define-dev-segfault
virsh-int-overflow
virsh-optparse
virsh-read-bufsiz
virsh-read-non-seekable
virsh-schedinfo
virsh-self-test
virsh-snapshot tests: Avoid writing into $HOME during virsh-snapshot 2019-04-04 09:35:40 -05:00
virsh-start
virsh-undefine virsh: Fix regression with duplicated error messages 2018-10-12 09:30:56 -05:00
virsh-uriprecedence tests: Avoid writing into $HOME during virsh-snapshot 2019-04-04 09:35:40 -05:00
virsh-vcpupin
virshtest.c virsh: Treat any command name starting with # as comment 2019-03-25 09:01:53 -05:00
virstoragetest.c Revert "Include unistd.h directly by files using it" 2019-04-10 12:26:32 +02:00
virstorageutiltest.c tests: Use VIR_AUTOFREE for various storage tests 2019-02-12 08:51:23 -05:00
virstringtest.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virsystemdtest.c Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virt-aa-helper-test virt-aa-helper: generate rules for gl enabled graphics devices 2019-01-23 07:54:58 +01:00
virt-admin-self-test
virtestmock.c tests: fix mocking of stat() / lstat() functions 2019-04-03 11:31:38 +01:00
virtimetest.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virtypedparamtest.c internal: Move <stdio.h> include to internal.h 2018-09-20 10:16:38 +02:00
viruritest.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virusbmock.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virusbtest.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
vmwarevertest.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
vmx2xmltest.c vmx: convert firmware config for autoselection 2019-04-15 20:03:55 -04:00
vshtabletest.c vsh-table: allow empty columns 2019-02-12 10:14:53 +01:00
xlconfigtest.c tests: Add several net model passthrough tests 2019-04-16 13:11:08 -04:00
xmconfigtest.c tests: Add several net model passthrough tests 2019-04-16 13:11:08 -04:00
xml2sexprtest.c tests: Add several net model passthrough tests 2019-04-16 13:11:08 -04:00
xml2vmxtest.c vmx: write firmware back from autoselection 2019-04-15 20:03:55 -04:00