Skip to content

Commit 6860828

Browse files
authored
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 <janet970527@gmail.com>
1 parent 5c2245a commit 6860828

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
t0-leaf.j2

tests/common/config_reload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,6 @@ def _config_reload_cmd_wrapper(cmd, executable):
217217
if wait_for_bgp:
218218
bgp_neighbors = sonic_host.get_bgp_neighbors_per_asic(state="all")
219219
pytest_assert(
220-
wait_until(wait + 120, 10, 0, sonic_host.check_bgp_session_state_all_asics, bgp_neighbors),
220+
wait_until(wait + 300, 10, 0, sonic_host.check_bgp_session_state_all_asics, bgp_neighbors),
221221
"Not all bgp sessions are established after config reload",
222222
)

0 commit comments

Comments
 (0)