diff options
author | Brian Behlendorf <[email protected]> | 2019-01-06 10:41:16 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-01-06 10:54:12 -0800 |
commit | c87db591967507de027d6bb0c683ffd09dd70105 (patch) | |
tree | e308115e563c7011194dc55d4f3bd65c0ec664b1 /tests/zfs-tests/include/commands.cfg | |
parent | 0b8e4418b615eb6e46d409b3de61bfffe1000c68 (diff) | |
parent | dffce3c282f74991e740c1e1887001fe059fe05a (diff) |
Python 2 and 3 compatibility
With Python 2 (slowly) approaching EOL and its removal from distribitions
already being planned (Fedora), the existing Python 2 code needs to be
transitioned to Python 3. This patch stack updates the Python code to
be compatible with Python 2.7, 3.4, 3.5, 3.6, and 3.7.
Reviewed-by: John Ramsden <[email protected]>
Reviewed-by: Neal Gompa <[email protected]>
Reviewed-by: loli10K <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: John Wren Kennedy <[email protected]>
Reviewed-by: Antonio Russo <[email protected]>
Closes #8096
Diffstat (limited to 'tests/zfs-tests/include/commands.cfg')
-rw-r--r-- | tests/zfs-tests/include/commands.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/zfs-tests/include/commands.cfg b/tests/zfs-tests/include/commands.cfg index 5efcb6102..8ced03e93 100644 --- a/tests/zfs-tests/include/commands.cfg +++ b/tests/zfs-tests/include/commands.cfg @@ -146,10 +146,10 @@ export ZFS_FILES='zdb zpool ztest raidz_test - arc_summary.py - arc_summary3.py - arcstat.py - dbufstat.py + arc_summary + arc_summary3 + arcstat + dbufstat zed zgenhostid zstreamdump' |