diff options
author | Paul Zuchowski <[email protected]> | 2018-11-07 19:54:08 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-11-07 16:54:08 -0800 |
commit | c2bcfa71f40beb87d2a13f42193487e31f077137 (patch) | |
tree | 407391b37fdb553846bce654abb6fd497029b615 /tests/test-runner | |
parent | d7bda38c762f7611f7f3588f762cd40dcd31a1c6 (diff) |
ZTS: Fix test zfs_mount_006_pos
For Linux, place a file in the mount point folder so it will be
considered "busy". Fix the while loop so it doesn't rm in
directories above the testdir. Add Linux-specific code to test
overlay on|off.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Paul Zuchowski <[email protected]>
Closes #4990
Closes #8081
Diffstat (limited to 'tests/test-runner')
-rwxr-xr-x | tests/test-runner/bin/zts-report.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-runner/bin/zts-report.py b/tests/test-runner/bin/zts-report.py index bc57b5f07..6d5c2b0d8 100755 --- a/tests/test-runner/bin/zts-report.py +++ b/tests/test-runner/bin/zts-report.py @@ -165,7 +165,6 @@ known = { 'casenorm/mixed_formd_lookup': ['FAIL', '7633'], 'casenorm/mixed_formd_lookup_ci': ['FAIL', '7633'], 'casenorm/mixed_formd_delete': ['FAIL', '7633'], - 'cli_root/zfs_mount/zfs_mount_006_pos': ['SKIP', '4990'], 'cli_root/zfs_receive/zfs_receive_004_neg': ['FAIL', known_reason], 'cli_root/zfs_unshare/zfs_unshare_002_pos': ['SKIP', na_reason], 'cli_root/zfs_unshare/zfs_unshare_006_pos': ['SKIP', na_reason], |