Commit Graph

19 Commits

Author SHA1 Message Date
Matt Kwong 5c691c634d Enable pull request test filtering 2016-10-31 14:26:22 -07:00
murgatroid99 5d6ae930ab Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmerge 2016-10-28 11:48:22 -07:00
Jan Tattermusch 19a4121e73 more flexible test naming in reports 2016-10-13 19:54:23 +02:00
Jan Tattermusch cfcc0755a0 more flexible test naming in reports 2016-10-12 14:10:48 +02:00
Vijay Pai c23d33b29b Revert "Generate html report for perf tests" 2016-07-19 11:19:12 -07:00
Adele Zhou 7d4373bc6e Generate html report for perf tests 2016-07-15 13:06:56 -07: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
Craig Tiller 6169d5f7b0 Update copyrights 2016-03-31 07:46:18 -07:00
Jan Tattermusch 60ab05ac21 allow run_tests.py to pass under python 2.6 2016-02-25 17:43:12 -08:00
Craig Tiller 6c90d898b6 Fix sanity 2016-02-08 10:27:50 -08:00
Adele Zhou b9e66cc551 Added test cases for Cloud gateway. 2016-02-08 10:15:36 -08:00
Carl Mastrangelo e7f8e8ecaf Make pretty interop tets output graphs 2015-12-09 15:32:17 -08:00
Adele Zhou 12877c9529 Moved the report template under tools/run_tests. 2015-12-09 11:22:25 -08:00
Adele Zhou e74b2b05be Fix broken sanity tests. 2015-11-18 15:28:14 -08:00
Adele Zhou 3bc7ba4d95 Use mako template for HTML report. 2015-11-18 15:18:57 -08:00
Carl Mastrangelo c8bd16b7e1 Move Http2 interop test reports up 2015-11-06 13:32:41 -08:00
Carl Mastrangelo de4491076f Add HTTP/2 Interop tests to be run 2015-11-06 12:37:21 -08:00
Adele Zhou d01cbe324c Move string filter to report_utils 2015-11-03 10:14:08 -08:00
Adele Zhou a30f829e62 Renamed report_utils.py. 2015-11-03 10:08:26 -08:00