diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-01-14 16:10:52 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-01-14 16:10:52 +0100 |
commit | 28c7a944423dc0dbf29a9f59afcfcbaf6b4dcf07 (patch) | |
tree | 4b21d0f7f3a01d9c66d36d2fb06201a88e9cea1e /resources/tools/presentation/generator_tables.py | |
parent | 06f8f648d8f96856fc706848f37ca166961c0936 (diff) |
CSIT-1402: Add VICs to trending
Change-Id: Ia854d9888130cf7b3df81644bc953e5524976dbc
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 77243744f9..f6537af93e 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -628,6 +628,10 @@ def _generate_url(base, testbed, test_name): nic = "xl710-" elif "xxv710" in test_name: nic = "xxv710-" + elif "vic1227" in test_name: + nic = "vic1227-" + elif "vic1385" in test_name: + nic = "vic1385-" else: nic = "" anchor += nic |