aboutsummaryrefslogtreecommitdiffstats
path: root/functest
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-04-13 22:57:29 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-04-13 23:34:19 +0200
commitc97b870f9875a7b09bf0fdb059b24f963da2e4c2 (patch)
tree205a70185104ab8acf1baafc6adc9ebb5d3b282c /functest
parentee241578f665a81549d6e50f014ea48ac07c6d64 (diff)
Install new neutron-tempest-plugin
Change-Id: Id43e7cd5efa4a78397238bf27ef7e6b476704557 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest')
-rw-r--r--functest/opnfv_tests/openstack/tempest/tempest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/openstack/tempest/tempest.py b/functest/opnfv_tests/openstack/tempest/tempest.py
index e9f023261..9c97b01fb 100644
--- a/functest/opnfv_tests/openstack/tempest/tempest.py
+++ b/functest/opnfv_tests/openstack/tempest/tempest.py
@@ -308,7 +308,7 @@ class TempestNeutronTrunk(TempestCommon):
if "case_name" not in kwargs:
kwargs["case_name"] = 'neutron_trunk'
TempestCommon.__init__(self, **kwargs)
- self.mode = "'neutron.tests.tempest.(api|scenario).test_trunk'"
+ self.mode = "'neutron_tempest_plugin.(api|scenario).test_trunk'"
self.res_dir = os.path.join(
getattr(config.CONF, 'dir_results'), 'neutron_trunk')
self.raw_list = os.path.join(self.res_dir, 'test_raw_list.txt')