From ebb873590173fe8b98b4b1b48074925c89245aa0 Mon Sep 17 00:00:00 2001 From: LOLi Date: Tue, 20 Nov 2018 18:47:58 +0100 Subject: [PATCH] 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 Reviewed-by: Brian Behlendorf Reviewed-by: Richard Laager Signed-off-by: loli10K Closes #8139 --- tests/zfs-tests/include/commands.cfg | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0