summaryrefslogtreecommitdiffstats
path: root/catalog-fe/src/test/resources/CI/originalResources/scripts/apache_start_detection.groovy
blob: 93d732e0cdf3a80b3502de6da7326479d1c8d640 (plain)
1
2
3
4
5
6
import org.cloudifysource.dsl.utils.ServiceUtils

println "apache_start_detection.groovy: port http=${PORT} ..."
def isPortOccupied = ServiceUtils.isPortOccupied(Integer.parseInt(PORT))
println "apache_start_detection.groovy: isPortOccupied http=${PORT} ... ${isPortOccupied}"
return isPortOccupied