aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/robot/honeycomb/netconf.robot
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/robot/honeycomb/netconf.robot')
-rw-r--r--resources/libraries/robot/honeycomb/netconf.robot4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/robot/honeycomb/netconf.robot b/resources/libraries/robot/honeycomb/netconf.robot
index 75eaefbf25..1fd287dcd4 100644
--- a/resources/libraries/robot/honeycomb/netconf.robot
+++ b/resources/libraries/robot/honeycomb/netconf.robot
@@ -17,7 +17,7 @@
| Documentation | Keywords for managing Netconf communication.
*** Keywords ***
-| Netconf session is established
+| Netconf session should be established
| | [Documentation] | Open a communication channel on the Netconf session\
| | ... | and exchange hello messages.
| | ...
@@ -26,7 +26,7 @@
| | ...
| | ... | *Example:*
| | ...
-| | ... | \| Netconf session is established \| ${nodes['DUT1']} \|
+| | ... | \| Netconf session should be established \| ${nodes['DUT1']} \|
| | [Arguments] | ${node}
| | Create session | ${node} | ${hello}