Whamcloud - gitweb
LU-15064 tests: sanity-sec test_58 must read its own dir 50/45150/2
authorSebastien Buisson <sbuisson@ddn.com>
Thu, 7 Oct 2021 15:23:05 +0000 (17:23 +0200)
committerOleg Drokin <green@whamcloud.com>
Sun, 17 Oct 2021 18:12:02 +0000 (18:12 +0000)
sanity-sec test_58 should restrict file listing to its own
directory, and not try to list content of the entire Lustre tree.
This is useless for the purpose of the test, and exposes to unclean
remnants from previous tests.

Test-Parameters: trivial
Test-Parameters: testlist=sanity-sec env=ONLY=58
Fixes: 1faf54e8bf ("LU-14989 sec: access to enc file's xattrs")
Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: Ic9ab0860da0ab86355a207ad9d50feb3975adf68
Reviewed-on: https://review.whamcloud.com/45150
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: James Nunez <jnunez@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/tests/sanity-sec.sh

index c2987e0..328cb9e 100755 (executable)
@@ -4432,7 +4432,7 @@ test_58() {
        echo 3 > /proc/sys/vm/drop_caches
 
        sleep 10
-       ls -ailR $MOUNT > /dev/null || error "fail to ls"
+       ls -ailR $DIR/$tdir > /dev/null || error "fail to ls"
 }
 run_test 58 "access to enc file's xattrs"