aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/python_utils/report_utils.py
diff options
context:
space:
mode:
authorGravatar Matt Kwong <matt-kwong@users.noreply.github.com>2017-05-09 15:38:31 -0700
committerGravatar GitHub <noreply@github.com>2017-05-09 15:38:31 -0700
commitc7676a3d003d881f795d8a22e2a02bcbd0dd211a (patch)
tree56bb8bc9472ae37c4e4bd66ff35a81de769be1b3 /tools/run_tests/python_utils/report_utils.py
parenta02b66a6cda196b36f939cbbe48e74853a37df38 (diff)
parent112cf66cdd3aa983e116c2f950eaa91d722951b4 (diff)
Merge pull request #10967 from matt-kwong/upload_results2
Add option to upload Jenkins test result to BQ
Diffstat (limited to 'tools/run_tests/python_utils/report_utils.py')
-rw-r--r--tools/run_tests/python_utils/report_utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/python_utils/report_utils.py b/tools/run_tests/python_utils/report_utils.py
index 502efc31f4..b8dd67e060 100644
--- a/tools/run_tests/python_utils/report_utils.py
+++ b/tools/run_tests/python_utils/report_utils.py
@@ -89,6 +89,7 @@ def render_junit_xml_report(resultset, xml_report, suite_package='grpc',
tree = ET.ElementTree(root)
tree.write(xml_report, encoding='UTF-8')
+
def render_interop_html_report(
client_langs, server_langs, test_cases, auth_test_cases, http2_cases,
http2_server_cases, resultset,