diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-09-01 07:44:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-01 07:44:36 +0000 |
commit | 5fbdcb8d13e63cec2614a9703f0b3f640f05aa49 (patch) | |
tree | c43df18deaaa3561385cefa5f4c87d5ce0fe20c0 /testcases/vnf/vIMS/vIMS.py | |
parent | bb699b3cfc146566ba54aa96111cf5a05839322a (diff) | |
parent | dbbf8da5725f18eede541c82f6adac90a955f43d (diff) |
Merge "Add a specific logger for orchestrator class"
Diffstat (limited to 'testcases/vnf/vIMS/vIMS.py')
-rwxr-xr-x | testcases/vnf/vIMS/vIMS.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/vnf/vIMS/vIMS.py b/testcases/vnf/vIMS/vIMS.py index 83ea86dbb..bf534f68f 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'], |