Add Bare metal hardware test cases for hp:
[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             # something that can be evaluated to true or false
34             condition: true
35             what: bios_version
36             # true or false, default is false
37             show_stopper: false
38         -
39             name: hp_baremetal
40             what: hp_baremetal
41     os: &os_base
42         -
43             name: cyclictest
44             what: cyclictest
45     networking: &networking
46         -
47             name: pxe_networking_test
48             what: helloworld
49         -
50             name: routes_test
51             what: helloworld
52     k8s: &k8s
53         -
54             name: conformance
55             what: conformance
56         -
57             name: ha
58             what: ha
59     k8s_networking: &k8s_networking
60         -
61             name: node_connectivity
62             what: helloworld
63         -
64             name: pod_connectivity
65             what: helloworld
66     # software defined storage
67     sds: &sds
68         -
69             name: sds
70             what: helloworld
71     # software defined network
72     sdn: &sdn
73         -
74             name: sns
75             what: helloworld
76     # Virtual Infrastructure Manager
77     vim: &vim
78         -
79             name: vim_basic
80             what: helloworld