X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=0d8b27208cffb0e2c20cc28e3851f57a3f6cb465;hb=7a26d43c4f71869695ba19ce58f9afac9a1d176d;hp=fd254cc3b75ae385fdd904e2cd14ef0fa5680ab0;hpb=5900be05c3d7bacc89c81941b6efc24eb2c01bd4;p=csit.git diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index fd254cc3b7..0d8b27208c 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Cisco and/or its affiliates. +# Copyright (c) 2021 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -1064,6 +1064,8 @@ def _generate_url(testbed, test_name): bsf = u"features" elif u"policer" in test_name: bsf = u"features" + elif u"adl" in test_name: + bsf = u"features" elif u"cop" in test_name: bsf = u"features" elif u"nat" in test_name: