Add Xtesting for API conformance based on NFV-TST 39/9539/5 g-release
authorKoichi Edagawa <edagawa.kc@nec.com>
Wed, 9 Nov 2022 08:27:46 +0000 (17:27 +0900)
committerMahesh Jethanandani <mjethanandani@gmail.com>
Mon, 21 Nov 2022 16:46:42 +0000 (16:46 +0000)
commit33989588efca79fa1a347da0a1f72cbf129e36f0
tree47a80e2aa70bca510195305bb85ceabd5cde4672
parent6edf885a9f8ff2b81164d79ae7f4976f310074c8
Add Xtesting for API conformance based on NFV-TST

This patch adds Xtesting code which integrates API conformance testing
based on ETSI NFV-TST 010 with O-RAN SC testing.

Issue-ID: SMO-77
Signed-off-by: Koichi Edagawa <edagawa.kc@nec.com>
Change-Id: I90922a7f76f7aa022ea6d27447b908494d894ac1
16 files changed:
tacker/tacker/tests/xtesting/api-tests/SOL003/CNFDeployment/CnfLcmMntOperationKeywords.robot [new file with mode: 0644]
tacker/tacker/tests/xtesting/api-tests/SOL003/CNFDeployment/IndividualCnfLcmOperationOccurrence.robot [new file with mode: 0644]
tacker/tacker/tests/xtesting/api-tests/SOL003/CNFDeployment/environment/configuration.txt [new file with mode: 0644]
tacker/tacker/tests/xtesting/api-tests/SOL003/CNFDeployment/environment/scaleVariables.txt [new file with mode: 0644]
tacker/tacker/tests/xtesting/api-tests/SOL003/CNFDeployment/environment/variables.txt [new file with mode: 0644]
tacker/tacker/tests/xtesting/api-tests/SOL003/cnflcm/cnflcm.robot [new file with mode: 0644]
tacker/tacker/tests/xtesting/api-tests/SOL003/cnflcm/cnflcm_keywords.robot [new file with mode: 0644]
tacker/tacker/tests/xtesting/api-tests/SOL003/cnflcm/environment/configuration.txt [new file with mode: 0644]
tacker/tacker/tests/xtesting/api-tests/SOL003/cnflcm/environment/scaleVariables.txt [new file with mode: 0644]
tacker/tacker/tests/xtesting/api-tests/SOL003/cnflcm/environment/variables.txt [new file with mode: 0644]
tacker/tacker/tests/xtesting/api-tests/SOL003/cnflcm/jsons/inst.json [new file with mode: 0644]
tacker/tacker/tests/xtesting/api-tests/SOL005/CNFPrecondition/packageTest.sh [new file with mode: 0755]
tacker/tacker/tests/xtesting/api-tests/SOL005/CNFPrecondition/package_without_helm.zip [new file with mode: 0644]
tacker/tacker/tests/xtesting/api-tests/SOL005/CNFPrecondition/vnfpackage.zip [new file with mode: 0644]
tacker/tacker/tests/xtesting/requirements.txt [new file with mode: 0644]
tacker/tacker/tests/xtesting/testcases.yaml [new file with mode: 0644]