Reduce the number of service notifications sent 56/97056/1
authorThierry Jiao <thierry.jiao@orange.com>
Tue, 1 Jun 2021 13:47:36 +0000 (15:47 +0200)
committerBalagangadhar Bathula <bb4341@att.com>
Mon, 2 Aug 2021 19:10:08 +0000 (15:10 -0400)
commit4eeefcb8694a869b5cb011c99c120b244006d8fa
treed95a92712d2c83095fd2250f09eca06814245a28
parent46bc11816248130644064d33c041d0671b3b21da
Reduce the number of service notifications sent

- Delete 'PCE calculation done OK' notification sent by
pceListenerImpl during serviceCreate
- Delete 'ServiceCreate request received' notification sent by
serviceHandlerImpl during serviceCreate
- Delete 'ServiceDelete request received' notification sent by
serviceHandlerImpl during serviceDelete
- Update the functional test test_nbinotifications

JIRA: TRNSPRTPCE-447
Signed-off-by: Thierry Jiao <thierry.jiao@orange.com>
Change-Id: Id52eb6bcfb63753158294a227bcaeb5c40a3c972
servicehandler/src/main/java/org/opendaylight/transportpce/servicehandler/impl/ServicehandlerImpl.java
servicehandler/src/main/java/org/opendaylight/transportpce/servicehandler/listeners/PceListenerImpl.java
tests/transportpce_tests/2.2.1/test_nbinotifications.py