mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
storagepoolxml2argvtest: run mountopts test conditionally
This test relies on namespace support, which is only compiled in if we have the 'fs' and 'netfs' backends. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
55aa7ab182
commit
6dec641394
@ -174,7 +174,9 @@ mymain(void)
|
||||
DO_TEST_PLATFORM("pool-netfs");
|
||||
DO_TEST_PLATFORM("pool-netfs-auto");
|
||||
DO_TEST_PLATFORM("pool-netfs-protocol-ver");
|
||||
#if WITH_STORAGE_FS
|
||||
DO_TEST_PLATFORM("pool-netfs-ns-mountopts");
|
||||
#endif
|
||||
DO_TEST_PLATFORM("pool-netfs-gluster");
|
||||
DO_TEST_PLATFORM("pool-netfs-cifs");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user