
Incorporated the review comments and added unit testcase for the newly added method. Co-Authored-By: Sahdev Zala <spzala@us.ibm.com> Related-bug: #1567552 Change-Id: I41f574a353495f25957b9b25ce6368fe6e92dbc2
13 lines
264 B
YAML
13 lines
264 B
YAML
tosca_definitions_version: tosca_simple_yaml_1_0
|
|
|
|
description: Test template with default not matching required type.
|
|
|
|
topology_template:
|
|
inputs:
|
|
invalid_default:
|
|
type: integer
|
|
default: two
|
|
valid_default:
|
|
type: integer
|
|
default: 2
|