aboutsummaryrefslogtreecommitdiffstats
path: root/examples/l4fwd/test/config.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-03-03l4p/tcp_ofo: Add usage of --mbuf-numMariusz Drost1-2/+5
Addition of --mbuf-num cmd-line parameter usage in ofo/loss tests. Value is lower that default to meet CI environment capabilities. Additionally fixed issue when test script in tap mode tries to create temporary result file on remote machine. Signed-off-by: Mariusz Drost <mariuszx.drost@intel.com> Change-Id: Iaa87df158ff97b36bb602ee88450de759c257a3f
2020-02-04l4p/tcp_ofo: ofo and loss tests mergeMariusz Drost1-114/+228
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-19l4p/tcp_ofo: fix killing l4fwd app in testsMariusz Drost1-1/+1
Between test cases l4fwd application is closed with kill command. Default kill signal is SIGTERM which is not supported in l4fwd. To close l4fwd cleanly, signal has been changed to SIGINT. Signed-off-by: Mariusz Drost <mariuszx.drost@intel.com> Change-Id: If083f18cab22766154cc80afa26d45d953277294
2019-12-12l4p/tcp_ofo: Tests for ofo and loss of pktsMariusz Drost1-0/+444
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