Add scripts for building and destroying testing env 02/15202/3
authorAshish Jain <jain.ashish@samsung.com>
Fri, 7 Nov 2025 10:39:12 +0000 (10:39 +0000)
committerashishj1729 <jain.ashish@samsung.com>
Fri, 7 Nov 2025 13:51:35 +0000 (19:21 +0530)
commitc036c34a4b8c38541916782f78526ae629a0e097
tree9c77b14f2341a97a9cab6a0742e60876a85d7bb9
parent5530f66daafdb1b141e295cce23eaf85d35602d7
Add scripts for building and destroying testing env

Adding the following scripts:
1. setup_local_testing_env.sh: Which Deploys kind cluster, mocks,
   postgresql, leofs-secret, mme componenet for local-testing.
2. teardown_local_testing_env.sh: It uninstalls the mme component and
   deletes the kind-cluster.

Issue-Id: AIMLFW-310
Change-Id: Ibd66b0a9bd357ec693c66261ff0a7e62c18092a2
Signed-off-by: ashishj1729 <jain.ashish@samsung.com>
component-testing/local-testing/kind.yaml [new file with mode: 0644]
component-testing/local-testing/setup_local_testing_env.sh [new file with mode: 0644]
component-testing/local-testing/teardown_local_testing_env.sh [new file with mode: 0644]