You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[tests]: fix drops_group_test failure on second run (sonic-net#1023)
a few tests in drops_group_test fails on second run.
The reason is that /tmp/dropstat is not cleaned, the first
run leave some state in the folder which cause the subsequent
run to fail.
The fix is the always clean up the folder.
Signed-off-by: Guohan Lu <[email protected]>
0 commit comments