From: Remigiusz Janeczek Date: Tue, 1 Dec 2020 15:48:06 +0000 (+0100) Subject: Update CMPv2 test to use comma as SANs delimiter X-Git-Tag: 1.7.3~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F115969%2F2;p=testsuite.git Update CMPv2 test to use comma as SANs delimiter Issue-ID: DCAEGEN2-2508 Signed-off-by: Remigiusz Janeczek Change-Id: Ica40c4c49515a80a0b99923bd0097f4efd3d2d53 --- diff --git a/robot/assets/cmpv2/k8s-pnf-simulator.yaml b/robot/assets/cmpv2/k8s-pnf-simulator.yaml index cffee5db..1916ba95 100644 --- a/robot/assets/cmpv2/k8s-pnf-simulator.yaml +++ b/robot/assets/cmpv2/k8s-pnf-simulator.yaml @@ -26,7 +26,7 @@ inputs: external_cert_sans: type: string description: 'List of Subject Alternative Names (SANs) which should be present - in certificate. Delimiter - : Should contain common_name value and other FQDNs + in certificate. Delimiter - , Should contain common_name value and other FQDNs under which given component is accessible.' default: 'pnf-simulator' external_cert_use_external_tls: diff --git a/robot/testsuites/cmpv2.robot b/robot/testsuites/cmpv2.robot index 1c831f41..12d94ca8 100644 --- a/robot/testsuites/cmpv2.robot +++ b/robot/testsuites/cmpv2.robot @@ -61,7 +61,7 @@ Deploying VES collector with CMPv2 Set To Dictionary ${arguments} image ${image} Set To Dictionary ${arguments} external_port_tls 32226 Set To Dictionary ${arguments} service_component_name_override dcae-ves-collector-cmpv2-cert - Set To Dictionary ${arguments} external_cert_sans dcae-ves-collector-cmpv2-cert:ves-collector-cmpv2-cert:ves-cmpv2-cert + Set To Dictionary ${arguments} external_cert_sans dcae-ves-collector-cmpv2-cert,ves-collector-cmpv2-cert,ves-cmpv2-cert Templating.Create Environment deployment ${GLOBAL_TEMPLATE_FOLDER} ${deployment_data}= Templating.Apply Template deployment ${VES_INPUTS} ${arguments} Deploy Service ${deployment_data} ves-collector-cmpv2-dep 4 minutes