Use unique ports for all tests.
This commit is contained in:
parent
add75303e9
commit
ccb4fb6f7a
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ $tinc $c1 <<EOF
|
||||||
init foo
|
init foo
|
||||||
set DeviceType dummy
|
set DeviceType dummy
|
||||||
set Address localhost
|
set Address localhost
|
||||||
set Port 32751
|
set Port 32756
|
||||||
start $r1
|
start $r1
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ $tinc $c1 <<EOF
|
||||||
init foo
|
init foo
|
||||||
set Mode switch
|
set Mode switch
|
||||||
set Interface ping.test1
|
set Interface ping.test1
|
||||||
set Port 32573
|
set Port 32577
|
||||||
set Address localhost
|
set Address localhost
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue