aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile/interoptest
Commit message (Collapse)AuthorAge
* backport #10100 and #10377Gravatar Eric Gribkoff2017-04-05
|
* update go version in Dockerfile to 1.8Gravatar Menghan Li2017-03-31
|
* Dockerfile template update for http2_badserver_interopGravatar Yuchen Zeng2017-01-18
|
* PHP Proto3: update templatesGravatar Stanley Cheung2016-09-29
|
* enable runing C# interop tests under coreclrGravatar Jan Tattermusch2016-09-09
|
* php: add php7 to jenkins basic and interop testsGravatar Stanley Cheung2016-07-23
|
* php: remove protobuf-php clone hackGravatar Stanley Cheung2016-07-22
|
* 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
* generate interop test Dockerfiles using templatesGravatar Jan Tattermusch2016-04-27