Skip to content

Commit 2f084e8

Browse files
committed
[stable 2025.1 only][CI][fullstack] Skip failing tests
test_securitygroup fullstack tests are failing from quite some time in the fips job, as discussed in the last CI meeting skipping these tests for the fips job. fullstack tests are removed in 2025.2+. Related-Bug: #2143707 Signed-off-by: Yatin Karel <ykarel@redhat.com> Change-Id: I84a879ce7c8e2833394cc9ca63425834ee5e5e4f
1 parent c6c4e14 commit 2f084e8

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

tox.ini

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,23 @@ commands =
118118
bash {toxinidir}/tools/deploy_rootwrap.sh {toxinidir} {envdir}/etc {envdir}/bin
119119
stestr run --concurrency 2 {posargs}
120120

121-
[testenv:dsvm-fullstack-gate]
121+
[testenv:dsvm-fullstack-gate-fips]
122122
description =
123-
Run fullstack gate tests that require sudo privileges.
123+
Run fullstack tests that require sudo privileges, excluding security group tests for FIPS environments.
124124
setenv = {[testenv:dsvm-fullstack]setenv}
125125
deps = {[testenv:dsvm-fullstack]deps}
126126
commands =
127127
bash {toxinidir}/tools/generate_dhclient_script_for_fullstack.sh {envdir}
128128
bash {toxinidir}/tools/deploy_rootwrap.sh {toxinidir} {envdir}/etc {envdir}/bin
129-
stestr run --slowest --concurrency 2 --exclude-regex neutron.tests.fullstack.test_securitygroup.TestSecurityGroupsSameNetwork.test_securitygroup {posargs}
129+
stestr run --slowest --concurrency 2 --exclude-regex neutron.tests.fullstack.test_securitygroup {posargs}
130+
131+
[testenv:dsvm-fullstack-gate]
132+
description =
133+
Run fullstack gate tests that require sudo privileges.
134+
setenv = {[testenv:dsvm-fullstack]setenv}
135+
deps = {[testenv:dsvm-fullstack]deps}
136+
commands =
137+
{[testenv:dsvm-fullstack-gate-fips]commands}
130138
stestr run --slowest --combine --concurrency 1 neutron.tests.fullstack.test_securitygroup.TestSecurityGroupsSameNetwork.test_securitygroup {posargs}
131139

132140
[testenv:mypy]

zuul.d/base.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@
231231
description: |
232232
Functional testing for a FIPS enabled Centos 9 system
233233
vars:
234+
tox_envlist: dsvm-fullstack-gate-fips
234235
nslookup_target: 'opendev.org'
235236
enable_fips: True
236237
devstack_localrc:

0 commit comments

Comments
 (0)