X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fsanity-dom.sh;h=2cfe0ee42635fe2f75642976fd8d07e0fd83ea52;hb=3c580c93b8d3e94fac0ac2cf3cca2ff706c6497a;hp=32373c5355ebefc6304300dc7bce0acb4fe70971;hpb=9d5d2714c074a51c9a348b917f3cf32c5005b3b8;p=fs%2Flustre-release.git diff --git a/lustre/tests/sanity-dom.sh b/lustre/tests/sanity-dom.sh index 32373c5..2cfe0ee 100644 --- a/lustre/tests/sanity-dom.sh +++ b/lustre/tests/sanity-dom.sh @@ -168,10 +168,10 @@ test_sanity() { # XXX: to fix 45. Add 42a, c when LU-9693 fixed. # Add 42b when LU-6493 fixed - # Enable 39k when LU-10496 fixed ONLY="36 39 40 41 42d 42e 43 46 56r 101e 119a 131 150 155a 155b 155c \ - 155d 207 241 251" \ - EXCEPT=39k OSC="mdc" DOM="yes" bash sanity.sh + 155d 207 241 251" OSC="mdc" DOM="yes" bash sanity.sh + + return 0 } run_test sanity "Run sanity with Data-on-MDT files" @@ -180,6 +180,8 @@ test_sanityn() # XXX: to fix 60 ONLY="1 2 4 5 6 7 8 9 10 11 12 14 17 19 20 23 27 39 51a 51c 51d" \ OSC="mdc" DOM="yes" bash sanityn.sh + + return 0 } run_test sanityn "Run sanityn with Data-on-MDT files"