Skip to content

Commit 904c976

Browse files
committed
smoke: remove redundant show commands from cleanup
The interface, nexthop and route show commands provide information that is not essential for debugging smoke test failures. Keep only software stats and trace output which are more useful for troubleshooting. Signed-off-by: Robin Jarry <[email protected]>
1 parent 7a20b8a commit 904c976

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

smoke/_init.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,8 @@ if [ "$test_frr" = true ] && [ "$run_frr" = true ]; then
153153
fi
154154
fi
155155

156-
cat > $tmp/cleanup <<EOF
156+
cat >> $tmp/cleanup <<EOF
157157
grcli stats show software
158-
grcli interface show
159-
grcli nexthop show
160-
grcli route show
161158
grcli trace show count 50
162159
EOF
163160

0 commit comments

Comments
 (0)