aboutsummaryrefslogtreecommitdiffstats
path: root/tests/runfiles
diff options
context:
space:
mode:
authorPaul Dagnelie <[email protected]>2019-08-25 18:33:03 -0700
committerBrian Behlendorf <[email protected]>2019-08-25 18:33:03 -0700
commit95f0144675dd0e18617355443be0fbc7171af76b (patch)
treec3bc50ceff8222859603827c1da3fcebe1935bed /tests/runfiles
parenta18f8bce5c6acb9c3990b2917efa96d1828e541c (diff)
Add regression test for "zpool list -p"
Other than this test, zpool list -p is not well tested by any of the automated tests. Add a test for zpool list -p. Reviewed-by: Prakash Surya <[email protected]> Reviewed-by: Serapheim Dimitropoulos <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Paul Dagnelie <[email protected]> Closes #9134
Diffstat (limited to 'tests/runfiles')
-rw-r--r--tests/runfiles/linux.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run
index 848c19e3e..80b48ee1d 100644
--- a/tests/runfiles/linux.run
+++ b/tests/runfiles/linux.run
@@ -361,7 +361,7 @@ tags = ['functional', 'cli_root', 'zpool_export']
[tests/functional/cli_root/zpool_get]
tests = ['zpool_get_001_pos', 'zpool_get_002_pos', 'zpool_get_003_pos',
- 'zpool_get_004_neg']
+ 'zpool_get_004_neg', 'zpool_get_005_pos']
tags = ['functional', 'cli_root', 'zpool_get']
[tests/functional/cli_root/zpool_history]