From 3fc6ce9f08f0a1c1293dfc032fdddfe5e3f7eb16 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Tue, 19 Jan 2021 20:12:09 +0100 Subject: Trending: Add 2n-tx2 Change-Id: Id2d0248128eee6a5b0969c7f27aae946ed47bbaa Signed-off-by: Tibor Frank --- resources/tools/presentation/generator_tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/tools/presentation/generator_tables.py') diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 0d8b27208c..f2eec7e28c 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -1031,7 +1031,7 @@ def _generate_url(testbed, test_name): if u"macip-iacl1s" in test_name: bsf = u"features-macip-iacl1" elif u"macip-iacl10s" in test_name: - bsf = u"features-macip-iacl01" + bsf = u"features-macip-iacl10" elif u"macip-iacl50s" in test_name: bsf = u"features-macip-iacl50" elif u"iacl1s" in test_name: -- cgit 1.2.3-korg