summaryrefslogtreecommitdiffstats
path: root/javatoscachecker/checker/src/test/resources/spec/topology_template/basic.yaml
blob: 66ff83d1829f47aa9afe4c8439792f0337d29014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
tosca_definitions_version: tosca_simple_yaml_1_1
description: test basic property value assignment

metadata:
  outcome: "success"
 
imports:
  - appliances: spec/node_types/node_type_with_hierarchy.yaml

topology_template:

  node_templates:
    dishwasher:
      type: org.onap.tosca.checker.Dishwasher
      properties:
        brand: Samsung
        color: white
        warrantyDuration: 1 year
        price: 550
        numberOfCycles: 6
        rackMaterial: stainless
        energyStar: false