aboutsummaryrefslogtreecommitdiffstats
path: root/examples/l4fwd/test/run_test.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-03-04l4p/tcp_ofo: Add status on exit to test scriptMariusz Drost1-0/+7
For script usage in Jenkins environment status needs to be passed on exit. Correct status is calculated based on tests outcome. Signed-off-by: Mariusz Drost <mariuszx.drost@intel.com> Change-Id: Iea8ec45688e0f4a18e1dbe3bc0fd7cd83e6137fb
2020-02-04l4p/tcp_ofo: ofo and loss tests mergeMariusz Drost1-5/+9
Addition of tests for packets that are out of order or lost that are executed on a single machine (with use of tap interface). Added tests are merged into existing test suite which runs on local/remote machine. Choice of mode is done with ETH_DEV variable. Signed-off-by: Mariusz Drost <mariuszx.drost@intel.com> Change-Id: I766ebda215310342d9dc1edf71bc3667648fdeff
2019-12-12l4p/tcp_ofo: Tests for ofo and loss of pktsMariusz Drost1-0/+278
Tests for packets that are out of order and lost. They validate data send over netcat (TCP) to TLDK/l4fwd app in echo mode. Data is set to be reordered or loss some percentage of packets. Signed-off-by: Mariusz Drost <mariuszx.drost@intel.com> Change-Id: I68f80d1fb75d5e9e5ed6d052ddcdc60588284f78