From 7bda3eb62f8125f641cc9e3defcc5278cde2ba7b Mon Sep 17 00:00:00 2001 From: Zhizhou Yang Date: Tue, 11 Feb 2020 14:30:39 -0800 Subject: toolchain-utils: move no longer used scripts to deprecated This patch moves all scripts that are not used any more to deprecated directory. We do not need to migrated those scripts to python 3. BUG=chromium:1011676, chromium:1051236 TEST=None Change-Id: I2caac6204c82dcd21b2a121875a2f9851eaca322 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2051285 Commit-Queue: Zhizhou Yang Tested-by: Zhizhou Yang Auto-Submit: Zhizhou Yang Reviewed-by: George Burgess --- .../automation/clients/report/dejagnu/report.html | 94 ++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 deprecated/automation/clients/report/dejagnu/report.html (limited to 'deprecated/automation/clients/report/dejagnu/report.html') diff --git a/deprecated/automation/clients/report/dejagnu/report.html b/deprecated/automation/clients/report/dejagnu/report.html new file mode 100644 index 00000000..39b39e09 --- /dev/null +++ b/deprecated/automation/clients/report/dejagnu/report.html @@ -0,0 +1,94 @@ + + + + + +
+ + + {% for test_run in test_runs %} +
+
    + {% for result_type, group in test_run.groups.items %} +
  • + {{ result_type }} +
  • + {% endfor %} +
+ {% for result_type, group in test_run.groups.items %} +
+
+
+ {% for description, test_list in group.tests %} + {% if test_list %} +

{{ description }}

+
+ {% endif %} + {% endfor %} +
+
+ {% endfor %} +
+{% endfor %} +
-- cgit v1.2.3