From 8943f9a08851e46c8b191fa1c727c6ebd1c2056c Mon Sep 17 00:00:00 2001 From: Aaron Hay Date: Sat, 21 Jul 2018 15:46:18 -0400 Subject: Add CDT CSIT support. Add six CDT CSIT tests for APPC. Change-Id: I868541f014167973acb9bb5196cb6dbadc41efe0 Issue-ID: APPC-1091 Signed-off-by: Aaron Hay --- ...erence_AllAction_HealthCheckAnsible_0.0.1V.json | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100755 test/csit/tests/appc/cdt/data/reference_AllAction_HealthCheckAnsible_0.0.1V.json (limited to 'test/csit/tests/appc/cdt/data/reference_AllAction_HealthCheckAnsible_0.0.1V.json') diff --git a/test/csit/tests/appc/cdt/data/reference_AllAction_HealthCheckAnsible_0.0.1V.json b/test/csit/tests/appc/cdt/data/reference_AllAction_HealthCheckAnsible_0.0.1V.json new file mode 100755 index 000000000..90fd0acd5 --- /dev/null +++ b/test/csit/tests/appc/cdt/data/reference_AllAction_HealthCheckAnsible_0.0.1V.json @@ -0,0 +1,48 @@ +{ + "reference_data": [ + { + "action": "HealthCheck", + "action-level": "vnf", + "scope": { + "vnf-type": "csit", + "vnfc-type-list": [], + "vnfc-type": "" + }, + "template": "Y", + "vm": [], + "device-protocol": "ANSIBLE", + "user-name": "", + "port-number": "", + "artifact-list": [ + { + "artifact-name": "template_HealthCheck_dawnMay17_0.0.1V.json", + "artifact-type": "config_template" + }, + { + "artifact-name": "pd_HealthCheck_dawnMay17_0.0.1V.yaml", + "artifact-type": "parameter_definitions" + }, + { + "artifact-name": "param_HealthCheck_dawnMay17_0.0.1V.json", + "artifact-type": "param_values" + } + ], + "scopeType": "vnf-type" + }, + { + "action": "AllAction", + "action-level": "vnf", + "scope": { + "vnf-type": "csit", + "vnfc-type-list": [], + "vnfc-type": "" + }, + "artifact-list": [ + { + "artifact-name": "reference_AllAction_dawnMay17_0.0.1V.json", + "artifact-type": "reference_template" + } + ] + } + ] +} -- cgit 1.2.3-korg