Skip to content

Commit 0b5c2a2

Browse files
committed
Remove DNS test - doesn't verify the install script
1 parent f857f47 commit 0b5c2a2

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

test/Dockerfile.client

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ RUN apt-get update && apt-get install -y \
99
openvpn \
1010
iproute2 \
1111
iputils-ping \
12-
curl \
1312
procps \
14-
dnsutils \
1513
&& rm -rf /var/lib/apt/lists/*
1614

1715
# Create TUN device directory (device will be mounted at runtime)

test/client-entrypoint.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,6 @@ else
8585
exit 1
8686
fi
8787

88-
# Test 3: DNS resolution
89-
echo "Test 3: Testing DNS resolution..."
90-
if host google.com >/dev/null 2>&1; then
91-
echo "PASS: DNS resolution working"
92-
else
93-
echo "FAIL: DNS resolution failed"
94-
exit 1
95-
fi
96-
9788
echo ""
9889
echo "=========================================="
9990
echo " ALL TESTS PASSED!"

0 commit comments

Comments
 (0)