From f5078d6959b4725da6ba251909d5f3ffd5c149c1 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 1 Jun 2019 11:00:14 +0200 Subject: Stop installing sfc and bgpvpn tempest plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They are being integrated into neutron tempest plugin [1][2]. It will fix our gates [3]. [1] https://github.com/openstack/neutron-tempest-plugin/commit/1a987ecb4d310328cc4c2c5628dc5018dc7afc48 [2] https://github.com/openstack/neutron-tempest-plugin/commit/8dd49aac9fa27166d76755c7d62ea9f0553d8d74 [3] https://build.opnfv.org/ci/job/functest-latest-gate/199/ Change-Id: Iafcfd0cb9b33a271cf37f269d9a3a2086eb67414 Signed-off-by: Cédric Ollivier --- docker/smoke/testcases.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker/smoke/testcases.yaml') diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index e33dd00b4..b58eab0e1 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -173,7 +173,7 @@ tiers: run: name: tempest_common args: - mode: '^networking_bgpvpn_tempest.tests.api\.' + mode: '^neutron_tempest_plugin.bgpvpn.api\.' neutron_extensions: - bgpvpn option: @@ -192,7 +192,7 @@ tiers: name: tempest_common args: mode: - '^(?:networking_sfc\.tests\.tempest_plugin.tests.api).*$' + '^(?:neutron_tempest_plugin\.sfc\.tests\.api).*$' neutron_extensions: - sfc option: -- cgit 1.2.3-korg