Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
erp5
Commits
ecd594e2
Commit
ecd594e2
authored
May 24, 2018
by
Roque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "scalability: getScalabilityRunCommand method"
This reverts commit
823842e1
parent
823842e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
32 deletions
+0
-32
scalability_test/__init__.py
scalability_test/__init__.py
+0
-32
No files found.
scalability_test/__init__.py
View file @
ecd594e2
...
...
@@ -6,8 +6,6 @@ ZOPE_USER_FAMILY = "user"
ZOPE_ACTIVITIES_FAMILIY
=
"activities"
PERSON_KEY
=
"person_per_hour"
ORDER_KEY
=
"sale_order_per_hour"
PERFORMANCE_RUNNER_SCRIPT
=
"performance_tester_erp5"
SCALABILITY_RUNNER_SCRIPT
=
"runScalabilityTestSuite"
class
ERP5_scalability
():
...
...
@@ -75,33 +73,3 @@ class ERP5_scalability():
output_json
[
ORDER_KEY
]
=
metric_json
[
ORDER_KEY
]
return
"Person: %s doc/hour; SaleOrder: %s doc/hour;"
%
(
str
(
output_json
[
PERSON_KEY
]),
str
(
output_json
[
ORDER_KEY
]))
def
getScalabilityRunCommand
(
self
,
software_bin_directory
,
instance_url
,
bootstrap_password
,
test_result_path
,
revision
,
current_test_data
,
test_node_title
,
test_suite_master_url
,
test_suite
,
repo_location
,
log_path
,
metric_url
):
runner
=
software_bin_directory
+
PERFORMANCE_RUNNER_SCRIPT
scalabilityRunner
=
software_bin_directory
+
SCALABILITY_RUNNER_SCRIPT
return
[
scalabilityRunner
,
"--instance-url"
,
instance_url
,
"--bootstrap-password"
,
bootstrap_password
,
"--test-result-path"
,
test_result_path
,
"--revision"
,
revision
,
"--current-test-data"
,
current_test_data
,
"--node-title"
,
test_node_title
,
"--test-suite-master-url"
,
test_suite_master_url
,
"--test-suite"
,
test_suite
,
"--runner-path"
,
runner
,
"--repo-location"
,
repo_location
,
"--log-path"
,
log_path
,
"--metric-url"
,
metric_url
]
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