From 7c65345926f4e996f9e4616eea82b1e0db0d4779 Mon Sep 17 00:00:00 2001 From: Yun Huang Date: Wed, 7 Mar 2018 18:41:01 +0800 Subject: Move testbase and mock to share dir Remove dependency of newton from windriver Change-Id: Ida0f123b1a4513aab0198a701ea771bbbfebb7fb Issue-ID: MULTICLOUD-138 Signed-off-by: Yun Huang --- windriver/titanium_cloud/registration/tests/test_registration.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'windriver/titanium_cloud/registration/tests/test_registration.py') diff --git a/windriver/titanium_cloud/registration/tests/test_registration.py b/windriver/titanium_cloud/registration/tests/test_registration.py index 01a40217..e0df5b1d 100644 --- a/windriver/titanium_cloud/registration/tests/test_registration.py +++ b/windriver/titanium_cloud/registration/tests/test_registration.py @@ -17,8 +17,8 @@ import mock from rest_framework import status from common.utils import restcall -from newton.requests.tests import mock_info -from newton.requests.tests import test_base +from newton_base.tests import mock_info +from newton_base.tests import test_base from newton_base.util import VimDriverUtils MOCK_GET_TENANT_RESPONSE = { -- cgit 1.2.3-korg