[functional/fullstack][master] move fips periodic job to CentOS 9-Stream
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
In Progress
|
Medium
|
Slawek Kaplonski |
Bug Description
Currently these periodic jobs are running on CentOS 8-Stream(with python 3.6) and failing[1][2]. These are failing as master no longer supports py3.6. To unblock switching these jobs to run functional/
Ideally these jobs can be switched to CentOS 9-Stream(have python3.9 as default). But found in testing[4] it has couple of issues:-
1. DNS issues are hit randomly during setup until unbound service is setupped after reboot. Can fix by waiting for unbound to be ready or workaround by not using unbound.
2. 4 functional tests are failing:-
- test_delete_
- test_delete_
- test_rule_
--> self.assertEqua
- test_rule_
--> self.assertEqua
3. 2 fullstack tests are failing:-
- neutron.
- neutron.
Both failing at ping
neutron.
neutron.
[1] https:/
[2] https:/
[3] https:/
[4] https:/
Changed in neutron: | |
importance: | Undecided → Medium |
Changed in neutron: | |
assignee: | nobody → Slawek Kaplonski (slaweq) |
status: | New → Confirmed |
Changed in neutron: | |
status: | Confirmed → In Progress |
Switch fips functional/ fullstack job to py3.8 https:/ /review. opendev. org/c/openstack /neutron/ +/843252