From 2251c68ea3d862b08df030231a1ddf618a2cec2b Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Tue, 5 Mar 2019 10:08:30 +0100 Subject: CSIT-1451: PapiHistory Change-Id: Idb51f377fe0c196fbe24aab21c294dad595adcd2 Signed-off-by: Tibor Frank --- tests/nsh_sfc/func/classifier/eth2p-ethip4-sfc-classifier-func.robot | 4 ++-- tests/nsh_sfc/func/proxy/eth2p-ethip4-nsh-proxy-inbound-func.robot | 4 ++-- tests/nsh_sfc/func/proxy/eth2p-ethip4-nsh-proxy-outbound-func.robot | 4 ++-- tests/nsh_sfc/func/sff/eth2p-ethip4-sfc-sff-func.robot | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'tests/nsh_sfc') diff --git a/tests/nsh_sfc/func/classifier/eth2p-ethip4-sfc-classifier-func.robot b/tests/nsh_sfc/func/classifier/eth2p-ethip4-sfc-classifier-func.robot index 5bf593488c..184715ee01 100644 --- a/tests/nsh_sfc/func/classifier/eth2p-ethip4-sfc-classifier-func.robot +++ b/tests/nsh_sfc/func/classifier/eth2p-ethip4-sfc-classifier-func.robot @@ -25,11 +25,11 @@ | ... | Update All Interface Data On All Nodes | ${nodes} | AND | ... | Setup DUT nodes for 'Classifier' functional 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 | *NSH SFC Classifier test cases* | ... diff --git a/tests/nsh_sfc/func/proxy/eth2p-ethip4-nsh-proxy-inbound-func.robot b/tests/nsh_sfc/func/proxy/eth2p-ethip4-nsh-proxy-inbound-func.robot index fd34690bba..9733576f4c 100644 --- a/tests/nsh_sfc/func/proxy/eth2p-ethip4-nsh-proxy-inbound-func.robot +++ b/tests/nsh_sfc/func/proxy/eth2p-ethip4-nsh-proxy-inbound-func.robot @@ -25,11 +25,11 @@ | ... | Update All Interface Data On All Nodes | ${nodes} | AND | ... | Setup DUT nodes for 'Proxy Inbound' functional 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 | *NSH SFC Proxy Inbound test cases* | ... diff --git a/tests/nsh_sfc/func/proxy/eth2p-ethip4-nsh-proxy-outbound-func.robot b/tests/nsh_sfc/func/proxy/eth2p-ethip4-nsh-proxy-outbound-func.robot index b5f167a0e0..8bddfc99b5 100644 --- a/tests/nsh_sfc/func/proxy/eth2p-ethip4-nsh-proxy-outbound-func.robot +++ b/tests/nsh_sfc/func/proxy/eth2p-ethip4-nsh-proxy-outbound-func.robot @@ -25,11 +25,11 @@ | ... | Update All Interface Data On All Nodes | ${nodes} | AND | ... | Setup DUT nodes for 'Proxy Outbound' functional 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 | *NSH SFC Proxy Outbound test cases* | ... diff --git a/tests/nsh_sfc/func/sff/eth2p-ethip4-sfc-sff-func.robot b/tests/nsh_sfc/func/sff/eth2p-ethip4-sfc-sff-func.robot index 77a1d0ec8c..382436a99a 100644 --- a/tests/nsh_sfc/func/sff/eth2p-ethip4-sfc-sff-func.robot +++ b/tests/nsh_sfc/func/sff/eth2p-ethip4-sfc-sff-func.robot @@ -25,11 +25,11 @@ | ... | Update All Interface Data On All Nodes | ${nodes} | AND | ... | Setup DUT nodes for 'SFF' functional 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 | *NSH SFC SFF test cases* | ... -- cgit 1.2.3-korg