summaryrefslogtreecommitdiffstats
path: root/test/csit/tests/appc/healthcheck_amsterdam/APPC_Netstat.robot
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-01-17 07:37:02 +0000
committerGerrit Code Review <gerrit@onap.org>2018-01-17 07:37:02 +0000
commitd6cec0bbf6c929113b47c4a62594c3e5e2fcf261 (patch)
tree59f17d69fdd214f9f988bea6dec1d63b95d1f373 /test/csit/tests/appc/healthcheck_amsterdam/APPC_Netstat.robot
parent4bdaaeea0e0d7d99b60be1404427a9faff2ffebc (diff)
parent320028c6492a315872552cdab654990910661c94 (diff)
Merge "Updating APPC CSIT release support"
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}