summaryrefslogtreecommitdiffstats
path: root/ocata/ocata/proxy
diff options
context:
space:
mode:
authorHuang Haibin <haibin.huang@intel.com>2018-02-28 03:44:35 +0800
committerHuang Haibin <haibin.huang@intel.com>2018-03-01 02:39:05 +0800
commitb14e1359642e17daf769ca39fa01e644135191f0 (patch)
treef29fcbd5c81df64eac4796bdd0c0423d460ebe17 /ocata/ocata/proxy
parentb99c0d415f37ca26443514d43f3cc1975185bf74 (diff)
Move extsys from newton to common
Change-Id: I30ad2ed3a43bcb0ef569bb25d3e51a9ab49ea48a Issue-ID: MULTICLOUD-138 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
Diffstat (limited to 'ocata/ocata/proxy')
-rw-r--r--ocata/ocata/proxy/tests/test_identity_proxy.py2
-rw-r--r--ocata/ocata/proxy/tests/test_service_proxy.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ocata/ocata/proxy/tests/test_identity_proxy.py b/ocata/ocata/proxy/tests/test_identity_proxy.py
index a77592f8..d5fb22ec 100644
--- a/ocata/ocata/proxy/tests/test_identity_proxy.py
+++ b/ocata/ocata/proxy/tests/test_identity_proxy.py
@@ -22,7 +22,7 @@ from rest_framework import status
from keystoneauth1 import session
from keystoneauth1.exceptions import HttpError
-from newton.requests.views.util import VimDriverUtils
+from newton_base.util import VimDriverUtils
from ocata.proxy.views.identityV3 import Tokens
mock_viminfo = {
diff --git a/ocata/ocata/proxy/tests/test_service_proxy.py b/ocata/ocata/proxy/tests/test_service_proxy.py
index f916e33e..aa461d37 100644
--- a/ocata/ocata/proxy/tests/test_service_proxy.py
+++ b/ocata/ocata/proxy/tests/test_service_proxy.py
@@ -21,7 +21,7 @@ from rest_framework import status
import unittest
-from newton.requests.views.util import VimDriverUtils
+from newton_base.util import VimDriverUtils
MOCK_VIM_INFO = {
"createTime": "2017-04-01 02:22:27",