[PMSH] Refactor subscription processor and policy response handler 97/102497/8
authorERIMROB <robertas.rimkus@est.tech>
Thu, 27 Feb 2020 10:05:37 +0000 (10:05 +0000)
committerERIMROB <robertas.rimkus@est.tech>
Mon, 23 Mar 2020 14:17:18 +0000 (14:17 +0000)
commitb074a929a43629a5d4ced09f1ebe4106241d776f
treeed2477888b4b5091736be7209b332ee2c43ab58b
parent06ab83c7455d6474548d63a146754748f830922c
[PMSH] Refactor subscription processor and policy response handler

Signed-off-by: ERIMROB <robertas.rimkus@est.tech>
Change-Id: I91964848df8f7455169650b138b46d8dfc326b6f
Issue-ID: DCAEGEN2-1820
20 files changed:
components/pm-subscription-handler/.coveragerc
components/pm-subscription-handler/ChangeLog.md [deleted file]
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/config_handler.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/policy_response_handler.py [new file with mode: 0644]
components/pm-subscription-handler/pmsh_service/mod/subscription.py
components/pm-subscription-handler/pmsh_service/mod/subscription_handler.py [new file with mode: 0644]
components/pm-subscription-handler/pmsh_service/pmsh_service_main.py
components/pm-subscription-handler/pom.xml
components/pm-subscription-handler/tests/test_healthcheck.py
components/pm-subscription-handler/tests/test_pmsh_service.py [deleted file]
components/pm-subscription-handler/tests/test_pmsh_utils.py
components/pm-subscription-handler/tests/test_policy_response_handler.py [new file with mode: 0644]
components/pm-subscription-handler/tests/test_subscription.py
components/pm-subscription-handler/tests/test_subscription_handler.py [new file with mode: 0644]
components/pm-subscription-handler/version.properties