diff options
author | Giuseppe Di Natale <[email protected]> | 2016-10-04 15:13:42 -0700 |
---|---|---|
committer | Giuseppe Di Natale <[email protected]> | 2016-10-06 13:11:57 -0700 |
commit | 70c7714dca90d01b83a29d15c67e65ff93d034d4 (patch) | |
tree | 3167d9837ad0e9b9845c0e4f9817f39eb91f940e /tests/runfiles | |
parent | 46bb91e19307982c2dc829e0d88b012c5f571b8c (diff) |
Introduce tests for python scripts
Implement tests to ensure that python scripts
that are distributed with ZFS continue to at
minimum run without errors. This will help prevent
accidental breaking of these scripts.
Signed-off-by: Giuseppe Di Natale <[email protected]>
Diffstat (limited to 'tests/runfiles')
-rw-r--r-- | tests/runfiles/linux.run | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 92f867ab9..732522831 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -355,7 +355,8 @@ tests = ['zdb_001_neg', 'zfs_001_neg', 'zfs_allow_001_neg', 'zpool_history_001_neg', 'zpool_import_001_neg', 'zpool_import_002_neg', 'zpool_offline_001_neg', 'zpool_online_001_neg', 'zpool_remove_001_neg', 'zpool_replace_001_neg', 'zpool_scrub_001_neg', 'zpool_set_001_neg', - 'zpool_status_001_neg', 'zpool_upgrade_001_neg'] + 'zpool_status_001_neg', 'zpool_upgrade_001_neg', 'arcstat_001_pos', + 'arc_summary_001_pos', 'dbufstat_001_pos'] user = [tests/functional/cli_user/zfs_list] |