aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/presentation/generator_tables.py')
-rw-r--r--resources/tools/presentation/generator_tables.py4
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