845a700d8fb64559f683e9b57e7f2c1b04181e09
[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     layers:
21         - hardware
22         - os
23         - networking
24         - k8s
25         - k8s_networking
26         - sds
27         - sdn
28         - vim
29     # Any hardware some basic tests
30     hardware: &hardware_base
31         -
32             name: bios_version
33             what: bios_version
34             # True or False, default is False
35             show_stopper: "False"
36         -
37             name: hp_baremetal
38             what: hp_baremetal
39     os: &os_base
40         -
41             name: cyclictest
42             what: cyclictest
43     networking: &networking
44         -
45             name: pxe_networking_test
46             what: helloworld
47         -
48             name: routes_test
49             what: helloworld
50     k8s: &k8s
51         -
52             name: conformance
53             what: conformance
54         -
55             name: ha
56             what: ha
57         -
58             name: kube-hunter
59             what: kube-hunter
60     k8s_networking: &k8s_networking
61         -
62             name: node_connectivity
63             what: helloworld
64         -
65             name: pod_connectivity
66             what: helloworld
67     # software defined storage
68     sds: &sds
69         -
70             name: sds
71             what: helloworld
72     # software defined network
73     sdn: &sdn
74         -
75             name: sns
76             what: helloworld
77     # Virtual Infrastructure Manager
78     vim: &vim
79         -
80             name: vim_basic
81             what: helloworld