Skip to content

Commit

Permalink
Force refresh router before testing and move to ipfwd folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Blueve committed Apr 30, 2020
1 parent a78b560 commit 8ef8574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dir_bcast.py → tests/ipfwd/test_dir_bcast.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from ptf_runner import ptf_runner
from datetime import datetime

def test_dir_bcast(duthost, ptfhost, testbed):
def test_dir_bcast(duthost, ptfhost, testbed, fib):
support_testbed_types = frozenset(['t0', 't0-16', 't0-56', 't0-64', 't0-64-32', 't0-116'])
testbed_type = testbed['topo']['name']
if testbed_type not in support_testbed_types:
Expand Down

0 comments on commit 8ef8574

Please sign in to comment.