diff --git a/tests/generic_config_updater/test_pfcwd_interval.py b/tests/generic_config_updater/test_pfcwd_interval.py index 88797a9f318..13dc9cda23d 100644 --- a/tests/generic_config_updater/test_pfcwd_interval.py +++ b/tests/generic_config_updater/test_pfcwd_interval.py @@ -84,7 +84,8 @@ def get_detection_restoration_times(duthost): Args: duthost: DUT host object """ - + + duthost.shell('config pfcwd start --action drop all 400 --restoration-time 400', module_ignore_errors=True) pfcwd_config = duthost.shell("show pfcwd config") pytest_assert(not pfcwd_config['rc'], "Unable to read pfcwd config")