From 977e532ede04b54a539ab307a2c187f0ca0036e1 Mon Sep 17 00:00:00 2001 From: Anant Kishor Sharma Date: Wed, 26 Apr 2023 23:35:06 -0700 Subject: [PATCH] mux toggle delay to avoid trigger before config push in test_decap_active_tor --- tests/dualtor/test_ipinip.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/dualtor/test_ipinip.py b/tests/dualtor/test_ipinip.py index 6f0962e2e4..5ed98d667b 100644 --- a/tests/dualtor/test_ipinip.py +++ b/tests/dualtor/test_ipinip.py @@ -125,6 +125,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)