diff options
author | Don Brady <[email protected]> | 2018-02-08 09:27:00 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-02-08 15:29:32 -0800 |
commit | ee00bfb2e6d50b75b045a37eae5b85a048a05aa7 (patch) | |
tree | 02f8f1450d0429dea0da5263fe38f78fb67d10d5 /tests/runfiles/linux.run | |
parent | 234c91c50848fa74bd72efff4e555331a25d9fe1 (diff) |
Add basic functional tests for zcp user properties
Signed-off-by: Don Brady <[email protected]>
Diffstat (limited to 'tests/runfiles/linux.run')
-rw-r--r-- | tests/runfiles/linux.run | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index a844d6b1b..1bd3fd605 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -78,10 +78,10 @@ tests = ['tst.destroy_fs', 'tst.destroy_snap', 'tst.get_count_and_limit', 'tst.get_number_props', 'tst.get_string_props', 'tst.get_type', 'tst.get_userquota', 'tst.get_written', 'tst.list_children', 'tst.list_clones', 'tst.list_snapshots', 'tst.list_system_props', - 'tst.parse_args_neg', 'tst.promote_conflict', 'tst.promote_multiple', - 'tst.promote_simple', 'tst.rollback_mult', 'tst.rollback_one', - 'tst.snapshot_destroy', 'tst.snapshot_neg', 'tst.snapshot_recursive', - 'tst.snapshot_simple'] + 'tst.list_user_props', 'tst.parse_args_neg','tst.promote_conflict', + 'tst.promote_multiple', 'tst.promote_simple', 'tst.rollback_mult', + 'tst.rollback_one', 'tst.snapshot_destroy', 'tst.snapshot_neg', + 'tst.snapshot_recursive', 'tst.snapshot_simple'] tags = ['functional', 'channel_program', 'synctask_core'] [tests/functional/chattr] |