aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/appc/healthcheck/APPC_Netstat.robot
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-10-11 09:50:17 -0700
committerPatrick Brady <pb071s@att.com>2017-10-11 09:50:24 -0700
commit89254c108ed6a4a0a1e5866ed83f192d29836cb6 (patch)
tree9a772005e19de68e1420ceb34aac9b579e332a93 /test/csit/tests/appc/healthcheck/APPC_Netstat.robot
parent3dc76310f42db89b1ce438f98ac8832027f36198 (diff)
APPC updated robot scripts
Change-Id: I992ba4db502b6da86fe8d54214265c3b045dc982 Signed-off-by: Patrick Brady <pb071s@att.com> Signed-off-by: NGUYEN <pn8984@att.com> Issue-id: APPC-113
Diffstat (limited to 'test/csit/tests/appc/healthcheck/APPC_Netstat.robot')
-rw-r--r--test/csit/tests/appc/healthcheck/APPC_Netstat.robot8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/csit/tests/appc/healthcheck/APPC_Netstat.robot b/test/csit/tests/appc/healthcheck/APPC_Netstat.robot
new file mode 100644
index 000000000..285fc3727
--- /dev/null
+++ b/test/csit/tests/appc/healthcheck/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}