From: Karel Zak Date: Fri, 30 Jul 2021 13:32:24 +0000 (+0200) Subject: tests: add rv64 lscpu test X-Git-Tag: v2.38-rc1~329 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5041e76f8fcfaf5e55a1659a5f1052e43ba5491;p=thirdparty%2Futil-linux.git tests: add rv64 lscpu test References: https://github.com/karelzak/util-linux/issues/1401 Signed-off-by: Karel Zak --- diff --git a/tests/expected/lscpu/lscpu-rv64-linux b/tests/expected/lscpu/lscpu-rv64-linux new file mode 100644 index 0000000000..22767db75a --- /dev/null +++ b/tests/expected/lscpu/lscpu-rv64-linux @@ -0,0 +1,16 @@ +CPU(s): 2 +On-line CPU(s) list: 0,1 + +# The following is the parsable format, which can be fed to other +# programs. Each different item in every column has an unique ID +# starting usually from zero. +# CPU,Core,Socket,Node +,,, +,,, + +# The following is the parsable format, which can be fed to other +# programs. Each different item in every column has an unique ID +# starting usually from zero. +# CPU,Core,Socket,Node +,,, +,,, diff --git a/tests/ts/lscpu/dumps/rv64-linux.tar.gz b/tests/ts/lscpu/dumps/rv64-linux.tar.gz new file mode 100644 index 0000000000..e108d85513 Binary files /dev/null and b/tests/ts/lscpu/dumps/rv64-linux.tar.gz differ