From: Jose Lausuch Date: Thu, 16 Jun 2016 12:46:21 +0000 (+0000) Subject: Merge "Fixed auth url in v2.Password" X-Git-Tag: colorado.1.0~321 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=6ecc6f14a3325895233f40e5193cb369c6aab914;hp=be413f75308273cd3e637a40097a2e6dc49e9212;p=functest.git Merge "Fixed auth url in v2.Password" --- diff --git a/testcases/vIMS/vIMS.py b/testcases/vIMS/vIMS.py index 3cdbab9b4..260cb4ce2 100644 --- a/testcases/vIMS/vIMS.py +++ b/testcases/vIMS/vIMS.py @@ -26,8 +26,8 @@ import glanceclient.client as glclient import novaclient.client as nvclient from neutronclient.v2_0 import client as ntclient -import clearwater -import orchestrator +from clearwater import * +from orchestrator import * import functest.utils.functest_logger as ft_logger import functest.utils.functest_utils as functest_utils