aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack/refstack_client/tempest_conf.py
diff options
context:
space:
mode:
authorLinda Wang <wangwulin@huawei.com>2018-01-31 02:43:44 +0000
committerLinda Wang <wangwulin@huawei.com>2018-02-13 02:51:12 +0000
commite3cf205556fcddcf84fada86533a45aed7774133 (patch)
tree5e76b967a5c28bb16aa874a3062ae59e5cfa6f02 /functest/opnfv_tests/openstack/refstack_client/tempest_conf.py
parent7598ab763d31ca4f901043722c19635b73f00d3f (diff)
Fix the config of fixed_network_name in tempest
Change-Id: I58726d0fec5b2da4ea8ac1f9925fe56d2f9d7ce0 Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'functest/opnfv_tests/openstack/refstack_client/tempest_conf.py')
-rw-r--r--functest/opnfv_tests/openstack/refstack_client/tempest_conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/functest/opnfv_tests/openstack/refstack_client/tempest_conf.py b/functest/opnfv_tests/openstack/refstack_client/tempest_conf.py
index 44d0a18b..73a2685c 100644
--- a/functest/opnfv_tests/openstack/refstack_client/tempest_conf.py
+++ b/functest/opnfv_tests/openstack/refstack_client/tempest_conf.py
@@ -38,6 +38,7 @@ class TempestConf(object):
use_custom_flavors=True)
conf_utils.configure_tempest_defcore(
self.deployment_dir,
+ network_name=resources.get("network_name"),
image_id=resources.get("image_id"),
flavor_id=resources.get("flavor_id"),
image_id_alt=resources.get("image_id_alt"),