diff options
author | Vratko Polak <vrpolak@cisco.com> | 2024-04-19 10:50:21 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2024-04-22 12:21:12 +0000 |
commit | 06ed868958fab07991bc7bc2dd61d7539c799fae (patch) | |
tree | 4b9649b4bd4fe951acead6be5b5206854aa4b047 /tests/vpp/perf | |
parent | b29d3d6b0062820c18ea2aab9c250712a9dbe47a (diff) |
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 <vrpolak@cisco.com>
Diffstat (limited to 'tests/vpp/perf')
-rw-r--r-- | tests/vpp/perf/crypto/10ge2p1x710-ethip4ipsec1000tnlsw-fixtnlip-ip4base-policy-flow-rss-aes256gcm-ndrpdr.robot | 4 |
1 files changed, 2 insertions, 2 deletions
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 |