aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/robot/honeycomb/notifications.robot
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2019-05-27 13:58:23 +0200
committerMichal Cmarada <mcmarada@cisco.com>2019-05-27 15:27:34 +0000
commit5cbb3f1640bc490f52a16da31ef378bfab4af644 (patch)
tree4d7dc2fdec86ec8c91db68b1f07046e825441cf4 /resources/libraries/robot/honeycomb/notifications.robot
parent1fea09e6c0634ea7f02f9b94883a8261ff3769b1 (diff)
HC2VPP-411: migrate interfaces-state to interfaces
- new ietf-interfaces makes interfaces-state obsolete - updates honeycomb tests to latest ietf-interfaces model Change-Id: I5502a5ab23661429caca9498407d7121d423a1a3 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'resources/libraries/robot/honeycomb/notifications.robot')
-rw-r--r--resources/libraries/robot/honeycomb/notifications.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/robot/honeycomb/notifications.robot b/resources/libraries/robot/honeycomb/notifications.robot
index f46f7eec66..c5a481739c 100644
--- a/resources/libraries/robot/honeycomb/notifications.robot
+++ b/resources/libraries/robot/honeycomb/notifications.robot
@@ -45,7 +45,7 @@
| | ... | \| GigabitEthernet0/8/0 \| up \|
| | [Arguments] | ${interface} | ${state}
| | ${reply}= | Get notification
-| | Should contain | ${reply} | <interface-state-change
+| | Should contain | ${reply} | <interface-change
| | Should contain | ${reply} | <name>${interface}</name>
| | Should contain | ${reply} | <admin-status>${state}</admin-status>