aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/robot/honeycomb
diff options
context:
space:
mode:
authorselias <samelias@cisco.com>2017-02-27 13:56:22 +0100
committerPeter Mikus <pmikus@cisco.com>2017-03-13 07:51:49 +0000
commit86f35c2c60a680b58fca27d9298dd53d02e0138f (patch)
tree8bc91e97e5afff080d871dcf7358da274493ba85 /resources/libraries/robot/honeycomb
parent3a761053c1dacc9d5f21ec1ddf75e1f192473f2c (diff)
HC Test: create Vlan sub-interface using netconf
- add netconf test for specific issue HC2VPP-60 Change-Id: I8fc64bce40f1e43d93e7e92c952e564151bc8232 Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/libraries/robot/honeycomb')
-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\