Skip to content

runtest: use nc command to verify nfs servers in BOS2 are online

I added three nfs server for testing connectathon with BOS2 systems

nc command added for nfs servers in BOS2 that are provided by openshift

ping -c 3 "server" > /dev/null 2>&1 || nc -zv "server" 22 > /dev/null 2>&1

Merge request reports

Loading