Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make testing toolchain python 3.x compliant | 2016-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 scripts | 2016-05-03 | |
| | |||
* | Update copyrights | 2016-03-31 | |
| | |||
* | /usr/bin/env python -> /usr/bin/env python2.7 | 2016-02-02 | |
| | |||
* | Fix copyrights | 2016-01-15 | |
| | |||
* | remove unused code | 2016-01-04 | |
| | |||
* | remove code not relevant for stress test results | 2016-01-04 | |
| | |||
* | adjust default test duration | 2016-01-04 | |
| | |||
* | disable -t flag | 2016-01-04 | |
| | |||
* | Separate interop images and interop_stress images | 2016-01-04 | |
| | |||
* | Modify run_tests to run stress tests | 2016-01-04 | |
| | |||
* | initial version of run stress tests script | 2016-01-04 | |