[PMSH] Validate schema of PMSH monitoring policy 58/116958/8
authorshivasubedi <shiva.subedi@est.tech>
Mon, 18 Jan 2021 13:59:18 +0000 (13:59 +0000)
committershivasubedi <shiva.subedi@est.tech>
Tue, 9 Feb 2021 10:57:23 +0000 (10:57 +0000)
commit9aa0b665b1d8ad6105ea783e176eacc58b26a804
tree2cbb03f5a23a465062f4d3a1940018de3a2f7585
parentf7be006e7cc638788164fb1028d03898138b8c16
[PMSH] Validate schema of PMSH monitoring policy

Change-Id: I42b002f855a03b39ab85cfcb20d7857d30447e40
Signed-off-by: shivasubedi <shiva.subedi@est.tech>
Issue-ID: DCAEGEN2-2152
components/pm-subscription-handler/Changelog.md
components/pm-subscription-handler/pmsh_service/mod/pmsh_utils.py
components/pm-subscription-handler/pmsh_service/mod/sub_schema.json [new file with mode: 0644]
components/pm-subscription-handler/pmsh_service/mod/subscription_handler.py
components/pm-subscription-handler/setup.py
components/pm-subscription-handler/tests/base_setup.py
components/pm-subscription-handler/tests/data/cbs_data_1.json
components/pm-subscription-handler/tests/data/cbs_invalid_data.json [new file with mode: 0644]
components/pm-subscription-handler/tests/test_pmsh_utils.py
components/pm-subscription-handler/tests/test_subscription_handler.py