aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/appc/testsuite/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/testsuite/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/testsuite/APPC_Netstat.robot')
-rw-r--r--test/csit/tests/appc/testsuite/APPC_Netstat.robot19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/csit/tests/appc/testsuite/APPC_Netstat.robot b/test/csit/tests/appc/testsuite/APPC_Netstat.robot
deleted file mode 100644
index 5544fb565..000000000
--- a/test/csit/tests/appc/testsuite/APPC_Netstat.robot
+++ /dev/null
@@ -1,19 +0,0 @@
-*** Settings ***
-Library SSHLibrary
-Library OperatingSystem
-*** Variables ***
-${HOST} 104.130.138.49
-${USERNAME} test
-${private_key} H:\\TestSuite\\testsuite\\robot\\testsuites
-*** Test Cases ***
-APPC Netstat
- Open Connection ${HOST}
- ${password}= Get File ${private_key}
- Login ${USERNAME} ${password}
- log to console \nConnected Successfully
- ${cmd} = set variable netstat -a | grep -E '8443 | grep LISTEN
- execute command ${cmd}
-
-Tear Down
- [Documentation] Close all connections
- Close All connections \ No newline at end of file