From dbbf8da5725f18eede541c82f6adac90a955f43d Mon Sep 17 00:00:00 2001 From: boucherv Date: Wed, 31 Aug 2016 17:43:08 +0200 Subject: Add a specific logger for orchestrator class JIRA: FUNCTEST-428 Change-Id: I1aab08f8f92df3b5527e6f8121cdf45aec2f5c17 Signed-off-by: boucherv --- testcases/vnf/vIMS/vIMS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testcases/vnf/vIMS/vIMS.py') 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'], -- cgit 1.2.3-korg