Fix tox errors in thirdparty-ci docs
Fixes errors causing tox failures. Change-Id: I361ef791c0de1aac1304bb8ad979066400930434 Closes-Bug: #1468765
This commit is contained in:
parent
b257136e1c
commit
0af5abdb1f
@ -32,6 +32,7 @@ Policies
|
|||||||
core-reviewers
|
core-reviewers
|
||||||
gate-failure-triage
|
gate-failure-triage
|
||||||
code-reviews
|
code-reviews
|
||||||
|
thirdparty-ci
|
||||||
office-hours
|
office-hours
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
|
@ -29,7 +29,7 @@ setup files. You can see a programmatic example of the exceptions here[3].
|
|||||||
|
|
||||||
[3] https://github.com/openstack-infra/project-config/blob/master/zuul/layout.yaml#L568
|
[3] https://github.com/openstack-infra/project-config/blob/master/zuul/layout.yaml#L568
|
||||||
|
|
||||||
If your code is in a neutron-*aas repo, you should run against the tests
|
If your code is in a neutron-\*aas repo, you should run against the tests
|
||||||
for that repo. You may also run against every neutron change, if your service
|
for that repo. You may also run against every neutron change, if your service
|
||||||
driver is using neutron interfaces that are not provided by your service
|
driver is using neutron interfaces that are not provided by your service
|
||||||
plugin (e.g. loadbalancer/plugin.py). If you are using only plugin interfaces,
|
plugin (e.g. loadbalancer/plugin.py). If you are using only plugin interfaces,
|
||||||
@ -45,11 +45,13 @@ http://git.openstack.org/cgit/openstack/tempest/tree/tempest/api/network
|
|||||||
|
|
||||||
Run with the test filter: 'network'. This will include all neutron specific
|
Run with the test filter: 'network'. This will include all neutron specific
|
||||||
tests as well as any other tests that are tagged as requiring networking. An
|
tests as well as any other tests that are tagged as requiring networking. An
|
||||||
example tempest setup for devstack-gate:
|
example tempest setup for devstack-gate::
|
||||||
|
|
||||||
export DEVSTACK_GATE_NEUTRON=1
|
export DEVSTACK_GATE_NEUTRON=1
|
||||||
export DEVSTACK_GATE_TEMPEST_REGEX='(?!.*\[.*\bslow\b.*\])((network)|(neutron))'
|
export DEVSTACK_GATE_TEMPEST_REGEX='(?!.*\[.*\bslow\b.*\])((network)|(neutron))'
|
||||||
|
|
||||||
... an example setup for LBaaS:
|
An example setup for LBaaS::
|
||||||
|
|
||||||
export DEVSTACK_GATE_NEUTRON=1
|
export DEVSTACK_GATE_NEUTRON=1
|
||||||
export DEVSTACK_GATE_TEMPEST_REGEX='(?!.*\[.*\bslow\b.*\])(alancer|SimpleReadOnlyNeutron|tempest.api.network)'
|
export DEVSTACK_GATE_TEMPEST_REGEX='(?!.*\[.*\bslow\b.*\])(alancer|SimpleReadOnlyNeutron|tempest.api.network)'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user