Refactor and bug fixes 15/110915/4
authorefiacor <fiachra.corcoran@est.tech>
Wed, 5 Aug 2020 09:12:04 +0000 (10:12 +0100)
committerefiacor <fiachra.corcoran@est.tech>
Thu, 13 Aug 2020 10:22:39 +0000 (11:22 +0100)
commit38ccb471732faaad6a25defee0753c1c5ac60cf0
tree6b8fd360895ec5cc621d89ab35af7c14a4c05caf
parent66f25c47daae80fe0ebc57bfec32596608d0be5d
Refactor and bug fixes

Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I8fe91bfdd2f1a2c8a6ca914e52d82dce04bffc0e
Issue-ID: DCAEGEN2-2146
18 files changed:
components/pm-subscription-handler/dpo/blueprints/k8s-pmsh.yaml [deleted file]
components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json
components/pm-subscription-handler/log_config.yaml
components/pm-subscription-handler/pmsh_service/mod/__init__.py
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/exit_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/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_controller.py
components/pm-subscription-handler/tests/test_exit_handler.py
components/pm-subscription-handler/tests/test_network_function.py
components/pm-subscription-handler/tests/test_subscription.py
components/pm-subscription-handler/tests/test_subscription_handler.py