Merge "Require the (soon-to-be) Rocky version of Horizon"

This commit is contained in:
Zuul 2018-08-03 02:39:04 +00:00 committed by Gerrit Code Review
commit 8b7bab3f53
8 changed files with 14 additions and 1 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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