mirror of https://github.com/containers/podman.git
Cirrus: collect podman system info
Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
parent
0ac0e6e612
commit
7e95e1e25c
|
@ -410,6 +410,7 @@ testing_task:
|
|||
audit_log_script: '$SCRIPT_BASE/logcollector.sh audit'
|
||||
journal_script: '$SCRIPT_BASE/logcollector.sh journal'
|
||||
varlink_script: '$SCRIPT_BASE/logcollector.sh varlink'
|
||||
podman_system_info_script: '$SCRIPT_BASE/logcollector.sh podman'
|
||||
|
||||
|
||||
# This task executes tests under unique environments/conditions
|
||||
|
|
|
@ -32,6 +32,7 @@ case $1 in
|
|||
df) showrun df -lhTx tmpfs ;;
|
||||
ginkgo) showrun cat $CIRRUS_WORKING_DIR/test/e2e/ginkgo-node-*.log ;;
|
||||
journal) showrun journalctl -b ;;
|
||||
podman) showrun podman system info ;;
|
||||
varlink)
|
||||
if [[ "$TEST_REMOTE_CLIENT" == "true" ]]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue