diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-01-19 20:12:09 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-01-21 06:47:01 +0100 |
commit | 3fc6ce9f08f0a1c1293dfc032fdddfe5e3f7eb16 (patch) | |
tree | 7a205fdf722ff23c41726be02dc46e98ea9a0201 /resources/tools/presentation/generator_tables.py | |
parent | 0f3baca2366f969de6b5d3b889c1b05f72995ec2 (diff) |
Trending: Add 2n-tx2
Change-Id: Id2d0248128eee6a5b0969c7f27aae946ed47bbaa
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 | 2 |
1 files changed, 1 insertions, 1 deletions
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: |