[PMSSH] Add sdnc model info to event publish 85/112285/5 1.1.1-pmsh
authorefiacor <fiachra.corcoran@est.tech>
Tue, 8 Sep 2020 15:26:50 +0000 (16:26 +0100)
committerefiacor <fiachra.corcoran@est.tech>
Thu, 10 Sep 2020 12:00:50 +0000 (13:00 +0100)
commit0080fa4309a40599b7d239b53bab9a74182ae500
tree17af572ecb3e03a3be7115d41e3097985773ed5a
parent2e3c407d0fcf8c73c5fd6714d6013e37930c92cb
[PMSSH] Add sdnc model info to event publish

Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I89e25e99a2d541a29cf4a8dde986fab5b1812c9e
Issue-ID: DCAEGEN2-2405
25 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/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/tests/base_setup.py [new file with mode: 0755]
components/pm-subscription-handler/tests/data/aai_model_info.json [new file with mode: 0644]
components/pm-subscription-handler/tests/data/aai_model_info_no_sdnc.json [new file with mode: 0644]
components/pm-subscription-handler/tests/data/cbs_data_1.json
components/pm-subscription-handler/tests/data/filter_test_data.json
components/pm-subscription-handler/tests/data/pm_subscription_event.json
components/pm-subscription-handler/tests/log_config.yaml
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_network_function_filter.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