Add unit test cases in smo/ves 82/8082/5
authorsantanude <santanu.de@xoriant.com>
Mon, 18 Apr 2022 10:34:26 +0000 (16:04 +0530)
committersantanude <santanu.de@xoriant.com>
Tue, 19 Apr 2022 06:13:45 +0000 (11:43 +0530)
commitf058ba33d5f297456f0de0e8a74430bc38b48ea0
tree88ab11a0dfc040cd5ecaf0fba41913e31a7893ea
parent3d237119df80e897833d04919e87747d8c695bdd
Add unit test cases in smo/ves

test cases for DMaaP adapter and collector are added

SMO-58

Signed-off-by: santanude <santanu.de@xoriant.com>
Change-Id: I45788267a1416a9d9615d47732014ed47dfecef2
Signed-off-by: santanude <santanu.de@xoriant.com>
collector/evel-test-collector/test/__init__.py [new file with mode: 0755]
collector/evel-test-collector/test/pytest.ini [new file with mode: 0644]
collector/evel-test-collector/test/test_collector.conf [new file with mode: 0755]
collector/evel-test-collector/test/test_monitor.py [new file with mode: 0644]
dmaapadapter/adapter/config/adapter.conf
dmaapadapter/adapter/test/__init__.py [new file with mode: 0644]
dmaapadapter/adapter/test/test_appConfig.py [new file with mode: 0644]
dmaapadapter/adapter/test/test_consumer.py [new file with mode: 0644]
dmaapadapter/adapter/test/test_dmaap_adapter.py [new file with mode: 0644]
dmaapadapter/adapter/test/test_prepare_response.py [new file with mode: 0644]
dmaapadapter/start.sh