diff options
author | LOLi <[email protected]> | 2018-11-20 18:47:58 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-11-20 09:47:58 -0800 |
commit | ebb873590173fe8b98b4b1b48074925c89245aa0 (patch) | |
tree | 79c49f7cbb3a40ec1bad7b679191d7e2b7e7166a /tests/zfs-tests | |
parent | a10d50f999511d304f910852c7825c70c9c9e303 (diff) |
ZTS: "checksum" test group needs "lscpu"
This change adds "lscpu" to the list of commands used by the ZFS Test
Suite: this is required by the "checksum" test group to read the CPU
frequency which is used in EdonR, Skein and SHA2 performance tests.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Signed-off-by: loli10K <[email protected]>
Closes #8139
Diffstat (limited to 'tests/zfs-tests')
-rw-r--r-- | tests/zfs-tests/include/commands.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/zfs-tests/include/commands.cfg b/tests/zfs-tests/include/commands.cfg index 7cdaa394a..5efcb6102 100644 --- a/tests/zfs-tests/include/commands.cfg +++ b/tests/zfs-tests/include/commands.cfg @@ -68,6 +68,7 @@ export SYSTEM_FILES='arp ls lsattr lsblk + lscpu lsmod lsscsi md5sum |