aboutsummaryrefslogtreecommitdiffstats
path: root/nsh_sfc_tests
AgeCommit message (Collapse)AuthorFilesLines
2017-06-29CSIT-687: Directory structure reorganizationTibor Frank9-502/+0
Change-Id: I772c9e214be2461adf58124998d272e7d795220f Signed-off-by: Tibor Frank <tifrank@cisco.com> Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2017-06-22 Fix the tcpdump start issue.Fangyin Hu1-1/+6
Change-Id: I529899bdc031e8d5e367bad5a829857c2c83a3ba Signed-off-by: Fangyin Hu <fangyinx.hu@intel.com>
2017-06-21 Fix the vppctl show interface command issue.Fangyin Hu3-6/+6
Change-Id: I46080cb824565422150222d2f69288bf3c791e7b Signed-off-by: Fangyin Hu <fangyinx.hu@intel.com>
2017-06-21 Some CSIT keywords changedFangyin Hu3-6/+6
Change-Id: I7350d91adf75b532fc5cec49084433edfd13c711 Signed-off-by: Fangyin Hu <fangyinx.hu@intel.com>
2017-06-13CSIT-664: Refactor setups and teardownsTibor Frank3-3/+3
- Add suite setup for performance IPSec tests - Add test teardown for performance SNAT tests - Add setups and teardowns for functional tests - Clean up the code Change-Id: Ia456e9f3ff0f0f2bb9a03f692f27c7f9a2817621 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2017-06-09 Add the NSH SFC functional test cases.Fangyin Hu9-0/+497
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>