summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/test_driver/resolver_failover.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-10-06Fix some test issuesFilip Tehlar1-14/+4
* add sleep to v6 eid virt test * fix failover test * reuse topology setup at failover test Change-Id: I7f1234696a9cec7931984c4dcee79c2cf90287d1 Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
2016-09-12Introduce an option for testing binary APIFilip Tehlar1-13/+3
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-07-22Add map resolver failover testFilip Tehlar1-0/+56
Change-Id: Ic4d5a553950e7d3dee36a818f4b06f69890b1719 Signed-off-by: Filip Tehlar <ftehlar@cisco.com>