blob: 1b526c9dcf8be95f3e444af962c0770ef39c0928 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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 ip4_ip6
# Test ip4 over ip6
./lisp_test 4o6
# Test ip6 over ip4
./lisp_test 6o4
|