From f4ac359d80d043a2d0e6eaf1730813b81f2c837f Mon Sep 17 00:00:00 2001 From: gummar Date: Wed, 4 Mar 2020 14:35:07 +0000 Subject: Fix case for all Software upgrade actions Issue-ID: CCSDK-2145 Signed-off-by: gummar Change-Id: Ic29056d100ffba9d6d1c2a6b3f73d6a95f3bee28 --- .../uat-blueprints/PNF_CDS_RESTCONF/Tests/uat.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Tests/uat.yaml') diff --git a/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Tests/uat.yaml b/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Tests/uat.yaml index 7136b1b0f..c2fd3f788 100644 --- a/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Tests/uat.yaml +++ b/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Tests/uat.yaml @@ -86,18 +86,18 @@ processes: message: success payload: preCheck-response: {} - - name: downloadNESW + - name: downloadNESw request: commonHeader: *swugCommonHeader actionIdentifiers: &download-ai blueprintName: PNF_CDS_RESTCONF blueprintVersion: "1.0.0" - actionName: downloadNESW + actionName: downloadNESw mode: sync payload: - downloadNESW-request: + downloadNESw-request: resolution-key: *resKey - downloadNESW-properties: *actionProps + downloadNESw-properties: *actionProps expectedResponse: commonHeader: *swugCommonHeader actionIdentifiers: *download-ai @@ -107,19 +107,19 @@ processes: errorMessage: null message: success payload: - downloadNESW-response: {} - - name: activateNESW + downloadNESw-response: {} + - name: activateNESw request: commonHeader: *swugCommonHeader actionIdentifiers: &activate-ai blueprintName: PNF_CDS_RESTCONF blueprintVersion: "1.0.0" - actionName: activateNESW + actionName: activateNESw mode: sync payload: - activateNESW-request: + activateNESw-request: resolution-key: *resKey - activateNESW-properties: *actionProps + activateNESw-properties: *actionProps expectedResponse: commonHeader: *swugCommonHeader actionIdentifiers: *activate-ai @@ -129,7 +129,7 @@ processes: errorMessage: null message: success payload: - activateNESW-response: {} + activateNESw-response: {} - name: postCheck request: commonHeader: *swugCommonHeader -- cgit 1.2.3-korg