Fix dhcpv6 testcase failures in Dual TOR Setups#11695
Fix dhcpv6 testcase failures in Dual TOR Setups#11695kevinskwang merged 7 commits intosonic-net:masterfrom
Conversation
|
The pre-commit check detected issues in the files touched by this pull request. Detailed pre-commit check results: To run the pre-commit checks locally, you can follow below steps:
|
|
Hi Xu, |
|
@santoss3 , please check/rerun the sonic-mgmt failures in the workflow |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@santoss3 try latest commit, hit failure and error =========================== short test summary info ============================ |
|
Hi @XuChen-MSFT , ================================================================================= warnings summary ================================================================================= -- Docs: How to capture warnings — pytest documentation Can you please confirm if you are running this in AA topology and have the following fix present in the SONiC image ? You may verify this by checking if the dhcp6relay process in dhcp_relay docker is running with "-u Loopback0" argument. Thanks & Regards, |
|
Hi @StormLiangMS, please cherry-pick this into 202305, thanks! |
* ACL testcases in A/A setup need to ALLOW the keepalives to ensure both TORs don't go in STANDBY mode. * reverting_old_pr_fix * dhcpv6_dual_tor_fix * pre-commit checks * Added reference to right fixture
|
Cherry-pick PR to 202305: #12276 |
* ACL testcases in A/A setup need to ALLOW the keepalives to ensure both TORs don't go in STANDBY mode. * reverting_old_pr_fix * dhcpv6_dual_tor_fix * pre-commit checks * Added reference to right fixture
|
Cherry-pick PR to 202311: #12277 |
* ACL testcases in A/A setup need to ALLOW the keepalives to ensure both TORs don't go in STANDBY mode. * reverting_old_pr_fix * dhcpv6_dual_tor_fix * pre-commit checks * Added reference to right fixture
* ACL testcases in A/A setup need to ALLOW the keepalives to ensure both TORs don't go in STANDBY mode. * reverting_old_pr_fix * dhcpv6_dual_tor_fix * pre-commit checks * Added reference to right fixture
)" This reverts commit 5e1015c.
…#12046)" (sonic-net#12309) What is the motivation for this PR? dhcpv6 relay failure in dualtor-aa was fixed by sonic-net#11695 Hence remove skip condition How did you do it? Remove skip test_dhcpv6_relay in dualtor-aa How did you verify/test it? Run test
…#12046)" (sonic-net#12309) What is the motivation for this PR? dhcpv6 relay failure in dualtor-aa was fixed by sonic-net#11695 Hence remove skip condition How did you do it? Remove skip test_dhcpv6_relay in dualtor-aa How did you verify/test it? Run test

Description of PR
In Dual TOR scenario the "dhcpv6" testcase is failing due to the following reasons -
Summary:
Fixes # Failures in dhcp_relay/test_dhcpv6_relay.py in Dual Tor Setups
Type of change
Back port request
Approach
What is the motivation for this PR?
Fix Failures in dhcp_relay/test_dhcpv6_relay.py in Dual Tor Setups
How did you do it?
Specified in PR Description
How did you verify/test it?
Verified that the dhcpv6 testcase passes after the code changes.
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation