Skip to content

Commit e8c614e

Browse files
committed
test: otp: Drop iptables hackery
* Don't muck with iptables on the host machine.
1 parent 7d372e5 commit e8c614e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/tests/otp/run.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ grep 'reneg-sec 0' $CLIENT_DIR/config.ovpn || abort 'reneg-sec not set to 0 in c
4949
#
5050
# Fire up the server
5151
#
52-
sudo iptables -N DOCKER || echo 'Firewall already configured'
53-
sudo iptables -I FORWARD -j DOCKER || echo 'Forward already configured'
54-
# run in shell bg to get logs
5552
docker run --name "ovpn-test" -v $OVPN_DATA:/etc/openvpn --rm -p 1194:1194/udp --privileged $IMG &
5653

5754
#for i in $(seq 10); do

0 commit comments

Comments
 (0)