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, 2 insertions, 2 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py
index e8f1c2e817..7fc1d0cfd7 100644
--- a/resources/tools/presentation/generator_tables.py
+++ b/resources/tools/presentation/generator_tables.py
@@ -683,9 +683,9 @@ def _generate_url(base, testbed, test_name):
file_name = "vm_vhost_l2"
if "114b" in test_name:
feature = ""
- elif "l2xcbase" in test_name:
+ elif "l2xcbase" in test_name and "x520" in test_name:
feature = "-base-l2xc"
- elif "l2bdbasemaclrn" in test_name:
+ elif "l2bdbasemaclrn" in test_name and "x520" in test_name:
feature = "-base-l2bd"
else:
feature = "-base"