Fix bugs in nbinotifications module 47/110947/2
authorGilles Thouenon <gilles.thouenon@orange.com>
Thu, 21 Mar 2024 10:23:56 +0000 (11:23 +0100)
committerGilles Thouenon <gilles.thouenon@orange.com>
Thu, 21 Mar 2024 13:21:29 +0000 (14:21 +0100)
commitb00f8180e8d80a28e3f66c5693b21d9a06ae31b1
treeaf51b834e3c055a6ef69cd40850e6d755004cb0b
parentffae3750e10cd5a93407f7d43380723c636e6e25
Fix bugs in nbinotifications module

- fix NPE issue in NbiNotificationsHandler
- fix message issue in PceNotificationHandler of service handler
- add small delay in functional test execution to let the notification
being sent in kafka broker
- fix issue when uninstalling the feature (publisher sessions with
kafka server remained open)

JIRA: TRNSPRTPCE-790
Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Change-Id: I914f3c2313e17ec25b36633ef8af26ff8f8394bf
nbinotifications/src/main/java/org/opendaylight/transportpce/nbinotifications/impl/NbiNotificationsProvider.java
nbinotifications/src/main/java/org/opendaylight/transportpce/nbinotifications/listener/NbiNotificationsHandler.java
servicehandler/src/main/java/org/opendaylight/transportpce/servicehandler/listeners/PceNotificationHandler.java
tests/transportpce_tests/with_docker/test02_nbinotifications.py