Commit 0b68177b authored by Alain Takoudjou's avatar Alain Takoudjou

slapos_monitoring test use class testSlapOSMixin

parent e5126e61
......@@ -27,18 +27,12 @@
import unittest
from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import ERP5TypeFunctionalTestCase
from Products.SlapOS.tests.testSlapOSMixin import testSlapOSMixin
class TestZeleniumCore(ERP5TypeFunctionalTestCase):
class TestZeleniumCore(ERP5TypeFunctionalTestCase, testSlapOSMixin):
foreground = 0
run_only = "slapos_monitoring_ui_zuite"
def getBusinessTemplateList(self):
return (
'slapos_monitoring',
'erp5_officejs_ui_test',
'erp5_ui_test_core',
)
def test_suite():
suite = unittest.TestSuite()
suite.addTest(unittest.makeSuite(TestZeleniumCore))
......
......@@ -209,6 +209,8 @@ class testSlapOSMixin(ERP5TypeTestCase):
'erp5_workflow',
'erp5_configurator',
'slapos_configurator',
'slapos_monitoring_ui_test',
'erp5_ui_test_core',
]
return result
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment