CSIT-662: KWI - KW renaming
[csit.git] / resources / libraries / robot / honeycomb / notifications.robot
index 119a351..f46f7ee 100644 (file)
 
 *** Settings ***
 | Library | resources.libraries.python.honeycomb.Notifications
-| Variables | tests/suites/honeycomb/resources/netconf/hello.py
-| Variables | tests/suites/honeycomb/resources/netconf/subscription.py
+| Variables | resources/test_data/honeycomb/netconf/hello.py
+| Variables | resources/test_data/honeycomb/netconf/subscription.py
 | Documentation | Keywords used to test Honeycomb notifications over Netconf.
 
 *** Keywords ***
-| Notification listener is established
+| Notification listener should be established
 | | [Documentation] | Connects to Honeycomb notification service.
 | | ...
 | | ... | *Arguments:*
@@ -26,7 +26,7 @@
 | | ...
 | | ... | *Example:*
 | | ...
-| | ... | \| Notification listener is established \| ${nodes['DUT1']} \|
+| | ... | \| Notification listener should be established \| ${nodes['DUT1']} \|
 | | [Arguments] | ${node}
 | | Create session | ${node} | ${hello}
 | | Add notification listener | ${subscription}