From 06ed868958fab07991bc7bc2dd61d7539c799fae Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Fri, 19 Apr 2024 10:50:21 +0200 Subject: style(ipsec): Fix some issues reported by pylint + Fix typo "enale". - Many style and complexity issues remain: C0302, R0904, R0914, R0913, R1735, R0915, R1734. Change-Id: I7e8c7ecefd8f8f94dcbc28427baa52a9c8ea1227 Signed-off-by: Vratko Polak --- ...c1000tnlsw-fixtnlip-ip4base-policy-flow-rss-aes256gcm-ndrpdr.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/vpp/perf') diff --git a/tests/vpp/perf/crypto/10ge2p1x710-ethip4ipsec1000tnlsw-fixtnlip-ip4base-policy-flow-rss-aes256gcm-ndrpdr.robot b/tests/vpp/perf/crypto/10ge2p1x710-ethip4ipsec1000tnlsw-fixtnlip-ip4base-policy-flow-rss-aes256gcm-ndrpdr.robot index e117a416e2..c8019f97a3 100644 --- a/tests/vpp/perf/crypto/10ge2p1x710-ethip4ipsec1000tnlsw-fixtnlip-ip4base-policy-flow-rss-aes256gcm-ndrpdr.robot +++ b/tests/vpp/perf/crypto/10ge2p1x710-ethip4ipsec1000tnlsw-fixtnlip-ip4base-policy-flow-rss-aes256gcm-ndrpdr.robot @@ -117,10 +117,10 @@ | | When Initialize layer driver | ${nic_driver} | | And Initialize layer interface | | And Initialize IPSec in 3-node circular topology -| | ${flow_index} = | And VPP Ipsec Flow Enale Rss +| | ${flow_index} = | And VPP Ipsec Flow Enable Rss | | ... | ${dut1} | IPSEC_ESP | esp | default | | And VPP Flow Enable | ${dut1} | ${DUT1_${int}2}[0] | ${flow_index} -| | ${flow_index} = | And VPP Ipsec Flow Enale Rss +| | ${flow_index} = | And VPP Ipsec Flow Enable Rss | | ... | ${dut2} | IPSEC_ESP | esp | default | | And VPP Flow Enable | ${dut2} | ${DUT2_${int}1}[0] | ${flow_index} | | And VPP IPsec Add Multiple Tunnels -- cgit 1.2.3-korg