X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fhoneycomb%2Fnetconf.robot;h=75eaefbf25b28eabd625827e5f474d4761b000f2;hp=79fa0a312cdb584fad89a46eaaaeccdb02c4c33b;hb=86f35c2c60a680b58fca27d9298dd53d02e0138f;hpb=3a761053c1dacc9d5f21ec1ddf75e1f192473f2c diff --git a/resources/libraries/robot/honeycomb/netconf.robot b/resources/libraries/robot/honeycomb/netconf.robot index 79fa0a312c..75eaefbf25 100644 --- a/resources/libraries/robot/honeycomb/netconf.robot +++ b/resources/libraries/robot/honeycomb/netconf.robot @@ -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\