Merge pull request #9193 from matt-kwong/interop-html-fix

Update interop html template location
pull/9199/head
matt-kwong 8 years ago committed by GitHub
commit 195b52a95f
  1. 2
      tools/run_tests/python_utils/report_utils.py

@ -84,7 +84,7 @@ def render_interop_html_report(
client_langs, server_langs, test_cases, auth_test_cases, http2_cases,
resultset, num_failures, cloud_to_prod, prod_servers, http2_interop):
"""Generate HTML report for interop tests."""
template_file = 'tools/run_tests/interop_html_report.template'
template_file = 'tools/run_tests/interop/interop_html_report.template'
try:
mytemplate = Template(filename=template_file, format_exceptions=True)
except NameError:

Loading…
Cancel
Save