X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fhoneycomb%2Fnotifications.robot;h=f46f7eec66342368191328ad42b095a0e00d033e;hb=08e35e37f7ad3394cea86c22ab7ffd990651c112;hp=119a351e7d9663841056e75f97117dbfbd67a43a;hpb=c10eda554529ac5433216a18d30e9964c6af7976;p=csit.git diff --git a/resources/libraries/robot/honeycomb/notifications.robot b/resources/libraries/robot/honeycomb/notifications.robot index 119a351e7d..f46f7eec66 100644 --- a/resources/libraries/robot/honeycomb/notifications.robot +++ b/resources/libraries/robot/honeycomb/notifications.robot @@ -13,12 +13,12 @@ *** 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}