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

slapos_monitoring test use class testSlapOSMixin

parent e5126e61
...@@ -27,18 +27,12 @@ ...@@ -27,18 +27,12 @@
import unittest import unittest
from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import ERP5TypeFunctionalTestCase from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import ERP5TypeFunctionalTestCase
from Products.SlapOS.tests.testSlapOSMixin import testSlapOSMixin
class TestZeleniumCore(ERP5TypeFunctionalTestCase): class TestZeleniumCore(ERP5TypeFunctionalTestCase, testSlapOSMixin):
foreground = 0 foreground = 0
run_only = "slapos_monitoring_ui_zuite" run_only = "slapos_monitoring_ui_zuite"
def getBusinessTemplateList(self):
return (
'slapos_monitoring',
'erp5_officejs_ui_test',
'erp5_ui_test_core',
)
def test_suite(): def test_suite():
suite = unittest.TestSuite() suite = unittest.TestSuite()
suite.addTest(unittest.makeSuite(TestZeleniumCore)) suite.addTest(unittest.makeSuite(TestZeleniumCore))
......
...@@ -209,6 +209,8 @@ class testSlapOSMixin(ERP5TypeTestCase): ...@@ -209,6 +209,8 @@ class testSlapOSMixin(ERP5TypeTestCase):
'erp5_workflow', 'erp5_workflow',
'erp5_configurator', 'erp5_configurator',
'slapos_configurator', 'slapos_configurator',
'slapos_monitoring_ui_test',
'erp5_ui_test_core',
] ]
return result 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