diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-05-18 08:31:39 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-05-29 09:16:37 +0200 |
commit | 179579436b0f333732e9937ba4cf7d6ad6a83f46 (patch) | |
tree | 8c709504ffe26f4c13c6c9187954a606888f339a /resources/tools/presentation/generator_tables.py | |
parent | f31dbcd6553ca6e7436736a5bc3aeec8fe18cad1 (diff) |
CSIT-1089: Add SRv6 MRR tests to trending
Change-Id: Id7cf1fd41f10922bce35be97153661cdd41d071b
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/generator_tables.py')
-rw-r--r-- | resources/tools/presentation/generator_tables.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 84a6a411dc..8791ae5804 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -930,6 +930,9 @@ def table_performance_trending_dashboard_html(table, input_data): if "memif" in item: file_name = "container_memif.html" + elif "srv6" in item: + file_name = "srv6.html" + elif "vhost" in item: if "l2xcbase" in item or "l2bdbasemaclrn" in item: file_name = "vm_vhost_l2.html" |