From 0af5abdb1f608a5e84a64627adf42dd8d5526560 Mon Sep 17 00:00:00 2001 From: John Davidge Date: Thu, 25 Jun 2015 15:12:59 +0100 Subject: [PATCH] Fix tox errors in thirdparty-ci docs Fixes errors causing tox failures. Change-Id: I361ef791c0de1aac1304bb8ad979066400930434 Closes-Bug: #1468765 --- doc/source/policies/index.rst | 1 + doc/source/policies/thirdparty-ci.rst | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/source/policies/index.rst b/doc/source/policies/index.rst index 6a766ac91..219f71c33 100644 --- a/doc/source/policies/index.rst +++ b/doc/source/policies/index.rst @@ -32,6 +32,7 @@ Policies core-reviewers gate-failure-triage code-reviews + thirdparty-ci office-hours Indices and tables diff --git a/doc/source/policies/thirdparty-ci.rst b/doc/source/policies/thirdparty-ci.rst index ffd79b3fe..8726cb966 100644 --- a/doc/source/policies/thirdparty-ci.rst +++ b/doc/source/policies/thirdparty-ci.rst @@ -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 -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 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, @@ -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 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_TEMPEST_REGEX='(?!.*\[.*\bslow\b.*\])((network)|(neutron))' -... an example setup for LBaaS: +An example setup for LBaaS:: + export DEVSTACK_GATE_NEUTRON=1 export DEVSTACK_GATE_TEMPEST_REGEX='(?!.*\[.*\bslow\b.*\])(alancer|SimpleReadOnlyNeutron|tempest.api.network)' -- 2.45.2