From: James Nunez Date: Fri, 4 Oct 2019 11:39:03 +0000 (-0600) Subject: LU-10589 tests: insulate sanity-dom from test failures X-Git-Tag: 2.13.51~119 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=1140d209f0fb7a9200cc9c6d03553d02035ad6b8;hp=1140d209f0fb7a9200cc9c6d03553d02035ad6b8;p=fs%2Flustre-release.git LU-10589 tests: insulate sanity-dom from test failures The test suite sanity-dom calls two other test suites. If one of these subtest suites has a test failure, that failure is correctly reported as a failure, but it also causes the last test in the subtest suite to look like a failure. Return zero for the subtest suites sanity and sanityn. Test-Parameters: trivial fstype=zfs testlist=sanity-dom Test-Parameters: fstype=ldiskfs testlist=sanity-dom Test-Parameters: mdscount=2 mdtcount=4 fstype=zfs testlist=sanity-dom Test-Parameters: mdscount=2 mdtcount=4 fstype=ldiskfs testlist=sanity-dom Signed-off-by: James Nunez Change-Id: I778990ad8724de182a96399cf09758edfd35b2e1 Reviewed-on: https://review.whamcloud.com/36369 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Mike Pershin ---