bluval engine refactoring
[validation.git] / bluval / bluval-dummy.yaml
1 ---
2 ##############################################################################
3 # Copyright (c) 2019 AT&T Intellectual Property.                             #
4 # Copyright (c) 2019 Nokia.                                                  #
5 #                                                                            #
6 # Licensed under the Apache License, Version 2.0 (the "License"); you may    #
7 # not use this file except in compliance with the License.                   #
8 #                                                                            #
9 # You may obtain a copy of the License at                                    #
10 #       http://www.apache.org/licenses/LICENSE-2.0                           #
11 #                                                                            #
12 # Unless required by applicable law or agreed to in writing, software        #
13 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT  #
14 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.           #
15 # See the License for the specific language governing permissions and        #
16 # limitations under the License.                                             #
17 ##############################################################################
18 blueprint:
19     name: dummy
20     layers:
21         - hardware
22         - vim
23     # Any hardware some basic tests
24     hardware: &hardware_dummy
25         -
26             name: bios_version
27             # something that can be evaluated to true or false
28             condition: true
29             what: bios_version
30             # true or false, default is false
31             show_stopper: false
32         -
33             name: baremetal_hw
34             what: baremetal_hw
35     os: &os_base
36         -
37             name: latency_cyclic
38             what: latency_cyclic
39     networking: &networking
40         -
41             name: pxe_networking_test
42             what: helloworld
43         -
44             name: routes_test
45             what: helloworld
46     k8s: &k8s
47         -
48             name: conformance
49             what: conformance
50         -
51             name: ha
52             what: ha
53     k8s_networking: &k8s_networking
54         -
55             name: node_connectivity
56             what: helloworld
57         -
58             name: pod_connectivity
59             what: helloworld
60     # software defined storage
61     sds: &sds
62         -
63             name: sds
64             what: helloworld
65     # software defined network
66     sdn: &sdn
67         -
68             name: sns
69             what: helloworld
70     # Virtual Infrastructure Manager
71     vim: &vim
72         -
73             name: vim_basic
74             what: helloworld