summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/topologies/smr_rtr_disjoint.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-09-12Introduce an option for testing binary APIFilip Tehlar1-23/+23
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-31Use VAT in testsstable/1609Filip Tehlar1-0/+5
Change-Id: If8f08c5e998c5fbd9ea5c1f0252a77e01ea347ec Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
2016-06-24Small changes to the SMR + disjoint locators testFlorin Coras1-8/+8
- rename odl interface connected to the wan4 network - update text of user prompt messages Change-Id: I4450e5a6233b1317a8bbc7cae61d1918182dc08f Signed-off-by: Florin Coras <fcoras@cisco.com>
2016-06-21Tests for SMR + RTR with disjoint locatorsFlorin Coras1-0/+143
Change-Id: I11aacf00ab68b919c1db8f07a6f0ffd9961ce151 Signed-off-by: Florin Coras <fcoras@cisco.com>