Commit 2e6f09c
Update test_lldp.py test name after refactoring (#20864)
Description of PR
We've refactored and changed test name in this PR #20782
But skip logic was applied to old test name.
This PR address skip test name to skip correctly.
Summary:
Fixes # (issue)
This pull request updates test case references in two YAML configuration files to improve accuracy and consistency in test skipping conditions. The main change is the renaming of a test related to LLDP neighbor verification after a reboot scenario.
Test case reference updates:
Renamed the test case from lldp/test_lldp.py::test_lldp_neighbor_post_orchagent_reboot to lldp/test_lldp.py::test_lldp_neighbor_post_swss_reboot in both tests/common/plugins/conditional_mark/tests_mark_conditions.yaml and tests/common/plugins/conditional_mark/tests_mark_conditions_sonic_vpp.yaml, ensuring the skip conditions apply to the correct test. [1] [2]
signed-off-by: [email protected]
Signed-off-by: selldinesh <[email protected]>1 parent 92ca5c6 commit 2e6f09c
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- tests/common/plugins/conditional_mark
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2785 | 2785 | | |
2786 | 2786 | | |
2787 | 2787 | | |
2788 | | - | |
| 2788 | + | |
2789 | 2789 | | |
2790 | 2790 | | |
2791 | 2791 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
753 | 753 | | |
754 | 754 | | |
755 | 755 | | |
756 | | - | |
| 756 | + | |
757 | 757 | | |
758 | 758 | | |
759 | 759 | | |
| |||
0 commit comments