summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/test_driver/basic.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-09-28Add adjacency testFilip Tehlar1-5/+5
* add 4o4 and 6o6 LISP adjacency tests * rename basic_topo file to 2_node_topo Change-Id: Iea386b10948437f5b6ee3c5539deb22bc923f88e Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
2016-09-12Introduce an option for testing binary APIFilip Tehlar1-25/+5
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-10Fix wrong ipv6 address lengthFilip Tehlar1-2/+2
Change-Id: I2df0796d5950dcba7071e23bb496d6bdded0806c Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
2016-07-25VPP lite test improvementsFilip Tehlar1-0/+12
* 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-06Refactor basic LISP testsFilip Tehlar1-0/+56
Change-Id: Ibc11d4d82006ea11580d3b3e269f81709eedb53a Signed-off-by: Filip Tehlar <ftehlar@cisco.com>