Adding AAI client and apply filter 08/99708/11
authorefiacor <fiachra.corcoran@est.tech>
Wed, 11 Dec 2019 12:00:26 +0000 (12:00 +0000)
committerefiacor <fiachra.corcoran@est.tech>
Mon, 20 Jan 2020 12:54:46 +0000 (12:54 +0000)
commitbbe05d8a65ee0ac698d906b50282406bafe34f80
treed2698f139427f9741eb8712682ffb73940a81d6e
parent85888c96619588108b7c97000ece0c13b27ac015
Adding AAI client and apply filter

# Adding Subscription class
# Adding MR and Utils helper classes

Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I791b506d8cf166737d67cef22052852256f8a811
Issue-ID: DCAEGEN2-1930
12 files changed:
components/pm-subscription-handler/Dockerfile
components/pm-subscription-handler/pmsh_service/mod/aai_client.py [new file with mode: 0755]
components/pm-subscription-handler/pmsh_service/mod/pmsh_logging.py
components/pm-subscription-handler/pmsh_service/mod/pmsh_utils.py [new file with mode: 0755]
components/pm-subscription-handler/pmsh_service/mod/subscription.py [new file with mode: 0755]
components/pm-subscription-handler/pmsh_service/pmsh_service.py
components/pm-subscription-handler/tests/data/aai_xnfs.json [new file with mode: 0644]
components/pm-subscription-handler/tests/data/cbs_data.json [new file with mode: 0644]
components/pm-subscription-handler/tests/test_aai_service.py [new file with mode: 0644]
components/pm-subscription-handler/tests/test_pmsh_utils.py [new file with mode: 0644]
components/pm-subscription-handler/tests/test_subscription.py [moved from components/pm-subscription-handler/tests/test_logging.py with 51% similarity]
components/pm-subscription-handler/tox.ini