]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fmf: Dump CPU and memory information
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 8 Jan 2025 15:41:46 +0000 (16:41 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 15 Jan 2025 09:56:07 +0000 (09:56 +0000)
(cherry picked from commit 44368f84d7ddbec7a50648a65c27cb6a31090a29)

test/fmf/integration-tests/test.sh

index 347cd219a458a52f59a1a437b4fe367a09cb19f0..4545090c3c1ab1edad4d3ba85ab7b73f206698f6 100755 (executable)
@@ -7,6 +7,10 @@ set -o pipefail
 # Switch SELinux to permissive if possible, since the tests don't set proper contexts
 setenforce 0 || true
 
+echo "CPU and Memory information:"
+lscpu
+lsmem
+
 # Allow running the integration tests downstream in dist-git with something like
 # the following snippet which makes the dist-git sources available in $TMT_SOURCE_DIR:
 #