mirror of
https://github.com/systemd/systemd.git
synced 2025-03-21 02:50:18 +03:00
fmf: Dump CPU and memory information
(cherry picked from commit 44368f84d7ddbec7a50648a65c27cb6a31090a29)
This commit is contained in:
parent
3a93f4dc7d
commit
963bfbbf69
@ -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:
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user