setup: log results of 'ip addr'

Purpose: try to diagnose gating-test failure which looks like a
bad combination of netavark + cni

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago 2022-05-09 06:26:05 -06:00
parent 9a0c36bcff
commit 8d5f758a1d

View File

@ -35,6 +35,9 @@ divider='------------------------------------------------------------------'
echo $divider
printenv | sort
echo $divider
echo "ip addr:"
ip addr
echo $divider
testdir=/usr/share/${TEST_PACKAGE}/test/system