Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/bgp/reliable_tsa/test_reliable_tsa_flaky.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def verify_line_card_after_sup_tsa(lc):
# Verify dut config_reload scenario for one of the line card to make sure tsa config is in sync
first_linecard = duthosts.frontend_nodes[0]
first_linecard.shell('sudo config save -y')
config_reload(first_linecard, safe_reload=True, check_intf_up_ports=True)
config_reload(first_linecard, safe_reload=True, check_intf_up_ports=True, exec_tsb=True)

# Verify DUT is in maintenance state.
pytest_assert(TS_MAINTENANCE == get_traffic_shift_state(first_linecard, cmd='TSC no-stats'),
Expand Down
2 changes: 1 addition & 1 deletion tests/bgp/reliable_tsa/test_reliable_tsa_stable.py
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ def verify_tsa_after_sup_tsa(lc):
executor.submit(verify_tsa_after_sup_tsa, linecard)

# Do config_reload on the supervisor and verify configs are same as before
config_reload(suphost, wait=300, safe_reload=True)
config_reload(suphost, wait=300, safe_reload=True, exec_tsb=True)
pytest_assert('true' == get_tsa_chassisdb_config(suphost),
"Supervisor {} tsa_enabled config is not enabled".format(suphost.hostname))

Expand Down
Loading