yaml parser for bluval
[validation.git] / bluval / bluval-base.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: base
20     sections:
21         - hw
22         - os
23         - networking
24         - k8s
25         - k8s_networking
26         - sds
27         - sdn
28         - vim
29     # Any hardware some basic tests
30     hw: &hw_base
31         -
32             name: bios_version
33             # something that can be evaluated to true or false
34             condition: true
35             what: /opt/akraino/validation/helloworld
36             # true or false, default is false
37             show_stopper: false
38     os: &os_base
39         -
40             name: os_version
41             what: /opt/akraino/validation/helloworld
42     networking: &networking
43         -
44             name: pxe_networking_test
45             what: /opt/akraino/validation/helloworld
46         -
47             name: routes_test
48             what: /opt/akraino/validation/helloworld
49     k8s: &k8s
50         -
51             name: conformance
52             what: /opt/akraino/validation/helloworld
53         -
54             name: e2e
55             what: /opt/akraino/validation/helloworld
56     k8s_networking: &k8s_networking
57         -
58             name: node_connectivity
59             what: /opt/akraino/validation/helloworld
60         -
61             name: pod_connectivity
62             what: /opt/akraino/validation/helloworld
63     # software defined storage
64     sds: &sds
65         -
66             name: sds
67             what: /opt/akraino/validation/helloworld
68     # software defined network
69     sdn: &sdn
70         -
71             name: sns
72             what: /opt/akraino/validation/helloworld
73     # Virtual Infrastructure Manager
74     vim: &vim
75         -
76             name: vim_basic
77             what: /opt/akraino/validation/helloworld