HC Test: Fix expected error when ACL table should be empty
[csit.git] / resources / libraries / robot / honeycomb / netconf.robot
index ce7b6a6..1fd287d 100644 (file)
 
 *** Settings ***
 | Library | resources.libraries.python.honeycomb.Netconf
-| Variables | tests/suites/honeycomb/resources/netconf/hello.py
+| Variables | resources/test_data/honeycomb/netconf/hello.py
 | 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}
 
 | | ...
 | | ... | *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\