Adding DB Init and setup 50/100750/9
authorefiacor <fiachra.corcoran@est.tech>
Fri, 24 Jan 2020 13:19:01 +0000 (13:19 +0000)
committerefiacor <fiachra.corcoran@est.tech>
Mon, 10 Feb 2020 15:45:13 +0000 (15:45 +0000)
commit8b3fc62050a344fe9a9c8909e4c672cb9aa3281d
treeaa74fef6de378a1914067cb8a3fffa3798cb6a35
parentbbe05d8a65ee0ac698d906b50282406bafe34f80
Adding DB Init and setup

Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Ie32efcf007c9b6fa25b0072019f4a91a841d9d0c
Issue-ID: DCAEGEN2-1828
17 files changed:
components/pm-subscription-handler/Dockerfile
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/config_handler.py
components/pm-subscription-handler/pmsh_service/mod/db_models.py [new file with mode: 0755]
components/pm-subscription-handler/pmsh_service/mod/network_function.py [new file with mode: 0755]
components/pm-subscription-handler/pmsh_service/mod/pmsh_logging.py
components/pm-subscription-handler/pmsh_service/mod/subscription.py
components/pm-subscription-handler/pmsh_service/pmsh_service.py
components/pm-subscription-handler/setup.py
components/pm-subscription-handler/tests/data/cbs_data_1.json [moved from components/pm-subscription-handler/tests/data/cbs_data.json with 100% similarity]
components/pm-subscription-handler/tests/data/cbs_data_2.json [moved from components/pm-subscription-handler/tests/expected_config.json with 100% similarity]
components/pm-subscription-handler/tests/test_aai_service.py
components/pm-subscription-handler/tests/test_config_handler.py [moved from components/pm-subscription-handler/tests/config_handler_test.py with 82% similarity]
components/pm-subscription-handler/tests/test_network_function.py [new file with mode: 0755]
components/pm-subscription-handler/tests/test_pmsh_utils.py
components/pm-subscription-handler/tests/test_subscription.py [changed mode: 0644->0755]