Drop mox, no longer needed

The porting of mistral-dashboard is complete.
This fullfills the community goal "Remove Use of mox/mox3 for Testing"
set for Rocky: https://governance.openstack.org/tc/goals/rocky/mox_removal.html

Remove use_mox and remove dead code.

Change-Id: I59839fecd85caaf8b81129b7f890c4ed50d39db8
Signed-off-by: Chuck Short <chucks@redhat.com>
This commit is contained in:
Chuck Short 2018-07-23 06:58:00 -04:00
parent 12cdeffe1d
commit 04c32537f7
1 changed files with 0 additions and 6 deletions

View File

@ -17,10 +17,6 @@ from openstack_dashboard.test import helpers
from mistraldashboard.test.test_data import utils
def create_stubs(stubs_to_create={}):
return helpers.create_stubs(stubs_to_create)
class MistralTestsMixin(object):
def _setup_test_data(self):
super(MistralTestsMixin, self)._setup_test_data()
@ -28,10 +24,8 @@ class MistralTestsMixin(object):
class TestCase(MistralTestsMixin, helpers.TestCase):
use_mox = False
pass
class APITestCase(MistralTestsMixin, helpers.APITestCase):
use_mox = False
pass