[PMSH] Add retry mech for DELETE_FAILED NFs 19/116319/4
authorefiacor <fiachra.corcoran@est.tech>
Fri, 11 Dec 2020 16:19:47 +0000 (16:19 +0000)
committerefiacor <fiachra.corcoran@est.tech>
Tue, 12 Jan 2021 11:35:09 +0000 (11:35 +0000)
commit5e0e87f7e86f511511d37f90242300296e7b5dc4
treed8ed3fc96a28cbdcd347565837e8a3fb6bcf2742
parent1e6f4d9c7ea75302f4b902dbbe13642b6d20d716
[PMSH] Add retry mech for DELETE_FAILED NFs

Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I3980f0bb43c67e192828172dafe4e7be102dcc98
Issue-ID: DCAEGEN2-2152
12 files changed:
components/pm-subscription-handler/Changelog.md
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/policy_response_handler.py
components/pm-subscription-handler/pmsh_service/mod/subscription.py
components/pm-subscription-handler/pmsh_service/mod/subscription_handler.py
components/pm-subscription-handler/pmsh_service/pmsh_service_main.py
components/pm-subscription-handler/tests/test_aai_event_handler.py
components/pm-subscription-handler/tests/test_subscription.py
components/pm-subscription-handler/tests/test_subscription_handler.py