diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2018-01-29 13:46:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-29 13:46:38 +0000 |
commit | 18c016a2eaf65fec880a04bcc354f52e9cdb4417 (patch) | |
tree | 40afc120463661e1e52726bee05528a2046ea79f /functest/tests/unit/vnf/router/test_cloudify_vrouter.py | |
parent | 3a042e00c533dae47014842ed345da6b321f5eb9 (diff) | |
parent | 4862f742a08658459afee5e272122af5f2cdc9de (diff) |
Merge "Avoid duplicating get_parameter_from_yaml"
Diffstat (limited to 'functest/tests/unit/vnf/router/test_cloudify_vrouter.py')
-rw-r--r-- | functest/tests/unit/vnf/router/test_cloudify_vrouter.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/functest/tests/unit/vnf/router/test_cloudify_vrouter.py b/functest/tests/unit/vnf/router/test_cloudify_vrouter.py index 9711da72..db03d716 100644 --- a/functest/tests/unit/vnf/router/test_cloudify_vrouter.py +++ b/functest/tests/unit/vnf/router/test_cloudify_vrouter.py @@ -49,8 +49,7 @@ class CloudifyVrouterTesting(unittest.TestCase): 'cloudify_vrouter.vrouter_base.Utilvnf'), \ mock.patch('os.makedirs'), \ mock.patch( - 'functest.opnfv_tests.vnf.router.cloudify_vrouter.' - 'get_config', + 'functest.utils.functest_utils.get_parameter_from_yaml', return_value={ 'tenant_images': 'foo', 'orchestrator': self.orchestrator, |