[PMSH] Add enable_tls boolean flag to config 22/109422/3 1.1.0
authorefiacor <fiachra.corcoran@est.tech>
Mon, 22 Jun 2020 17:51:43 +0000 (18:51 +0100)
committerefiacor <fiachra.corcoran@est.tech>
Mon, 6 Jul 2020 08:07:37 +0000 (09:07 +0100)
commit0464347539f931847ab578ff935994aef0102352
tree601971765ec6b363b6755984e437c02bea3c83ec
parentb80449b81a2deb3b6e2510a655de02f9375ef636
[PMSH] Add enable_tls boolean flag to config

Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I19f71b690f743980eaa149c9b2c76fecb98a0120
Issue-ID: DCAEGEN2-2146
19 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/exit_handler.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/setup.py
components/pm-subscription-handler/tests/data/cbs_data_1.json
components/pm-subscription-handler/tests/data/cbs_data_2.json [deleted file]
components/pm-subscription-handler/tests/data/mr_aai_events.json
components/pm-subscription-handler/tests/log_config.yaml
components/pm-subscription-handler/tests/test_aai_service.py
components/pm-subscription-handler/tests/test_controller.py
components/pm-subscription-handler/tests/test_pmsh_utils.py
components/pm-subscription-handler/tests/test_subscription.py
components/pm-subscription-handler/tests/test_subscription_handler.py