Skip to content

Commit 3836592

Browse files
authored
add other checks
1 parent 83b5d5d commit 3836592

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

run_tests.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ base_dir=$(dirname $(realpath $0))
1818
source ${base_dir}/init/eessi_defaults
1919

2020
echo "DEBUG"
21-
ping github.com
21+
getent hosts github.com
22+
nslookup github.com
23+
host github.com
24+
python -c "import socket; print(socket.gethostbyname('github.com'))"
2225
ping nameserver 10.141.10.246
2326
cat /etc/resolv.conf
2427

0 commit comments

Comments
 (0)