summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2025-01-08 16:41:46 +0100
committerDaan De Meyer <daan.j.demeyer@gmail.com>2025-01-08 21:14:58 +0100
commit44368f84d7ddbec7a50648a65c27cb6a31090a29 (patch)
treeb5d00b419de67191ac1ad5436e8c62d95b2c2ea5 /test
parenttwo pidref tweaks (#35918) (diff)
downloadsystemd-44368f84d7ddbec7a50648a65c27cb6a31090a29.tar.xz
systemd-44368f84d7ddbec7a50648a65c27cb6a31090a29.zip
fmf: Dump CPU and memory information
Diffstat (limited to 'test')
-rwxr-xr-xtest/fmf/integration-tests/test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/fmf/integration-tests/test.sh b/test/fmf/integration-tests/test.sh
index 347cd219a4..4545090c3c 100755
--- a/test/fmf/integration-tests/test.sh
+++ b/test/fmf/integration-tests/test.sh
@@ -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:
#