diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-03-05 10:08:30 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-03-06 16:08:55 +0100 |
commit | 2251c68ea3d862b08df030231a1ddf618a2cec2b (patch) | |
tree | 17e6ff255672ba0a04b257b24aa18e39bc88b0f1 /tests/vpp | |
parent | 935734b04269b8fe5348e1c2b168dd5c6cd9339a (diff) |
CSIT-1451: PapiHistory
Change-Id: Idb51f377fe0c196fbe24aab21c294dad595adcd2
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'tests/vpp')
-rw-r--r-- | tests/vpp/func/ip4/eth2p-ethip4-ip4base-func.robot | 4 | ||||
-rw-r--r-- | tests/vpp/func/ip6/eth2p-ethip6-ip6base-func.robot | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/vpp/func/ip4/eth2p-ethip4-ip4base-func.robot b/tests/vpp/func/ip4/eth2p-ethip4-ip4base-func.robot index a8fb58d754..5262fa13e0 100644 --- a/tests/vpp/func/ip4/eth2p-ethip4-ip4base-func.robot +++ b/tests/vpp/func/ip4/eth2p-ethip4-ip4base-func.robot @@ -24,11 +24,11 @@ | ... | Update All Interface Data On All Nodes | ${nodes} | AND | ... | Configure DUT nodes for IPv4 testing | Test Setup | Run Keywords | Save VPP PIDs | AND -| ... | Reset VAT History On All DUTs | ${nodes} | AND +| ... | Reset PAPI History On All DUTs | ${nodes} | AND | ... | Clear interface counters on all vpp nodes in topology | ${nodes} | Test Teardown | Run Keywords | ... | Show packet trace on all DUTs | ${nodes} | AND -| ... | Show VAT History On All DUTs | ${nodes} | AND +| ... | Show PAPI History On All DUTs | ${nodes} | AND | ... | Verify VPP PID in Teardown | Documentation | *IPv4 routing test cases* | ... diff --git a/tests/vpp/func/ip6/eth2p-ethip6-ip6base-func.robot b/tests/vpp/func/ip6/eth2p-ethip6-ip6base-func.robot index bd0b2a6b64..d4b7939a9b 100644 --- a/tests/vpp/func/ip6/eth2p-ethip6-ip6base-func.robot +++ b/tests/vpp/func/ip6/eth2p-ethip6-ip6base-func.robot @@ -25,11 +25,11 @@ | ... | Configure IPv6 routing on all DUTs | ${nodes} | ${nodes_ipv6_addr} | AND | ... | Configure all TGs for traffic script | Test Setup | Run Keywords | Save VPP PIDs | AND -| ... | Reset VAT History On All DUTs | ${nodes} | AND +| ... | Reset PAPI History On All DUTs | ${nodes} | AND | ... | Clear interface counters on all vpp nodes in topology | ${nodes} | Test Teardown | Run Keywords | ... | Show packet trace on all DUTs | ${nodes} | AND -| ... | Show VAT History On All DUTs | ${nodes} | AND +| ... | Show PAPI History On All DUTs | ${nodes} | AND | ... | Verify VPP PID in Teardown | Documentation | *IPv6 routing test cases* | ... |