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.robot5
1 files changed, 3 insertions, 2 deletions
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 \| <rpc>_some data_</rpc>]]>]]> \|
-| | [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\