summaryrefslogtreecommitdiffstats
path: root/windriver
diff options
context:
space:
mode:
Diffstat (limited to 'windriver')
-rw-r--r--windriver/assembly.xml9
-rw-r--r--windriver/run.sh2
-rw-r--r--windriver/titanium_cloud/registration/tests/test_registration.py4
-rw-r--r--windriver/tox.ini2
4 files changed, 4 insertions, 13 deletions
diff --git a/windriver/assembly.xml b/windriver/assembly.xml
index 4d7813c9..518b10da 100644
--- a/windriver/assembly.xml
+++ b/windriver/assembly.xml
@@ -72,14 +72,5 @@
</includes>
</fileSet>
</fileSets>
- <dependencySets>
- <dependencySet>
- <unpack>true</unpack>
- <outputDirectory>/lib</outputDirectory>
- <includes>
- <include>org.onap.multicloud.openstack:multicloud-openstack-newton</include>
- </includes>
- </dependencySet>
- </dependencySets>
<baseDirectory>windriver</baseDirectory>
</assembly>
diff --git a/windriver/run.sh b/windriver/run.sh
index 95b7b71c..6efd9b3a 100644
--- a/windriver/run.sh
+++ b/windriver/run.sh
@@ -14,7 +14,7 @@
# limitations under the License.
memcached -d -m 2048 -u root -c 1024 -p 11211 -P /tmp/memcached1.pid
-export PYTHONPATH=lib/newton:lib/share
+export PYTHONPATH=lib/share
nohup python manage.py runserver 0.0.0.0:9005 2>&1 &
while [ ! -f logs/runtime_titanium_cloud.log ]; do
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 = {
diff --git a/windriver/tox.ini b/windriver/tox.ini
index 29baba1a..0f9b2aee 100644
--- a/windriver/tox.ini
+++ b/windriver/tox.ini
@@ -7,7 +7,7 @@ downloadcache = ~/cache/pip
[testenv]
setenv =
- PYTHONPATH = {toxinidir}/../newton:{toxinidir}/../share
+ PYTHONPATH = {toxinidir}/../share
deps = -r{toxinidir}/requirements.txt
commands =
coverage run --branch manage.py test titanium_cloud