diff options
author | Jan Gelety <jgelety@cisco.com> | 2016-09-06 16:24:04 +0200 |
---|---|---|
committer | Matej Klotton <mklotton@cisco.com> | 2016-09-12 14:41:41 +0000 |
commit | a99abcf3db216e8d47d5b79fbd657c16fa3599a4 (patch) | |
tree | 217bfb8e96dde79a26c75a334fe159399b0ef108 /resources/libraries | |
parent | cdfe60613521e492157153bbe097fdc05193a593 (diff) |
CSIT-384: IPSEC IPv6 negative test cases
- use integrity and/or encryption key(s) different from
integrity and encryption keys stored on VPP node to create
tx packet on TG
Change-Id: I0f02523ec7649b8a1555869bdc4b7090b7585cac
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/libraries')
-rw-r--r-- | resources/libraries/robot/ipsec.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/robot/ipsec.robot b/resources/libraries/robot/ipsec.robot index b393fa6249..d4a2e440e6 100644 --- a/resources/libraries/robot/ipsec.robot +++ b/resources/libraries/robot/ipsec.robot @@ -122,7 +122,7 @@ | | VPP Set If IPv6 Addr | ${dut_node} | ${dut_lo} | ${dut_lo_ip6} | ${ip6_plen} | | Add IP Neighbor | ${dut_node} | ${dut_if} | ${tg_if_ip6} | ${tg_if_mac} | | Vpp All RA Suppress Link Layer | ${nodes} -| | Vpp Route Add | ${dut_node} | ${tg_lo_ip6} | ${ip6_plen} | ${tg_if_ip6} +| | Vpp Route Add | ${dut_node} | ${tg_lo_ip6} | ${ip6_plen_rt} | ${tg_if_ip6} | | ... | ${dut_if} | | Set Test Variable | ${dut_tun_ip} | ${dut_if_ip6} | | Set Test Variable | ${dut_src_ip} | ${dut_lo_ip6} |