aboutsummaryrefslogtreecommitdiffstats
path: root/functest/tests/unit
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2018-01-29 13:46:38 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-29 13:46:38 +0000
commit18c016a2eaf65fec880a04bcc354f52e9cdb4417 (patch)
tree40afc120463661e1e52726bee05528a2046ea79f /functest/tests/unit
parent3a042e00c533dae47014842ed345da6b321f5eb9 (diff)
parent4862f742a08658459afee5e272122af5f2cdc9de (diff)
Merge "Avoid duplicating get_parameter_from_yaml"
Diffstat (limited to 'functest/tests/unit')
-rw-r--r--functest/tests/unit/vnf/router/test_cloudify_vrouter.py3
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,