Skip to content

Commit

Permalink
Dtor changes (sonic-net#10276)
Browse files Browse the repository at this point in the history
* Update constants.py

* Update data_plane_utils.py

* Update ptfhost_utils.py
  • Loading branch information
svelamal authored Mar 15, 2024
1 parent 24fd286 commit 130bfd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/common/dualtor/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
CLEAR_FLAP_COUNTER = "clear_flap_counter"
RESET = "reset"

MUX_SIM_ALLOWED_DISRUPTION_SEC = 10
MUX_SIM_ALLOWED_DISRUPTION_SEC = 30
CONFIG_RELOAD_ALLOWED_DISRUPTION_SEC = 120
PHYSICAL_CABLE_ALLOWED_DISRUPTION_SEC = 1
2 changes: 1 addition & 1 deletion tests/common/dualtor/data_plane_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def send_t1_to_server_with_action(duthosts, ptfhost, ptfadapter, tbinfo, cable_t
arp_setup(ptfhost)

def t1_to_server_io_test(activehost, tor_vlan_port=None,
delay=0, allowed_disruption=0, action=None, verify=False, send_interval=0.01,
delay=0, allowed_disruption=0, action=None, verify=False, send_interval=0.1,
stop_after=None, allow_disruption_before_traffic=False):
"""
Helper method for `send_t1_to_server_with_action`.
Expand Down
2 changes: 1 addition & 1 deletion tests/common/fixtures/ptfhost_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
GARP_SERVICE_PY = 'garp_service.py'
GARP_SERVICE_CONF_TEMPL = 'garp_service.conf.j2'
PTF_TEST_PORT_MAP = '/root/ptf_test_port_map.json'
PROBER_INTERVAL_MS = 1000
PROBER_INTERVAL_MS = 3000


@pytest.fixture(scope="session", autouse=True)
Expand Down

0 comments on commit 130bfd0

Please sign in to comment.