blob: 96a51e390c3cff771c0a34c86bcf65294125aabb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
set timeout 10
set testprefix "testbgpmpath "
set aborted 0
set color 1
spawn "./testbgpmpath"
# proc simpletest { start } {
simpletest "bgp maximum-paths config"
simpletest "bgp_mp_list"
simpletest "bgp_info_mpath_update"
|