diff options
author | Wojciech Sliwka <wojciech.sliwka@nokia.com> | 2019-05-27 17:45:53 +0200 |
---|---|---|
committer | Wojciech Sliwka <wojciech.sliwka@nokia.com> | 2019-06-03 08:42:02 +0200 |
commit | 895dab49c42b544f8d173b4171e23a703e104dac (patch) | |
tree | 6a4bb250a2c23bff841142da58122f5e62706c01 /tests/vid/resources/simulators | |
parent | 8a0cfc9b928b57d1e950774d6a7e4ad8d9a81fac (diff) |
Issue-ID: VID-484
fetch parameters for native workflows
Change-Id: I6d017ee43b1969ceb2bce11d28f0fdde5da152c4
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
(cherry picked from commit c97101347defc8126614b27c60646325e0f9d674)
Diffstat (limited to 'tests/vid/resources/simulators')
-rw-r--r-- | tests/vid/resources/simulators/test_data_assets/responses.json | 66 |
1 files changed, 2 insertions, 64 deletions
diff --git a/tests/vid/resources/simulators/test_data_assets/responses.json b/tests/vid/resources/simulators/test_data_assets/responses.json index 9f3c10a0..ee55f292 100644 --- a/tests/vid/resources/simulators/test_data_assets/responses.json +++ b/tests/vid/resources/simulators/test_data_assets/responses.json @@ -804,69 +804,7 @@ "description": "Activity to Complete the BPMN Flow" } ], - "workflowInputParameters": [{ - "label": "Cloud Owner", - "inputType": "text", - "required": true, - "validation": [{ - "maxLength": "7", - "allowableChars": "[a-zA-Z0-9]*" - }], - "soFieldName": "cloudOwner", - "soPayloadLocation": "cloudConfiguration" - }, - { - "label": "Cloud Region ID", - "inputType": "text", - "required": true, - "validation": [{ - "maxLength": "7", - "allowableChars": "[a-zA-Z0-9]*" - }], - "soFieldName": "lcpCloudRegionId", - "soPayloadLocation": "cloudConfiguration" - }, - { - "label": "Tenant/Project ID", - "inputType": "text", - "required": true, - "validation": [{ - "maxLength": "36", - "allowableChars": "[a-zA-Z0-9]*" - }], - "soFieldName": "tenantId", - "soPayloadLocation": "cloudConfiguration" - }, - { - "label": "Operations timeout", - "inputType": "text", - "required": true, - "description": "some description", - "validation": [{ - "maxLength": "50", - "allowableChars": "[0-9]*" - }], - "soFieldName": "operations_timeout", - "soPayloadLocation": "userParams" - }, - { - "label": "Existing software version", - "inputType": "text", - "required": true, - "validation": [{ - "maxLength": "50", - "allowableChars": "[a-zA-Z0-9]*" - }], - "soFieldName": "existing_software_version", - "soPayloadLocation": "userParams" - }, - { - "label": "New software version", - "inputType": "text", - "required": true, - "soFieldName": "new_software_version", - "soPayloadLocation": "userParams" - } + "workflowInputParameters": [ ] } }] @@ -2714,4 +2652,4 @@ } } ] -}
\ No newline at end of file +} |