summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/run.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-12-01Disable SD tests expected failingFilip Tehlar1-0/+12
Change-Id: Ibbea0dc6b1803e914766e4b6c0b55edd647c2bac Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
2016-10-24Add source/dest testsFilip Tehlar1-1/+1
Change-Id: Idb3ec8dc48f16d4321701e405d8e76492cd7e9de Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
2016-09-12Introduce an option for testing binary APIFilip Tehlar1-2/+20
This patch introduces an option for choosing a configuration method in tests. Supported methods are VAT and vpp's debug CLI. * Added new aprameter to run.sh to define method (--cfg-method [vat|cli]). Defaults to vat. * When running a test separately the method can be set as follows: $ sudo CFG_METHOD=cli ./tests/<test_case>.sh Again, it defaults to 'vat' if not provided. * Increased readability in test driver scripts when checking test status * When debugging you can stop test execution by running the test with WAIT=1: $ sudo WAIT=1 tests/<test_case>.sh Change-Id: If851139cff072ba2e3b3594a3345763d360f3b59 Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
2016-08-23Small improvementsFlorin Coras1-9/+9
- update function to check if odl is up - add global function (and option) to clean test sate - fix test driver script Change-Id: I80e4908d3a266ce064e5823f310f7a2302c10577 Signed-off-by: Florin Coras <fcoras@cisco.com> Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
2016-07-25VPP lite test improvementsFilip Tehlar1-6/+23
* check if tests run with sudo * check if ODL is running * add 'wait' option to each test * increase wait time for RTR tests (timing issue) Change-Id: I1df01b43adc322635508fc4e2ad3e90759bb087c Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
2016-07-07Add script which runs all VPP lite testsFilip Tehlar1-0/+93
Change-Id: I13c8726ac60647201d40249434f3a81085a8f9ff Signed-off-by: Filip Tehlar <ftehlar@cisco.com>