diff options
author | Fangyin Hu <fangyinx.hu@intel.com> | 2017-06-20 21:41:40 -0700 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-06-21 05:07:39 +0000 |
commit | 6ef115df8ae19dae2e6f9b89c53988f54cba1876 (patch) | |
tree | f0f2777ce94fe9b5b6c852eae976ba5d80ef6fc9 /nsh_sfc_tests | |
parent | 28e640943cc0c4ed7e896f6c2d933c88f969c7c5 (diff) |
Some CSIT keywords changed
Change-Id: I7350d91adf75b532fc5cec49084433edfd13c711
Signed-off-by: Fangyin Hu <fangyinx.hu@intel.com>
Diffstat (limited to 'nsh_sfc_tests')
3 files changed, 6 insertions, 6 deletions
diff --git a/nsh_sfc_tests/func/proxy/eth2p-ethip4-nsh-proxy-inbound-func.robot b/nsh_sfc_tests/func/proxy/eth2p-ethip4-nsh-proxy-inbound-func.robot index 519145e2e2..9aa3a8692d 100644 --- a/nsh_sfc_tests/func/proxy/eth2p-ethip4-nsh-proxy-inbound-func.robot +++ b/nsh_sfc_tests/func/proxy/eth2p-ethip4-nsh-proxy-inbound-func.robot @@ -21,7 +21,7 @@ | Force Tags | 3_NODE_SINGLE_LINK_TOPO | VM_ENV | FUNCTEST | Suite Setup | Run Keywords | ... | Configure all DUTs before test | AND -| ... | Setup all TGs before traffic script | AND +| ... | Configure all TGs for traffic script | AND | ... | 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 @@ -30,7 +30,7 @@ | Test Teardown | Run Keywords | ... | Show packet trace on all DUTs | ${nodes} | AND | ... | Show VAT History On All DUTs | ${nodes} | AND -| ... | Check VPP PID in Teardown +| ... | Verify VPP PID in Teardown | Documentation | *NSH SFC Proxy Inbound test cases* | ... | ... | Test the SFC Proxy Inbound functional. DUT run the VPP with NSH diff --git a/nsh_sfc_tests/func/proxy/eth2p-ethip4-nsh-proxy-outbound-func.robot b/nsh_sfc_tests/func/proxy/eth2p-ethip4-nsh-proxy-outbound-func.robot index fc5152687e..db9c08d1b4 100644 --- a/nsh_sfc_tests/func/proxy/eth2p-ethip4-nsh-proxy-outbound-func.robot +++ b/nsh_sfc_tests/func/proxy/eth2p-ethip4-nsh-proxy-outbound-func.robot @@ -21,7 +21,7 @@ | Force Tags | 3_NODE_SINGLE_LINK_TOPO | VM_ENV | FUNCTEST | Suite Setup | Run Keywords | ... | Configure all DUTs before test | AND -| ... | Setup all TGs before traffic script | AND +| ... | Configure all TGs for traffic script | AND | ... | 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 @@ -30,7 +30,7 @@ | Test Teardown | Run Keywords | ... | Show packet trace on all DUTs | ${nodes} | AND | ... | Show VAT History On All DUTs | ${nodes} | AND -| ... | Check VPP PID in Teardown +| ... | Verify VPP PID in Teardown | Documentation | *NSH SFC Proxy Outbound test cases* | ... | ... | Test the SFC Proxy Outbound functional. DUT run the VPP with NSH diff --git a/nsh_sfc_tests/func/sff/eth2p-ethip4-sfc-sff-func.robot b/nsh_sfc_tests/func/sff/eth2p-ethip4-sfc-sff-func.robot index 122733a32b..28aa4cd4d5 100644 --- a/nsh_sfc_tests/func/sff/eth2p-ethip4-sfc-sff-func.robot +++ b/nsh_sfc_tests/func/sff/eth2p-ethip4-sfc-sff-func.robot @@ -21,7 +21,7 @@ | Force Tags | 3_NODE_SINGLE_LINK_TOPO | VM_ENV | FUNCTEST | Suite Setup | Run Keywords | ... | Configure all DUTs before test | AND -| ... | Setup all TGs before traffic script | AND +| ... | Configure all TGs for traffic script | AND | ... | Update All Interface Data On All Nodes | ${nodes} | AND | ... | Setup DUT nodes for 'SFF' functional testing | Test Setup | Run Keywords | Save VPP PIDs | AND @@ -30,7 +30,7 @@ | Test Teardown | Run Keywords | ... | Show packet trace on all DUTs | ${nodes} | AND | ... | Show VAT History On All DUTs | ${nodes} | AND -| ... | Check VPP PID in Teardown +| ... | Verify VPP PID in Teardown | Documentation | *NSH SFC SFF test cases* | ... | ... | Test the SFC Service Function Forward functional. DUT run the VPP |