From: Ján Tomko Date: Thu, 31 Jan 2019 14:43:40 +0000 (+0100) Subject: storagepoolxml2argvtest: run mountopts test conditionally X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6dec641394d58e127094ad4ed1ad16745fa259e1;p=libvirt.git 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 Reviewed-by: Andrea Bolognani --- diff --git a/tests/storagepoolxml2argvtest.c b/tests/storagepoolxml2argvtest.c index 0b2c2e4f98..e7f42dc0f8 100644 --- a/tests/storagepoolxml2argvtest.c +++ b/tests/storagepoolxml2argvtest.c @@ -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");