Add database subsystem definition in the use case of
[parser.git] / tosca2heat / tosca-parser / toscaparser / tests / data / test_invalid_input_defaults.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: Test template with default not matching required type.
4
5 topology_template:
6   inputs:
7     invalid_default:
8       type: integer
9       default: two
10     valid_default:
11       type: integer
12       default: 2