aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/Constants.py
diff options
context:
space:
mode:
authorYulong Pei <yulong.pei@intel.com>2022-08-29 02:54:04 +0000
committerPeter Mikus <peter.mikus@protonmail.ch>2022-09-30 12:07:33 +0000
commit9a623fd42926953084fec7661ced7e7367f010a2 (patch)
tree99f660e9fa19987bf3b6f5f48b3b72fbd31390dc /resources/libraries/python/Constants.py
parentf9ec970b705c0ed0b79225503bd8647d191dc731 (diff)
Add VPP wireguard async mode test suite
Add VPP wireguard async mode test suite to use QAT device for crypto. Also change keyword ipsechw to cryptohw in suite_setup.robot since currently crypto device is not only used by IPSec. Signed-off-by: Yulong Pei <yulong.pei@intel.com> Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com> Change-Id: Ibdadb3b09c04b7181415ffd4a248abddc6289075 (cherry picked from commit 7df86999bfaee9e5a0fa0c8ee6f5bc897343de9a)
Diffstat (limited to 'resources/libraries/python/Constants.py')
-rw-r--r--resources/libraries/python/Constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py
index 4a7084777f..24a1117356 100644
--- a/resources/libraries/python/Constants.py
+++ b/resources/libraries/python/Constants.py
@@ -448,6 +448,7 @@ class Constants:
# TODO CSIT-1481: Crypto HW should be read from topology file instead.
NIC_NAME_TO_CRYPTO_HW = {
u"Intel-X553": u"HW_C3xxx",
+ u"Intel-E822CQ": u"HW_C4xxx",
u"Intel-X710": u"HW_DH895xcc",
u"Intel-XL710": u"HW_DH895xcc",
}