Commit Graph

9 Commits

Author SHA1 Message Date
ncteisen 888093c6ed yapf run_tests 2017-12-11 18:08:35 -08:00
Jan Tattermusch 7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Jan Tattermusch 47c7521960 simplify building artifacts on a single machine 2017-05-12 10:18:49 +02:00
Siddharth Shukla 8e64d901fd Modify shebang on python scripts
Change shebangs to `#!/usr/bin/env python` instead of
`#!/usr/bin/env python2.7`.
2017-03-12 19:53:12 +01:00
Jan Tattermusch 5c79a3199c cleanup tools/run_tests directory 2016-12-22 10:47:52 +01:00
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
Nathaniel Manista cbf21da6e4 /usr/bin/env python -> /usr/bin/env python2.7 2016-02-02 22:17:44 +00:00
Jan Tattermusch 38b519a48d replace nuget version by placeholder 2016-02-01 14:06:50 -08:00
Jan Tattermusch be538a1a79 generalize build_artifacts.py 2016-01-28 15:50:57 -08:00