diff options
author | boucherv <valentin.boucher@orange.com> | 2016-08-31 17:43:08 +0200 |
---|---|---|
committer | boucherv <valentin.boucher@orange.com> | 2016-08-31 17:51:19 +0200 |
commit | dbbf8da5725f18eede541c82f6adac90a955f43d (patch) | |
tree | 290e0997bab658af5ba36638f30f689fa7b08992 /testcases/vnf/vIMS/vIMS.py | |
parent | fe5d0f8628b8e0defdfc6e3b0e4556b46311a2f9 (diff) |
Add a specific logger for orchestrator class
JIRA: FUNCTEST-428
Change-Id: I1aab08f8f92df3b5527e6f8121cdf45aec2f5c17
Signed-off-by: boucherv <valentin.boucher@orange.com>
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 373761794..66911c1d8 100755 --- a/testcases/vnf/vIMS/vIMS.py +++ b/testcases/vnf/vIMS/vIMS.py @@ -348,7 +348,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'], |