Skip to content

Commit

Permalink
mux toggle delay to avoid trigger before config push in test_decap_ac…
Browse files Browse the repository at this point in the history
…tive_tor (#8167)
  • Loading branch information
AnantKishorSharma authored May 18, 2023
1 parent 2d403f6 commit eca3e5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/dualtor/test_ipinip.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def stop_garp(ptfhost):

ptf_t1_intf = random.choice(get_t1_ptf_ports(tor, tbinfo))
logging.info("send encapsulated packet from ptf t1 interface %s", ptf_t1_intf)
time.sleep(10)
with stop_garp(ptfhost):
ptfadapter.dataplane.flush()
testutils.send(ptfadapter, int(ptf_t1_intf.strip("eth")), encapsulated_packet)
Expand Down

0 comments on commit eca3e5b

Please sign in to comment.