- 07 Sep, 2018 40 commits
-
-
Jérome Perrin authored
By using `os.path.normpath` we also support paths with a trailing slash.
-
Roque authored
-
Roque authored
-
Roque authored
-
Roque authored
- requests to bootstrap and site availability urls using a script run with userhosts - hardcoded parameters removed - try-exception controls in communication with master - general refactoring and cleanup
-
Roque authored
- test duration is get from testsuite definition - refactoring and cleanup in runScalabilityTestSuite and benchmark - request timeout in metric thread /reviewed-on nexedi/erp5!607
-
Roque authored
-
Roque authored
- bug fixing while getting instance_guid - minotr refactoring in request parameters
-
Jérome Perrin authored
This should fix the problem that `Revision History` is unusable on test results because tests have a different name when they have been running on different paths
-
Jérome Perrin authored
This will be used to run tests using interpreter with pre-installed eggs, generated with zc.recipe.egg's interpreter
-
Roque authored
- testnode saves in its config the repositories paths - minor refactoring and cleanup /reviewed-on nexedi/erp5!606
-
Roque authored
-
Roque authored
-
Roque authored
- the commands to run the tests are launched using threads - a thread is used to ask instance for metrics periodically - refactoring for a more generic code - refactoring in log handling - old code related to created documents and create users removed - new script parameters - general refactoring and cleanup
-
Roque authored
- hardcoded software release url removed (http with password protection for now) - scalability runner handles frontend request. It asks for a local master frontend apache software installation and instance request. - testsuite brings the urls corresponding to instance, bootstrap, metrics collection. - vinculation between scalability runner and runScalability script. Process manager is used to run the script as a command. - scalability runner manages the test result cases and loops among different testsuite configurations. - userhosts software is used to run the command for the runScalability script, to solve DNS. - refactoring according to last changes in TaskDistribution - general refactoring and cleanup
-
Roque authored
-
Roque authored
- communicator considers requests of master frontend and instance destruction. - communicator retrieves frontend related information from instances. - minor refactoring and code cleanup.
-
Roque authored
- TestThread runs a target command using a testnode-process-manager - TestMetricThread makes a get request to a target url periodically and collects the responses
-
Roque authored
-
Roque authored
-
Roque authored
-
Julien Muchembled authored
The /bin/ folder of all extra SR provided by the testnode are added to PATH. SR must fixed either by moving executables or adding symlinks. The testnode will stop looking at the parameter list of runTestSuite, and --firefox_bin/--xvfb_bin are deprecated. This is part of defining a generic and unique API between the testnode and the tested software.
-
Julien Muchembled authored
-
Julien Muchembled authored
Conflicts: erp5/util/testnode/ProcessManager.py
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
A lot was found with pylint.
-
Julien Muchembled authored
-
Łukasz Nowak authored
Removed code from not implemented and not needed compatibility layer. /reviewed-on nexedi/erp5!525
-
Sebastien Robin authored
-
Rafael Monnerat authored
-
Łukasz Nowak authored
There is no need for any client to call tool directly.
-
Łukasz Nowak authored
This results with calling correct methods on the server.
-
Łukasz Nowak authored
The module is to access Distributor not the whole tool.
-
Łukasz Nowak authored
This results with calling correct methods on the server.
-
Roque authored
- some method names were changed to make them clearer - new intermediate class 'SlapOSTester'
-
Roque authored
- method waitInstance moved from runner to communicator - new simple methods in communicator for request and wait instance - new methods to modularize runner code - communicator initialization code moved in runner
-
Roque authored
-
Roque authored
Variable name changed from jsonData to json_data. Old comment deleted.
-
Roque authored
Some methods in the slapos master communicator no longer exist. The unit test for scalability was updated accordingly.
-