From 83e9b227be8316ac06b9104ce9096cfe4b06605e Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Mon, 18 Feb 2019 14:55:23 +0100 Subject: FIX: ipsec + vpp stable version update - use exec ipsec sa add - use exec ipsec spd add - use exec set ipsec sa Change-Id: I69d59dd230b99d8efc9bcb5e3fbab79a8b11b18a Signed-off-by: Jan Gelety --- tests/vpp/func/crypto/default/eth2p-ethip4ipsectpt-ip4base-func.robot | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/vpp/func/crypto/default/eth2p-ethip4ipsectpt-ip4base-func.robot') diff --git a/tests/vpp/func/crypto/default/eth2p-ethip4ipsectpt-ip4base-func.robot b/tests/vpp/func/crypto/default/eth2p-ethip4ipsectpt-ip4base-func.robot index e599cf9506..009889b2dc 100644 --- a/tests/vpp/func/crypto/default/eth2p-ethip4ipsectpt-ip4base-func.robot +++ b/tests/vpp/func/crypto/default/eth2p-ethip4ipsectpt-ip4base-func.robot @@ -359,6 +359,7 @@ | | ... | mode. Then update SA keys - use new keys. | | ... | [Ver] Send and receive ESP packet between TG and VPP node before\ | | ... | and after SA keys update. +| | [Tags] | EXPECTED_FAILING | | ${encr_alg}= | Crypto Alg AES CBC 128 | | ${auth_alg}= | Integ Alg SHA1 96 | | Given Generate keys for IPSec | ${encr_alg} | ${auth_alg} -- cgit 1.2.3-korg