placement functional tests can variably fail because of conf
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Chris Dent | ||
Rocky |
Confirmed
|
Medium
|
Unassigned |
Bug Description
When running just the placement functional tests with `tox -efunctional placement` on a host with sufficient cpus (16 in this case, on a host with only 4 it wasn't happening) some tests can fail because of conf not being properly set with "oslo_config.
This appears to because in some cases registering the policy opts is happening elsewhere in the processing before running the gabbi tests but only sometimes. This is a symptom of long term global conf leakage that we may wish to consider fixing, but the short term fix is to register the opts in the gabbi fixture. Patch forthcoming.
Fix proposed to branch: master /review. openstack. org/594172
Review: https:/