From 4427f5028b3807edf24c9c49addb4770a8fbb58e Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Wed, 4 Sep 2019 15:02:55 -0400 Subject: Do not output StepData information MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This information is for internal processing purposes, it should not be output to user, as could cause confusion. Change-Id: I95ead3fbc5e22e3a1751e41d90e567965cc00fa4 Issue-ID: CCSDK-1691 Signed-off-by: Alexis de Talhouët --- .../blueprint-model/uat-blueprints/echo/Tests/uat.yaml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'components/model-catalog/blueprint-model/uat-blueprints/echo/Tests/uat.yaml') diff --git a/components/model-catalog/blueprint-model/uat-blueprints/echo/Tests/uat.yaml b/components/model-catalog/blueprint-model/uat-blueprints/echo/Tests/uat.yaml index 116230929..5036a6fa2 100644 --- a/components/model-catalog/blueprint-model/uat-blueprints/echo/Tests/uat.yaml +++ b/components/model-catalog/blueprint-model/uat-blueprints/echo/Tests/uat.yaml @@ -26,9 +26,3 @@ processes: message: success payload: echo-response: {} - stepData: - name: echo - properties: - resource-assignment-params: - echo: *message - status: success -- cgit 1.2.3-korg