mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
tests: storagepoolxml2xml: Remove compile conditionals
The XML2XML test should work properly even if the storage backend is disabled, since it does not use it.
This commit is contained in:
parent
17c4b07a38
commit
58ea495988
@ -97,16 +97,10 @@ mymain(void)
|
|||||||
DO_TEST("pool-gluster");
|
DO_TEST("pool-gluster");
|
||||||
DO_TEST("pool-gluster-sub");
|
DO_TEST("pool-gluster-sub");
|
||||||
DO_TEST("pool-scsi-type-scsi-host-stable");
|
DO_TEST("pool-scsi-type-scsi-host-stable");
|
||||||
#ifdef WITH_STORAGE_ZFS
|
|
||||||
DO_TEST("pool-zfs");
|
DO_TEST("pool-zfs");
|
||||||
DO_TEST("pool-zfs-sourcedev");
|
DO_TEST("pool-zfs-sourcedev");
|
||||||
#endif
|
|
||||||
#ifdef WITH_STORAGE_RBD
|
|
||||||
DO_TEST("pool-rbd");
|
DO_TEST("pool-rbd");
|
||||||
#endif
|
|
||||||
#ifdef WITH_STORAGE_VSTORAGE
|
|
||||||
DO_TEST("pool-vstorage");
|
DO_TEST("pool-vstorage");
|
||||||
#endif
|
|
||||||
|
|
||||||
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
|
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user