Skip to content
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

Xfail test_add_rack.py::test_add_rack for Cisco 8122 testbed #15745

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,12 @@ configlet/test_add_rack.py:
conditions:
- "is_multi_asic==True"

configlet/test_add_rack.py::test_add_rack:
xfail:
reason: "Testbed issue on Cisco 8122 T1 testbed."
conditions:
- "platform in ['x86_64-8122_64eh_o-r0']"

container_hardening/test_container_hardening.py::test_container_privileged:
skip:
reason: "Not supported on 202305 and older releases"
Expand Down
Loading