Merge "Add Helm chart repository Robot tests"
[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     k8s_networking: &k8s_networking
58         -
59             name: node_connectivity
60             what: helloworld
61         -
62             name: pod_connectivity
63             what: helloworld
64     # software defined storage
65     sds: &sds
66         -
67             name: sds
68             what: helloworld
69     # software defined network
70     sdn: &sdn
71         -
72             name: sns
73             what: helloworld
74     # Virtual Infrastructure Manager
75     vim: &vim
76         -
77             name: vim_basic
78             what: helloworld