[PMSH] Adding 'subscriptions' api endpoint 80/107980/5
authorefiacor <fiachra.corcoran@est.tech>
Wed, 20 May 2020 14:18:41 +0000 (15:18 +0100)
committerefiacor <fiachra.corcoran@est.tech>
Mon, 25 May 2020 07:50:24 +0000 (08:50 +0100)
commit5ed9b7d3cad56c6438bca305b6d2931bd320352b
treeb05cbb4e7215e9b6b9aead2a1ae45d63330c0761
parent9a57e9a2e2357f267c6a7c804488011ac97beab5
[PMSH] Adding 'subscriptions' api endpoint

Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I837045b3b618a98d4aabe190359d0ad47f27ca9f
Issue-ID: DCAEGEN2-2154
15 files changed:
components/pm-subscription-handler/Changelog.md
components/pm-subscription-handler/pmsh_service/mod/__init__.py
components/pm-subscription-handler/pmsh_service/mod/api/__init__.py [new file with mode: 0644]
components/pm-subscription-handler/pmsh_service/mod/api/controller.py [moved from components/pm-subscription-handler/pmsh_service/mod/healthcheck.py with 77% similarity]
components/pm-subscription-handler/pmsh_service/mod/api/db_models.py [moved from components/pm-subscription-handler/pmsh_service/mod/db_models.py with 72% similarity]
components/pm-subscription-handler/pmsh_service/mod/api/pmsh_swagger.yml [new file with mode: 0644]
components/pm-subscription-handler/pmsh_service/mod/network_function.py
components/pm-subscription-handler/pmsh_service/mod/pmsh_swagger.yml [deleted file]
components/pm-subscription-handler/pmsh_service/mod/subscription.py
components/pm-subscription-handler/setup.py
components/pm-subscription-handler/tests/test_controller.py [new file with mode: 0755]
components/pm-subscription-handler/tests/test_healthcheck.py [deleted file]
components/pm-subscription-handler/tests/test_network_function.py
components/pm-subscription-handler/tests/test_policy_response_handler.py
components/pm-subscription-handler/tests/test_subscription.py