[action] [PR:13290] [T2-Chassis] - New tests for Reliable-TSA feature #15338
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of PR
Summary:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
How did you do it?
First set: TSA/TSB config event on the supervisor or line card. (8 cases)
test_sup_tsa_act_when_sup_duts_on_tsb_initially
test_sup_tsa_act_when_sup_on_tsb_duts_on_tsa_initially
test_sup_tsb_act_when_sup_on_tsa_duts_on_tsb_initially
test_sup_tsb_act_when_sup_and_duts_on_tsa_initially
test_dut_tsa_act_when_sup_duts_on_tsb_initially
test_dut_tsa_act_when_sup_on_tsa_duts_on_tsb_initially
test_dut_tsb_act_when_sup_on_tsb_duts_on_tsa_initially
test_dut_tsb_act_when_sup_and_duts_on_tsa_initially
Second set: Config event followed by certain action on the supervisor or line card. (8 cases)
test_sup_tsa_act_with_sup_reboot
test_sup_tsa_act_when_duts_on_tsa_with_sup_config_reload
test_dut_tsa_act_with_reboot_when_sup_dut_on_tsb_init
test_dut_tsa_with_conf_reload_when_sup_on_tsa_dut_on_tsb_init
test_sup_tsb_followed_by_dut_bgp_restart_when_sup_on_tsa_duts_on_tsb
test_sup_tsb_followed_by_dut_bgp_restart_when_sup_and_duts_on_tsa
test_dut_tsb_followed_by_dut_bgp_restart_when_sup_on_tsb_duts_on_tsa
test_dut_tsb_followed_by_dut_bgp_restart_when_sup_and_duts_on_tsa
Miscellaneous tests: Use cases with 'startup-tsa-tsb' service etc. (4 cases)
test_sup_tsa_when_startup_tsa_tsb_service_running
test_sup_tsb_when_startup_tsa_tsb_service_running
test_user_init_tsa_on_dut_followed_by_sup_tsa
test_user_init_tsa_on_dut_followed_by_sup_tsb
How did you verify/test it?
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation
Reliable TSA test result:
Startup-tsa-tsb service test result:
Note: PR #12781 is pending merge, and this PR is dependent on that.