aboutsummaryrefslogtreecommitdiffstats
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-16 01:03:51 +0000
committerGerrit Code Review <gerrit@onap.org>2018-01-16 01:03:51 +0000
commit2e11bbcbfcb5e7fa53a42e451fec7691a7690435 (patch)
tree587b2c0644d6298a823a8afc9b08460bda9a9880 /test/csit/tests/appc/healthcheck_amsterdam/APPC_Netstat.robot
parent34e62ce1b4b22fa238b85755b452426956dbf224 (diff)
parent918421d8d0bc97be6c9315cceff7563169250509 (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, 8 insertions, 0 deletions
diff --git a/test/csit/tests/appc/healthcheck_amsterdam/APPC_Netstat.robot b/test/csit/tests/appc/healthcheck_amsterdam/APPC_Netstat.robot
new file mode 100644
index 000000000..285fc3727
--- /dev/null
+++ b/test/csit/tests/appc/healthcheck_amsterdam/APPC_Netstat.robot
@@ -0,0 +1,8 @@
+*** 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}