diff options
author | Andrej Kozemcak <akozemca@cisco.com> | 2016-05-11 10:57:58 +0200 |
---|---|---|
committer | Andrej Kozemcak <akozemca@cisco.com> | 2016-05-11 16:45:56 +0200 |
commit | 676362e1714afe4e7bb1557828580e710670b602 (patch) | |
tree | 2a4c31822d0267eeb2d784eca5346b9f37465831 /tests/data_plane/vpp_lite_topo/README | |
parent | abfb56e73fed33d0b2f738ace59ae5b37cd2b60d (diff) |
Create LISP test for csit_topology and for vpp_lite_topology
Change-Id: If0a886c761a41c9914c10d2ae3abf9f7711151c6
Signed-off-by: Andrej Kozemcak <akozemca@cisco.com>
Diffstat (limited to 'tests/data_plane/vpp_lite_topo/README')
-rw-r--r-- | tests/data_plane/vpp_lite_topo/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/data_plane/vpp_lite_topo/README b/tests/data_plane/vpp_lite_topo/README new file mode 100644 index 0000000..a7ab39e --- /dev/null +++ b/tests/data_plane/vpp_lite_topo/README @@ -0,0 +1,15 @@ +# Test require program expect + - install expect + aptitude install expect + +Please before use, set variable VPP_LITE_BIN to your vpp_lite in file lisp_test.sh + +# example use +# Test ip4 topology +./lisp_test.sh or ./lisp_test ip4 + +# Test ip6 topology +./lisp_test ip6 + +# Test ip4 and ip6 topology +./lisp_test all |