Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tests/pfcwd/test_pfcwd_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,9 @@ def storm_setup(self, init=False, detect=True):

if self.dut.topo_type == 't2' and self.fanout[self.peer_device].os == 'sonic':
gen_file = 'pfc_gen_t2.py'
pfc_send_time = 60
# We want to set the timer to be high here to keep the storm long enough for manual termination
# in the test instead of having it terminated by itself
pfc_send_time = 240
else:
gen_file = 'pfc_gen.py'
pfc_send_time = None
Expand Down