Handle AAI Update and Delete events for PMSH 02/102002/9
authoremartin <ephraim.martin@est.tech>
Mon, 24 Feb 2020 14:13:03 +0000 (14:13 +0000)
committeremartin <ephraim.martin@est.tech>
Wed, 26 Feb 2020 15:25:50 +0000 (15:25 +0000)
commite7f6914ca5397987eddc6788a6e378c51b12ce52
tree1c4a1015afa1030ee3e75fdf78c282a2ce994433
parentde549f5f1bb3e0a6f94e9755ae0800b469114113
Handle AAI Update and Delete events for PMSH

Change-Id: I7f84e4429011bbaea4de23077ce23629b897fd7d
Issue-ID: DCAEGEN2-1846
Signed-off-by: emartin <ephraim.martin@est.tech>
components/pm-subscription-handler/pmsh_service/mod/aai_event_handler.py [new file with mode: 0755]
components/pm-subscription-handler/pmsh_service/mod/db_models.py
components/pm-subscription-handler/pmsh_service/mod/network_function.py
components/pm-subscription-handler/pmsh_service/mod/pmsh_utils.py
components/pm-subscription-handler/pmsh_service/mod/subscription.py
components/pm-subscription-handler/pmsh_service/pmsh_service_main.py
components/pm-subscription-handler/tests/data/mr_aai_events.json [new file with mode: 0755]
components/pm-subscription-handler/tests/test_aai_event_handler.py [new file with mode: 0755]
components/pm-subscription-handler/tests/test_network_function.py
components/pm-subscription-handler/tests/test_pmsh_service.py
components/pm-subscription-handler/tests/test_subscription.py