summaryrefslogtreecommitdiffstats
path: root/catalog-fe/src/test/resources/CI/originalResources/scripts/apache_start_detection.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-fe/src/test/resources/CI/originalResources/scripts/apache_start_detection.groovy')
-rw-r--r--catalog-fe/src/test/resources/CI/originalResources/scripts/apache_start_detection.groovy6
1 files changed, 0 insertions, 6 deletions
diff --git a/catalog-fe/src/test/resources/CI/originalResources/scripts/apache_start_detection.groovy b/catalog-fe/src/test/resources/CI/originalResources/scripts/apache_start_detection.groovy
deleted file mode 100644
index 93d732e0cd..0000000000
--- a/catalog-fe/src/test/resources/CI/originalResources/scripts/apache_start_detection.groovy
+++ /dev/null
@@ -1,6 +0,0 @@
-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