Deprecating Execute ONOS CLI Command keyword
Change-Id: I4950c5da304408aa6ebaa9edc7bc60a115977d40
diff --git a/VERSION b/VERSION
index cd57a8b..399088b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.5
+2.1.6
diff --git a/cord-robot/CORDRobot/rf-resources/ONOS.resource b/cord-robot/CORDRobot/rf-resources/ONOS.resource
index 54da1da..25bfb87 100644
--- a/cord-robot/CORDRobot/rf-resources/ONOS.resource
+++ b/cord-robot/CORDRobot/rf-resources/ONOS.resource
@@ -19,7 +19,7 @@
*** Keywords ***
Execute ONOS CLI Command
- [Documentation] Establishes an ssh connection to ONOS contoller and executes a command
+ [Documentation] *DEPRECATED* Use "Execute ONOS CLI Command on open connection" instead. Establishes an ssh connection to ONOS contoller and executes a command
[Arguments] ${host} ${port} ${cmd} ${user}=karaf ${pass}=karaf
${conn_id}= SSHLibrary.Open Connection ${host} port=${port} timeout=300s
SSHLibrary.Login ${user} ${pass}