Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
19
Merge Requests
19
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos.core
Commits
0b68177b
Commit
0b68177b
authored
Aug 11, 2016
by
Alain Takoudjou
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_monitoring test use class testSlapOSMixin
parent
e5126e61
Pipeline
#1336
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
master/bt5/slapos_monitoring_ui_test/TestTemplateItem/portal_components/test.erp5.testFunctionalSlapoSMonitoring.py
...al_components/test.erp5.testFunctionalSlapoSMonitoring.py
+2
-8
master/product/SlapOS/tests/testSlapOSMixin.py
master/product/SlapOS/tests/testSlapOSMixin.py
+2
-0
No files found.
master/bt5/slapos_monitoring_ui_test/TestTemplateItem/portal_components/test.erp5.testFunctionalSlapoSMonitoring.py
View file @
0b68177b
...
...
@@ -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
))
...
...
master/product/SlapOS/tests/testSlapOSMixin.py
View file @
0b68177b
...
...
@@ -209,6 +209,8 @@ class testSlapOSMixin(ERP5TypeTestCase):
'erp5_workflow'
,
'erp5_configurator'
,
'slapos_configurator'
,
'slapos_monitoring_ui_test'
,
'erp5_ui_test_core'
,
]
return
result
...
...
Rafael Monnerat
@rafael
mentioned in commit
cbf6654b
·
Aug 12, 2016
mentioned in commit
cbf6654b
mentioned in commit cbf6654b155b03f389456fc02febfb9b4946dda5
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment