diff options
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 |