1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

scripts: Perform verbose dumps in test script

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich 2023-06-27 23:35:33 -07:00
parent cc202ce45d
commit 9f1f27bc8b

View File

@ -147,7 +147,7 @@ trap cleanup EXIT
# run tests # run tests
nic_info=$($netns_cmd $mqnic_dump -d $netdev) nic_info=$($netns_cmd $mqnic_dump -d $netdev -v)
if [ $? -ne "0" ]; then if [ $? -ne "0" ]; then
echo "Failed to communicate with device" >2 echo "Failed to communicate with device" >2
@ -452,4 +452,4 @@ echo "Done"
} | tee $logdir/test.log 2>&1 } | tee $logdir/test.log 2>&1
$netns_cmd $mqnic_dump -d $netdev > $logdir/mqnic_dump_post.log $netns_cmd $mqnic_dump -d $netdev -v > $logdir/mqnic_dump_post.log