diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2018-02-13 10:12:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-13 10:12:56 +0000 |
commit | fb85975fee7c3c67d3b10df58e4b742034fbd2ab (patch) | |
tree | 5064aab44780735631550cf4a8a18cfe64b8acd1 /functest/opnfv_tests/openstack/refstack_client | |
parent | 9e9e8c9b89fc7c419d1824190217897118800275 (diff) | |
parent | e3cf205556fcddcf84fada86533a45aed7774133 (diff) |
Merge "Fix the config of fixed_network_name in tempest"
Diffstat (limited to 'functest/opnfv_tests/openstack/refstack_client')
-rw-r--r-- | functest/opnfv_tests/openstack/refstack_client/tempest_conf.py | 1 |
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"), |