aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/vnf/vIMS/vIMS.py
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2016-09-01 07:44:36 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-09-01 07:44:36 +0000
commit5fbdcb8d13e63cec2614a9703f0b3f640f05aa49 (patch)
treec43df18deaaa3561385cefa5f4c87d5ce0fe20c0 /testcases/vnf/vIMS/vIMS.py
parentbb699b3cfc146566ba54aa96111cf5a05839322a (diff)
parentdbbf8da5725f18eede541c82f6adac90a955f43d (diff)
Merge "Add a specific logger for orchestrator class"
Diffstat (limited to 'testcases/vnf/vIMS/vIMS.py')
-rwxr-xr-xtestcases/vnf/vIMS/vIMS.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/vnf/vIMS/vIMS.py b/testcases/vnf/vIMS/vIMS.py
index 83ea86db..bf534f68 100755
--- a/testcases/vnf/vIMS/vIMS.py
+++ b/testcases/vnf/vIMS/vIMS.py
@@ -346,7 +346,7 @@ def main():
public_auth_url = keystone.service_catalog.url_for(
service_type='identity', endpoint_type='publicURL')
- cfy = orchestrator(VIMS_DATA_DIR, CFY_INPUTS, logger)
+ cfy = orchestrator(VIMS_DATA_DIR, CFY_INPUTS)
cfy.set_credentials(username=ks_creds['username'], password=ks_creds[
'password'], tenant_name=ks_creds['tenant_name'],