summaryrefslogtreecommitdiffstats
path: root/test/csit/tests/appc/healthcheck_amsterdam/APPC_Netstat.robot
diff options
context:
space:
mode:
authorAaron Hay <ah415j@att.com>2018-01-16 21:29:29 +0000
committerAaron Hay <ah415j@att.com>2018-01-16 21:31:43 +0000
commit320028c6492a315872552cdab654990910661c94 (patch)
treeb4deb3f7a452b4baff49f1c28037c2958bafe16d /test/csit/tests/appc/healthcheck_amsterdam/APPC_Netstat.robot
parent918421d8d0bc97be6c9315cceff7563169250509 (diff)
Updating APPC CSIT release support
Updating docker image references for the current release (master) and the prior release (Amsterdam). Change-Id: I552c60ca9cc1c3f419bc11d84ccd895eb9623a0e Issue-ID: APPC-410 Signed-off-by: Aaron Hay <ah415j@att.com>
Diffstat (limited to 'test/csit/tests/appc/healthcheck_amsterdam/APPC_Netstat.robot')
-rw-r--r--test/csit/tests/appc/healthcheck_amsterdam/APPC_Netstat.robot8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/csit/tests/appc/healthcheck_amsterdam/APPC_Netstat.robot b/test/csit/tests/appc/healthcheck_amsterdam/APPC_Netstat.robot
deleted file mode 100644
index 285fc3727..000000000
--- a/test/csit/tests/appc/healthcheck_amsterdam/APPC_Netstat.robot
+++ /dev/null
@@ -1,8 +0,0 @@
-*** Settings ***
-Library OperatingSystem
-
-*** Test Cases ***
-APPC Netstat
- [Documentation] Checking the active ports
- ${output}= Run netstat -a | grep -E 8282 | grep LISTEN
- Log To Console ${output}