Commit Graph

10 Commits

Author SHA1 Message Date
siddharthshukla 0589e533cd Make testing toolchain python 3.x compliant
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
2016-07-12 01:35:53 +02:00
Craig Tiller 2e1a1fe56f Fixes 2016-06-23 16:18:31 -07:00
Carl Mastrangelo 2d248a29f7 Fix stdin on run_interop_tests 2015-11-19 13:09:52 -08:00
Adele Zhou 2271ab5aea Create a separate utility for reporting. 2015-11-03 10:08:26 -08:00
Jan Tattermusch cc6a2b89fc eat output from docker kill as well 2015-10-09 14:53:51 -07:00
Jan Tattermusch ab5bc721a0 prevent polluting output by subprocesses 2015-10-09 14:46:29 -07:00
Jan Tattermusch 98c0be5228 add retries for docker port command 2015-10-09 14:36:53 -07:00
Jan Tattermusch e2686282ac kill interop clients on timeout 2015-10-08 17:11:34 -07:00
Jan Tattermusch 210a0ea598 tweaking of run_interop_tests.py 2015-10-02 15:05:36 -07:00
Jan Tattermusch 91ad018c00 Build and run per-language containers for interop tests 2015-10-02 12:47:40 -07:00