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/tests/unit/openstack/tempest | |
parent | 9e9e8c9b89fc7c419d1824190217897118800275 (diff) | |
parent | e3cf205556fcddcf84fada86533a45aed7774133 (diff) |
Merge "Fix the config of fixed_network_name in tempest"
Diffstat (limited to 'functest/tests/unit/openstack/tempest')
-rw-r--r-- | functest/tests/unit/openstack/tempest/test_conf_utils.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/functest/tests/unit/openstack/tempest/test_conf_utils.py b/functest/tests/unit/openstack/tempest/test_conf_utils.py index 5fed742c..323a1ee0 100644 --- a/functest/tests/unit/openstack/tempest/test_conf_utils.py +++ b/functest/tests/unit/openstack/tempest/test_conf_utils.py @@ -259,8 +259,9 @@ class OSTempestConfUtilsTesting(unittest.TestCase): mock.patch('functest.opnfv_tests.openstack.tempest.' 'conf_utils.shutil.copyfile'): conf_utils.configure_tempest_defcore( - 'test_dep_dir', 'test_image_id', 'test_flavor_id', - 'test_image_alt_id', 'test_flavor_alt_id', 'test_tenant_id') + 'test_dep_dir', 'test_network_name', 'test_image_id', + 'test_flavor_id', 'test_image_alt_id', 'test_flavor_alt_id', + 'test_tenant_id') mset.assert_any_call('compute', 'image_ref', 'test_image_id') mset.assert_any_call('compute', 'image_ref_alt', 'test_image_alt_id') |