Skip to content

Commit

Permalink
Add symbolic link for t0-isolated-d128u128s2-leaf.j2 in ansible templ…
Browse files Browse the repository at this point in the history
…ates (#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>
  • Loading branch information
Janetxxx authored and mssonicbld committed Dec 24, 2024
1 parent 230bca7 commit caf83ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ansible/roles/eos/templates/t0-isolated-d128u128s1-leaf.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
t0-leaf.j2
2 changes: 1 addition & 1 deletion tests/common/config_reload.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)

0 comments on commit caf83ab

Please sign in to comment.