
Create concat function to validat the concat function specified in the template. Change-Id: I25385f6c7555755b5a0cc6913b9fcedaf2559492 Partially-Implements: tosca-intrinsic-functions
9 lines
268 B
YAML
9 lines
268 B
YAML
tosca_definitions_version: tosca_simple_yaml_1_0
|
|
|
|
description: Template for deploying a single server with invalid concat function.
|
|
|
|
topology_template:
|
|
outputs:
|
|
invalid_concat_syntax:
|
|
description: test concat with invalid syntax.
|
|
value: { concat: []} |