From caf83abe6cb54a9775b17bb0a9d131829f559215 Mon Sep 17 00:00:00 2001 From: Janet Cui Date: Wed, 18 Dec 2024 11:51:05 +1100 Subject: [PATCH] Add symbolic link for t0-isolated-d128u128s2-leaf.j2 in ansible templates (#16094) What is the motivation for this PR? Unable to find 't0-isolated-d128u128s1-leaf.j2' when running add-topo How did you do it? Add symbolic link for t0-isolated-d128u128s1-leaf.j2 How did you verify/test it? Running add-topo to verify it Signed-off-by: Janetxxx --- ansible/roles/eos/templates/t0-isolated-d128u128s1-leaf.j2 | 1 + tests/common/config_reload.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 ansible/roles/eos/templates/t0-isolated-d128u128s1-leaf.j2 diff --git a/ansible/roles/eos/templates/t0-isolated-d128u128s1-leaf.j2 b/ansible/roles/eos/templates/t0-isolated-d128u128s1-leaf.j2 new file mode 100644 index 00000000000..a60cf79c0e0 --- /dev/null +++ b/ansible/roles/eos/templates/t0-isolated-d128u128s1-leaf.j2 @@ -0,0 +1 @@ +t0-leaf.j2 diff --git a/tests/common/config_reload.py b/tests/common/config_reload.py index b6e2542bece..a867b02eb0c 100644 --- a/tests/common/config_reload.py +++ b/tests/common/config_reload.py @@ -217,6 +217,6 @@ def _config_reload_cmd_wrapper(cmd, executable): if wait_for_bgp: bgp_neighbors = sonic_host.get_bgp_neighbors_per_asic(state="all") pytest_assert( - wait_until(wait + 120, 10, 0, sonic_host.check_bgp_session_state_all_asics, bgp_neighbors), + wait_until(wait + 300, 10, 0, sonic_host.check_bgp_session_state_all_asics, bgp_neighbors), "Not all bgp sessions are established after config reload", )