[PMSH] Bug fix to include ip in event 83/113883/3 1.1.2-pmsh
authorefiacor <fiachra.corcoran@est.tech>
Wed, 14 Oct 2020 10:17:50 +0000 (11:17 +0100)
committerefiacor <fiachra.corcoran@est.tech>
Mon, 19 Oct 2020 09:03:24 +0000 (10:03 +0100)
commit27ec381034605d03285140cff8c21098e13808fe
tree4fec8438c714a049693d53957a7e91b94f78a0a1
parent75c997686e5f85709b8c2bfc3f46d9661710a9f8
[PMSH] Bug fix to include ip in event

   # Add fix for DB cleardown on exit

Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I6630f74258d072f683b5b5e42f0da2e63ea1b3c2
Issue-ID: DCAEGEN2-2486
12 files changed:
components/pm-subscription-handler/Changelog.md
components/pm-subscription-handler/pmsh_service/mod/aai_client.py
components/pm-subscription-handler/pmsh_service/mod/aai_event_handler.py
components/pm-subscription-handler/pmsh_service/mod/api/db_models.py
components/pm-subscription-handler/pmsh_service/mod/exit_handler.py
components/pm-subscription-handler/pmsh_service/mod/network_function.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/pm_subscription_event.json
components/pm-subscription-handler/tests/test_aai_service.py
components/pm-subscription-handler/tests/test_network_function.py
components/pm-subscription-handler/tests/test_subscription.py