mirror of https://gitee.com/openkylin/libvirt.git
domainsnapshotxml2xml: Move files with conflicting names
The new tests that will be added later would collide with files of existing tests. Move and rename those files.
This commit is contained in:
parent
11daad9a24
commit
630adbe08d
|
@ -207,13 +207,13 @@ mymain(void)
|
|||
setenv("PATH", "/bin", 1);
|
||||
|
||||
DO_TEST_OUT("all_parameters", "9d37b878-a7cc-9f9a-b78f-49b3abad25a8", true);
|
||||
DO_TEST_OUT("disk_snapshot", "c7a5fdbd-edaf-9455-926a-d65c16db1809", true);
|
||||
DO_TEST_OUT("disk_snapshot_redefine", "c7a5fdbd-edaf-9455-926a-d65c16db1809", true);
|
||||
DO_TEST_OUT("full_domain", "c7a5fdbd-edaf-9455-926a-d65c16db1809", true);
|
||||
DO_TEST_OUT("noparent_nodescription_noactive", NULL, false);
|
||||
DO_TEST_OUT("noparent_nodescription", NULL, true);
|
||||
DO_TEST_OUT("noparent", "9d37b878-a7cc-9f9a-b78f-49b3abad25a8", false);
|
||||
DO_TEST_OUT("metadata", "c7a5fdbd-edaf-9455-926a-d65c16db1809", false);
|
||||
DO_TEST_OUT("external_vm", "c7a5fdbd-edaf-9455-926a-d65c16db1809", false);
|
||||
DO_TEST_OUT("external_vm_redefine", "c7a5fdbd-edaf-9455-926a-d65c16db1809", false);
|
||||
|
||||
cleanup:
|
||||
if (testSnapshotXMLVariableLineRegex)
|
||||
|
|
Loading…
Reference in New Issue