Fix two auth_alg values 88/24588/3
authorVratko Polak <vrpolak@cisco.com>
Tue, 28 Jan 2020 11:34:24 +0000 (12:34 +0100)
committerPeter Mikus <pmikus@cisco.com>
Tue, 28 Jan 2020 12:58:49 +0000 (12:58 +0000)
Change-Id: I0e85fc958779df3d5dbacf1ad1e3898268a832ec
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
tests/vpp/perf/crypto/10ge2p1x710-ethip4ipsec20000tnlsw-ip4base-int-aes128cbc-hmac256sha-ndrpdr.robot
tests/vpp/perf/crypto/10ge2p1x710-ethip4ipsec20000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr.robot

index 53a7c92..01e6965 100644 (file)
@@ -91,7 +91,7 @@
 | |
 | | # These are enums (not strings) so they cannot be in Variables table.
 | | ${encr_alg}= | Crypto Alg AES CBC 128
-| | ${auth_alg}= | Set Variable | ${NONE}
+| | ${auth_alg}= | Integ Alg SHA 256 128
 | |
 | | Given Set Max Rate And Jumbo
 | | And Add worker threads to all DUTs | ${phy_cores} | ${rxq}
index 4b3b4b5..d328d79 100644 (file)
@@ -91,7 +91,7 @@
 | |
 | | # These are enums (not strings) so they cannot be in Variables table.
 | | ${encr_alg}= | Crypto Alg AES CBC 128
-| | ${auth_alg}= | Set Variable | ${NONE}
+| | ${auth_alg}= | Integ Alg SHA 512 256
 | |
 | | Given Set Max Rate And Jumbo
 | | And Add worker threads to all DUTs | ${phy_cores} | ${rxq}