X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fhoneycomb%2Fnetconf.robot;h=1fd287dcd425e1ead89ba0122d6aa1a53b621141;hb=08e35e37f7ad3394cea86c22ab7ffd990651c112;hp=79fa0a312cdb584fad89a46eaaaeccdb02c4c33b;hpb=dec1188c7f89f5f8f97085b5f68c6f1d918586b8;p=csit.git diff --git a/resources/libraries/robot/honeycomb/netconf.robot b/resources/libraries/robot/honeycomb/netconf.robot index 79fa0a312c..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} @@ -35,12 +35,13 @@ | | ... | | ... | *Arguments:* | | ... | - trigger - RPC sequence that triggers a specific error. Type: string +| | ... | - params - Parameters for the trigger template. Type: string | | ... | | ... | *Example:* | | ... | | ... | \| Error trigger is sent \| _some data_]]>]]> \| -| | [Arguments] | ${trigger} -| | Send | ${trigger} +| | [Arguments] | ${trigger} | &{params} +| | Send | ${trigger} | &{params} | Replies should not contain RPC errors | | [Documentation] | Read response received through the channel, and check if\