Add the NSH SFC functional test cases. 26/6126/19
authorFangyin Hu <fangyinx.hu@intel.com>
Tue, 11 Apr 2017 07:31:33 +0000 (00:31 -0700)
committerTibor Frank <tifrank@cisco.com>
Fri, 9 Jun 2017 06:59:11 +0000 (06:59 +0000)
commit5ce772f3b2d83c31eda5c2abdcd6cc4547ecc6c8
tree746b1f0ad5be956e3627fd8af85a69ff31e47b34
parent1e59ee6e39f0604be721ac8ebdb36be14b738bd8
Add the NSH SFC functional test cases.
1. Proxy Inbound test with 152/256/512/1024/1280/1518 Bytes VxLAN-GPE + NSH packet
2. Proxy Outbound test with 128/256/512/1024/1280/1518 Bytes VxLAN packet
3. SFC SFF test with 152/256/512/1024/1280/1518 Bytes VxLAN-GPE + NSH packet

Separate the functional test bootstrap file to another code review.

Change-Id: I05cf6ab1d01c1b41c1c61044d6d31fd6219b86af
Signed-off-by: Fangyin Hu <fangyinx.hu@intel.com>
21 files changed:
NSH_SFC_VER [new file with mode: 0644]
nsh_sfc_tests/func/__init__.robot [new file with mode: 0644]
nsh_sfc_tests/func/proxy/eth2p-ethip4-nsh-proxy-inbound-func.robot [new file with mode: 0644]
nsh_sfc_tests/func/proxy/eth2p-ethip4-nsh-proxy-outbound-func.robot [new file with mode: 0644]
nsh_sfc_tests/func/sff/eth2p-ethip4-sfc-sff-func.robot [new file with mode: 0644]
nsh_sfc_tests/sfc_scripts/install_sfc.sh [new file with mode: 0755]
nsh_sfc_tests/sfc_scripts/set_nsh_proxy_inbound.sh [new file with mode: 0755]
nsh_sfc_tests/sfc_scripts/set_nsh_proxy_outbound.sh [new file with mode: 0755]
nsh_sfc_tests/sfc_scripts/set_sfc_sff.sh [new file with mode: 0755]
nsh_sfc_tests/sfc_scripts/start_tcpdump.sh [new file with mode: 0755]
resources/libraries/python/SFC/SFCConstants.py [new file with mode: 0644]
resources/libraries/python/SFC/SFCTest.py [new file with mode: 0644]
resources/libraries/python/SFC/SetupSFCTest.py [new file with mode: 0644]
resources/libraries/python/SFC/TunnelProtocol.py [new file with mode: 0644]
resources/libraries/python/SFC/VerifyPacket.py [new file with mode: 0644]
resources/libraries/python/SFC/__init__.py [new file with mode: 0644]
resources/libraries/robot/nsh_sfc/default.robot [new file with mode: 0644]
resources/traffic_scripts/send_tcp_for_classifier_test.py [new file with mode: 0755]
resources/traffic_scripts/send_vxlan_for_proxy_test.py [new file with mode: 0755]
resources/traffic_scripts/send_vxlangpe_nsh_for_proxy_test.py [new file with mode: 0755]
resources/traffic_scripts/send_vxlangpe_nsh_for_sff_test.py [new file with mode: 0755]