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:
parent
cc202ce45d
commit
9f1f27bc8b
@ -147,7 +147,7 @@ trap cleanup EXIT
|
||||
|
||||
# run tests
|
||||
|
||||
nic_info=$($netns_cmd $mqnic_dump -d $netdev)
|
||||
nic_info=$($netns_cmd $mqnic_dump -d $netdev -v)
|
||||
|
||||
if [ $? -ne "0" ]; then
|
||||
echo "Failed to communicate with device" >2
|
||||
@ -452,4 +452,4 @@ echo "Done"
|
||||
|
||||
} | 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user