From 0ce4ba21f5b934431adfa8a96f20065483a9f5c9 Mon Sep 17 00:00:00 2001 From: Panagiotis Karalis Date: Fri, 23 Feb 2018 14:56:25 +0200 Subject: Implement trunk ports testcase The tempest testcases have been integrated from Neutron trunk testcases. It also enables every Neutron extension which may raise side effects [1]. [1] https://docs.openstack.org/tempest/latest/sampleconf.html JIRA: FUNCTEST-926 Change-Id: I05015acf119f504ce0a5539d677719de874594ad Signed-off-by: Panagiotis Karalis --- functest/opnfv_tests/openstack/tempest/conf_utils.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'functest/opnfv_tests/openstack/tempest/conf_utils.py') diff --git a/functest/opnfv_tests/openstack/tempest/conf_utils.py b/functest/opnfv_tests/openstack/tempest/conf_utils.py index 6121ab970..b3d0d0139 100644 --- a/functest/opnfv_tests/openstack/tempest/conf_utils.py +++ b/functest/opnfv_tests/openstack/tempest/conf_utils.py @@ -271,6 +271,8 @@ def configure_tempest_update_params(tempest_conf_file, res_dir, rconfig.set('identity', 'v3_endpoint_type', os.environ.get('OS_ENDPOINT_TYPE')) + rconfig.set('network-feature-enabled', 'api_extensions', 'all') + if os.environ.get('OS_ENDPOINT_TYPE') is not None: sections = rconfig.sections() services_list = [ -- cgit 1.2.3-korg