Skip to content

Commit

Permalink
set debug when test fdb
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Li committed Nov 4, 2019
1 parent 559e304 commit ef6f72e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_fdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,9 @@ def test_FdbWarmRestartNotifications(self, dvs, testlog):
def test_FdbAddedAfterMemberCreated(self, dvs, testlog):
dvs.setup_db()

dvs.runcmd("swssloglevel -l DEBUG -c orchagent")
time.sleep(2)

dvs.runcmd("sonic-clear fdb all")
time.sleep(2)

Expand Down

0 comments on commit ef6f72e

Please sign in to comment.