Add Intial Smoke Tests for MME 03/15203/3
authorAshish Jain <jain.ashish@samsung.com>
Fri, 7 Nov 2025 11:06:30 +0000 (11:06 +0000)
committerashishj1729 <jain.ashish@samsung.com>
Fri, 7 Nov 2025 14:08:14 +0000 (19:38 +0530)
commitfe1b423d7f39f5c733734c154154e7ed529fa114
tree13a56e31e050c8f80fd1962e3c99316544fa200e
parentc036c34a4b8c38541916782f78526ae629a0e097
Add Intial Smoke Tests for MME

The tests added are as follows:
1. Registers the model and verifies if it is retrievable using model_id.
2. Verifies if correct message and code is responsed when user tries to
   retrieve model but the model_id doesn't exist.

Issue-id: AIMLFW-310
Change-Id: I4169a915c2b67774d203e87e6bd46bcf5ef5b246
Signed-off-by: ashishj1729 <jain.ashish@samsung.com>
.gitignore [new file with mode: 0644]
component-testing/local-testing/run_test.sh [new file with mode: 0644]
component-testing/tests/requirements.txt [new file with mode: 0644]
component-testing/tests/test_component.py [new file with mode: 0644]