tosca-parser/toscaparser/tests/data/test_invalid_input_defaults.yaml
Lakshmi e55f28458c Added logic to validate the default values from the templates.
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
2016-05-24 15:50:56 -07:00

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