diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-02-18 12:22:29 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-02-18 12:29:33 +0100 |
commit | 16ff916c78ae5cf47f6f1650e0b8b233d61ff5f5 (patch) | |
tree | ebddd06085ec1fbd97806288c1a71c307c5f5bae | |
parent | bb905f530dce0c6124afbebefc6bc2c78c644e86 (diff) |
Only run bgpvpn tempest api tests
It conforms with SFC regex and fits OPNFV criteria.
Running scenarios may force the use of bagpipe [1].
The SUT (functest-virtual) is being updated to verify SFC and BGPVPN
apis.
[1] https://docs.openstack.org/networking-bgpvpn/latest/user/drivers/bagpipe/index.html
Change-Id: I1442b9cac7eaba1aeef04e36a2f790bd29f90976
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 2b4e7955815ce27284043c03730fff6ace029a0d)
-rw-r--r-- | docker/smoke/testcases.yaml | 2 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index feaa383b7..67e157349 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -146,7 +146,7 @@ tiers: run: name: tempest_common args: - mode: '^networking_bgpvpn_tempest\.' + mode: '^networking_bgpvpn_tempest.tests.api\.' neutron_extensions: - bgpvpn option: diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 9c2764e86..912f35b59 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -312,7 +312,7 @@ tiers: run: name: tempest_common args: - mode: '^networking_bgpvpn_tempest\.' + mode: '^networking_bgpvpn_tempest.tests.api\.' neutron_extensions: - bgpvpn option: |