diff mbox series

[ndctl] ndctl, test: move security.sh to the destructive test list

Message ID 20190613031351.GA19074@alison-desk.jf.intel.com (mailing list archive)
State Accepted
Commit 77d9f8f61833eb71a93f494ab4103bf88acf49d5
Headers show
Series [ndctl] ndctl, test: move security.sh to the destructive test list | expand

Commit Message

Alison Schofield June 13, 2019, 3:13 a.m. UTC
security.sh changes the hosts key configuration. It is
not guaranteed to reach its cleanup phase and restore the
host configuration. Until we can isolate the test and host
configurations, move this to the ENABLE_DESTRUCTIVE set of
tests.

Signed-off-by: Alison Schofield <alison.schofield@intel.com>
---
 test/Makefile.am | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/test/Makefile.am b/test/Makefile.am
index 42009c3..874c4bb 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -27,10 +27,6 @@  TESTS =\
 	max_available_extent_ns.sh \
 	pfn-meta-errors.sh
 
-if ENABLE_KEYUTILS
-TESTS += security.sh
-endif
-
 check_PROGRAMS =\
 	libndctl \
 	dsm-fail \
@@ -55,6 +51,10 @@  TESTS +=\
 	device-dax-fio.sh \
 	mmap.sh
 
+if ENABLE_KEYUTILS
+TESTS += security.sh
+endif
+
 check_PROGRAMS +=\
 	blk-ns \
 	pmem-ns \