[PMSH] Improve CBS data handling 12/109012/3
authorefiacor <fiachra.corcoran@est.tech>
Tue, 9 Jun 2020 18:20:22 +0000 (19:20 +0100)
committerefiacor <fiachra.corcoran@est.tech>
Wed, 17 Jun 2020 13:57:29 +0000 (14:57 +0100)
commit80ff14860e3b8a7a2c29272c2c10c1e830c2141d
tree7e97d2b90e1dd5b6765e0bc88932c53197a107cf
parent2760519436f78975f16f26c412e842e34b28d624
[PMSH] Improve CBS data handling

  # AppConfog object fetch priodically
  # AAI client to only fetch AAI data

Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I78315f141c3bb7e8b0d9efa818d294415fa79918
Issue-ID: DCAEGEN2-2146
18 files changed:
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/network_function.py
components/pm-subscription-handler/pmsh_service/mod/pmsh_utils.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_aai_service.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_pmsh_utils.py
components/pm-subscription-handler/tests/test_policy_response_handler.py
components/pm-subscription-handler/tests/test_subscription.py
components/pm-subscription-handler/tests/test_subscription_handler.py