Remove nc tests

This commit is contained in:
cytopia
2018-03-04 14:32:29 +01:00
parent c916e9e589
commit cd208d7bec

View File

@@ -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