fix invalid variable name issue of ipsechw test suites 74/20674/1
authorYulong Pei <yulong.pei@intel.com>
Tue, 16 Jul 2019 09:09:04 +0000 (17:09 +0800)
committerYulong Pei <yulong.pei@intel.com>
Tue, 16 Jul 2019 09:09:04 +0000 (17:09 +0800)
Change-Id: Ie7bfaaaa2e4cab4b52dab42f71780f581306659b
Signed-off-by: Yulong Pei <yulong.pei@intel.com>
tests/vpp/perf/crypto/10ge2p1x710-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr.robot
tests/vpp/perf/crypto/10ge2p1x710-ethip4ipsec1tnlhw-ip4base-policy-aes128cbc-hmac256sha-ndrpdr.robot

index 3aa3a08..f928038 100644 (file)
 | | And VPP IPsec Select Backend | ${dut2} | ${ipsec_proto} | index=${1}
 | | When Initialize IPSec in 3-node circular topology
 | | And VPP IPsec Create Tunnel Interfaces
-| | ... | ${${nodes}} | ${dut1_if2_ip4} | ${dut2_if1_ip4} | ${dut1_if2}
+| | ... | ${nodes} | ${dut1_if2_ip4} | ${dut2_if1_ip4} | ${dut1_if2}
 | | ... | ${dut2_if1} | ${n_tunnels} | ${encr_alg} | ${auth_alg}
 | | ... | ${laddr_ip4} | ${raddr_ip4} | ${addr_range}
 | | Then Find NDR and PDR intervals using optimized search
index 4d4774a..0b67965 100644 (file)
@@ -98,7 +98,7 @@
 | | And Apply startup configuration on all VPP DUTs
 | | When Initialize IPSec in 3-node circular topology
 | | And VPP IPsec Add Multiple Tunnels
-| | ... | ${${nodes}} | ${dut1_if2} | ${dut2_if1} | ${n_tunnels}
+| | ... | ${nodes} | ${dut1_if2} | ${dut2_if1} | ${n_tunnels}
 | | ... | ${encr_alg} | ${auth_alg} | ${dut1_if2_ip4} | ${dut2_if1_ip4}
 | | ... | ${laddr_ip4} | ${raddr_ip4} | ${addr_range}
 | | Then Find NDR and PDR intervals using optimized search