From cd208d7bec75761896018a66b7e67bd90356aa87 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 4 Mar 2018 14:32:29 +0100 Subject: [PATCH] Remove nc tests --- tests/prod/04-test-env-forward_ports_to_localhost.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/prod/04-test-env-forward_ports_to_localhost.sh b/tests/prod/04-test-env-forward_ports_to_localhost.sh index 33e7cf0..3dc828a 100755 --- a/tests/prod/04-test-env-forward_ports_to_localhost.sh +++ b/tests/prod/04-test-env-forward_ports_to_localhost.sh @@ -47,8 +47,8 @@ run "sleep 10" # Test connectivity docker_exec "${did}" "ping -c 1 ${mname}" -docker_exec "${did}" "echo | nc -w 1 ${mname} 3306" -docker_exec "${did}" "echo | nc -w 1 127.0.0.1 3306" +#docker_exec "${did}" "echo | nc -w 1 ${mname} 3306" +#docker_exec "${did}" "echo | nc -w 1 127.0.0.1 3306" # Only work container has mysql binary installed if [ "${FLAVOUR}" = "work" ]; then