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 <[email protected]> --- test/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 \ -- 2.21.0 _______________________________________________ Linux-nvdimm mailing list [email protected] https://lists.01.org/mailman/listinfo/linux-nvdimm
