diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-11-29 06:37:15 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-11-29 06:41:42 +0100 |
commit | 98f82b5dbcd16878b5ebc5e0cb1f6f2657d48c65 (patch) | |
tree | 87124a1502c30deb8922f1841c76bdc042b39743 /resources/tools/presentation/generator_tables.py | |
parent | 3ac75d07fb2a5f5adda7872ad0905fcca5b3e559 (diff) |
Trending: Add ethip4ipsecNspe tests for 2n-tx2
Change-Id: I59315e7ab10b6773cc17c72bae7e73774755efb5
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, 2 insertions, 0 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 28f42ec089..917f0412f5 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -1279,6 +1279,8 @@ def _generate_url(testbed, test_name): bsf += u"-sw" elif u"hw" in test_name: bsf += u"-hw" + elif u"spe" in test_name: + bsf += u"-spe" elif u"ethip4vxlan" in test_name: domain = u"ip4_tunnels" elif u"ethip4udpgeneve" in test_name: |