Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Titouan Soulard
erp5
Commits
b5800f98
Commit
b5800f98
authored
10 years ago
by
Cédric de Saint Martin
Browse files
Options
Download
Email Patches
Plain Diff
[erp5.util] Disable scalability tests.
parent
2d56e606
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
erp5/tests/testERP5TestNode.py
erp5/tests/testERP5TestNode.py
+5
-0
No files found.
erp5/tests/testERP5TestNode.py
View file @
b5800f98
import
unittest
from
unittest
import
TestCase
from
erp5.util.testnode.testnode
import
TestNode
...
...
@@ -948,13 +949,17 @@ ignore-ssl-certificate = true
# This case test may be dispensable on ScalabilityTest case
# so..
pass
@
unittest
.
skip
(
"Not implemented"
)
def
test_scalability_as_master_11_run
(
self
,
my_test_type
=
'ScalabilityTest'
):
self
.
test_11_run
(
my_test_type
,
grade
=
'master'
)
# TODO : add a test with master and a launchable testsuite -> patch a lot of methods
@
unittest
.
skip
(
"Not implemented"
)
def
test_scalability_as_slave_11_run
(
self
,
my_test_type
=
'ScalabilityTest'
):
self
.
test_11_run
(
my_test_type
,
grade
=
'slave'
)
@
unittest
.
skip
(
"Not implemented"
)
def
test_scalability_as_master_15_suite_log_directory
(
self
,
my_test_type
=
'ScalabilityTest'
):
self
.
test_15_suite_log_directory
(
my_test_type
,
grade
=
'master'
)
@
unittest
.
skip
(
"Not implemented"
)
def
test_scalability_as_slave_15_suite_log_directory
(
self
,
my_test_type
=
'ScalabilityTest'
):
self
.
test_15_suite_log_directory
(
my_test_type
,
grade
=
'slave'
)
def
test_scalability_18_resetSoftwareAfterManyBuildFailures
(
self
,
my_test_type
=
'ScalabilityTest'
):
...
...
This diff is collapsed.
Click to expand it.
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