-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_cacl_application failing due to recent change in caclmgrd #12464
Labels
Triaged
this issue has been triaged
Comments
This was referenced Oct 20, 2022
SuvarnaMeenakshi
added a commit
to sonic-net/sonic-mgmt
that referenced
this issue
Oct 21, 2022
…-services (#6585) What is the motivation for this PR? Recent change in caclmgrd caused the expected ACL list to change. test_cacl_application fails because the expected ACLs are not present on DUT. This is occurring with latest sonic-host-services changes, and is blocking sub module update. Test case has to be updated, but updated test case will fail without the latest changes from sonic-host-services. This PR is to ensure that sub module is updated so that the test case can pass. issue: sonic-net/sonic-buildimage#12464 submodule update PR that is blocked: sonic-net/sonic-buildimage#12195 How did you do it? skip test_cacl_application.
allen-xf
pushed a commit
to allen-xf/sonic-mgmt
that referenced
this issue
Oct 28, 2022
…-services (sonic-net#6585) What is the motivation for this PR? Recent change in caclmgrd caused the expected ACL list to change. test_cacl_application fails because the expected ACLs are not present on DUT. This is occurring with latest sonic-host-services changes, and is blocking sub module update. Test case has to be updated, but updated test case will fail without the latest changes from sonic-host-services. This PR is to ensure that sub module is updated so that the test case can pass. issue: sonic-net/sonic-buildimage#12464 submodule update PR that is blocked: sonic-net/sonic-buildimage#12195 How did you do it? skip test_cacl_application.
6 tasks
SuvarnaMeenakshi
added a commit
to sonic-net/sonic-mgmt
that referenced
this issue
Dec 28, 2022
What is the motivation for this PR? Provides fix for sonic-net/sonic-buildimage#12464 MGMT_INTERFACE was removed from default ip2me block rules in PR sonic-net/sonic-host-services#6 This PR is to modify the test case according to the change in caclmgrd How did you do it? Remove MGMT_INTERFACE when generating ip2me block rule list. How did you verify/test it? Ran test on multi-asic vs DUT, without skipping this test: .. cacl/test_cacl_application.py::test_cacl_application_nondualtor[vlab-08-1] PASSED [ 70%] cacl/test_cacl_application.py::test_cacl_application_dualtor[active_tor-vlab-08-1] SKIPPED [ 80%] cacl/test_cacl_application.py::test_cacl_application_dualtor[standby_tor-vlab-08-1] SKIPPED [ 90%] cacl/test_cacl_application.py::test_multiasic_cacl_application[vlab-08-1] PASSED SKIPPED [4] cacl/test_cacl_application.py: test_cacl_application_dualtor is only supported on dualtor topology SKIPPED [1] cacl/test_cacl_application.py: caclmgrd may crash after loading scale ipv4 cacl rules. SKIPPED [1] cacl/test_cacl_application.py: caclmgrd may crash after loading scale ipv6 cacl rules. ============================================================================================================ 4 passed, 6 skipped in 769.78 seconds =============================================================================================================
sonic-net/sonic-mgmt#7092 fixes this issue |
Merged
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Steps to reproduce the issue:
Describe the results you received:
below failure is seen:
Describe the results you expected:
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
Fix is required so that latest branch of sonic-host-services submodule is merged into sonic-buildimage master branch.
Issue is seen after merging sonic-net/sonic-host-services#6
The text was updated successfully, but these errors were encountered: