diff --git a/tacker_horizon/openstack_dashboard/dashboards/nfv/nscatalog/tests.py b/tacker_horizon/openstack_dashboard/dashboards/nfv/nscatalog/tests.py index ee13cb7..8f5a0ec 100644 --- a/tacker_horizon/openstack_dashboard/dashboards/nfv/nscatalog/tests.py +++ b/tacker_horizon/openstack_dashboard/dashboards/nfv/nscatalog/tests.py @@ -16,5 +16,7 @@ from openstack_dashboard.test import helpers as test class NscatalogTests(test.TestCase): # Unit tests for nscatalog. + use_mox = False + def test_me(self): self.assertTrue(1 + 1 == 2) diff --git a/tacker_horizon/openstack_dashboard/dashboards/nfv/nsmanager/tests.py b/tacker_horizon/openstack_dashboard/dashboards/nfv/nsmanager/tests.py index d4e43de..cc3e148 100644 --- a/tacker_horizon/openstack_dashboard/dashboards/nfv/nsmanager/tests.py +++ b/tacker_horizon/openstack_dashboard/dashboards/nfv/nsmanager/tests.py @@ -15,5 +15,7 @@ from openstack_dashboard.test import helpers as test class NsmanagerTests(test.TestCase): + use_mox = False + def test_me(self): self.assertTrue(1 + 1 == 2) diff --git a/tacker_horizon/openstack_dashboard/dashboards/nfv/vim/tests.py b/tacker_horizon/openstack_dashboard/dashboards/nfv/vim/tests.py index 178c383..c19d704 100644 --- a/tacker_horizon/openstack_dashboard/dashboards/nfv/vim/tests.py +++ b/tacker_horizon/openstack_dashboard/dashboards/nfv/vim/tests.py @@ -18,5 +18,7 @@ from openstack_dashboard.test import helpers as test class VimmanagerTests(test.TestCase): # Unit tests for vimmanager. + use_mox = False + def test_me(self): self.assertTrue(1 + 1 == 2) diff --git a/tacker_horizon/openstack_dashboard/dashboards/nfv/vnfcatalog/tests.py b/tacker_horizon/openstack_dashboard/dashboards/nfv/vnfcatalog/tests.py index 67abd01..91b2544 100644 --- a/tacker_horizon/openstack_dashboard/dashboards/nfv/vnfcatalog/tests.py +++ b/tacker_horizon/openstack_dashboard/dashboards/nfv/vnfcatalog/tests.py @@ -18,5 +18,7 @@ from openstack_dashboard.test import helpers as test class VnfcatalogTests(test.TestCase): # Unit tests for vnfcatalog. + use_mox = False + def test_me(self): self.assertTrue(1 + 1 == 2) diff --git a/tacker_horizon/openstack_dashboard/dashboards/nfv/vnffgcatalog/tests.py b/tacker_horizon/openstack_dashboard/dashboards/nfv/vnffgcatalog/tests.py index 3a302c8..53c7d69 100644 --- a/tacker_horizon/openstack_dashboard/dashboards/nfv/vnffgcatalog/tests.py +++ b/tacker_horizon/openstack_dashboard/dashboards/nfv/vnffgcatalog/tests.py @@ -16,5 +16,7 @@ from openstack_dashboard.test import helpers as test class VnffgcatalogTests(test.TestCase): # Unit tests for vnffgcatalog. + use_mox = False + def test_me(self): self.assertTrue(1 + 1 == 2) diff --git a/tacker_horizon/openstack_dashboard/dashboards/nfv/vnffgmanager/tests.py b/tacker_horizon/openstack_dashboard/dashboards/nfv/vnffgmanager/tests.py index cc0b3c1..128c68c 100644 --- a/tacker_horizon/openstack_dashboard/dashboards/nfv/vnffgmanager/tests.py +++ b/tacker_horizon/openstack_dashboard/dashboards/nfv/vnffgmanager/tests.py @@ -16,5 +16,7 @@ from openstack_dashboard.test import helpers as test class VnfmanagerTests(test.TestCase): # Unit tests for vnffgmanager. + use_mox = False + def test_me(self): self.assertTrue(1 + 1 == 2) diff --git a/tacker_horizon/openstack_dashboard/dashboards/nfv/vnfmanager/tests.py b/tacker_horizon/openstack_dashboard/dashboards/nfv/vnfmanager/tests.py index eaa8c77..9d7c00d 100644 --- a/tacker_horizon/openstack_dashboard/dashboards/nfv/vnfmanager/tests.py +++ b/tacker_horizon/openstack_dashboard/dashboards/nfv/vnfmanager/tests.py @@ -18,5 +18,7 @@ from openstack_dashboard.test import helpers as test class VnfmanagerTests(test.TestCase): # Unit tests for vnfmanager. + use_mox = False + def test_me(self): self.assertTrue(1 + 1 == 2) diff --git a/test-requirements.txt b/test-requirements.txt index 4394f49..fde0086 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,7 +12,6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 django-nose>=1.4.4 # BSD mock>=2.0.0 # BSD -mox3>=0.20.0 # Apache-2.0 nodeenv>=0.9.4 # BSD # This also needs xvfb library installed on your OS xvfbwrapper>=0.1.3 #license: MIT