diff options
author | boucherv <valentin.boucher@orange.com> | 2016-06-16 13:41:50 +0200 |
---|---|---|
committer | boucherv <valentin.boucher@orange.com> | 2016-06-16 13:46:32 +0200 |
commit | 62254125c8cf752cdd2251217051db7b3d2f7069 (patch) | |
tree | 5cf6aeb2205525b0a339999bc70443c7d6e00b9b | |
parent | 9cf93983c0db61c15df1b55bb212f87217c34de4 (diff) |
bugfix: import module
Change-Id: I233ea8bc8df52ae9192ce4963e18f2389caa920c
Signed-off-by: boucherv <valentin.boucher@orange.com>
-rw-r--r-- | testcases/vIMS/vIMS.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |