aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_stress_tests.py
Commit message (Collapse)AuthorAge
* Make testing toolchain python 3.x compliantGravatar siddharthshukla2016-07-12
| | | | | | | | | | | | | | | six is necessary for making these scripts cross compatible between python 2.x and 3.x Changes: Add six to python_deps.include Include python_deps.include to all Dockerfile templates in test directory Include python_deps.include to all Dockerfile templates in stress_test directory Include python_deps.include to all Dockerfile templates in interop_test directory Replace print statements with print function calls (from futute..) Replace .iteritems() with .items() wherever necessary use six.moves to import BaseHTTPServer Generate new dockerfiles using generate_projects.sh
* update locations of dockerization scriptsGravatar Jan Tattermusch2016-05-03
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* /usr/bin/env python -> /usr/bin/env python2.7Gravatar Nathaniel Manista2016-02-02
|
* Fix copyrightsGravatar Craig Tiller2016-01-15
|
* remove unused codeGravatar Sree Kuchibhotla2016-01-04
|
* remove code not relevant for stress test resultsGravatar Sree Kuchibhotla2016-01-04
|
* adjust default test durationGravatar Sree Kuchibhotla2016-01-04
|
* disable -t flagGravatar Sree Kuchibhotla2016-01-04
|
* Separate interop images and interop_stress imagesGravatar Sree Kuchibhotla2016-01-04
|
* Modify run_tests to run stress testsGravatar Sree Kuchibhotla2016-01-04
|
* initial version of run stress tests scriptGravatar Sree Kuchibhotla2016-01-04