Fix Sonobuoy systemd-image for k8 1.18
[validation.git] / bluval / bluval-unicycle.yaml
1 ---
2 ##############################################################################
3 # Copyright (c) 2019 AT&T Intellectual Property.                             #
4 #                                                                            #
5 # Licensed under the Apache License, Version 2.0 (the "License"); you may    #
6 # not use this file except in compliance with the License.                   #
7 #                                                                            #
8 # You may obtain a copy of the License at                                    #
9 #       http://www.apache.org/licenses/LICENSE-2.0                           #
10 #                                                                            #
11 # Unless required by applicable law or agreed to in writing, software        #
12 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT  #
13 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.           #
14 # See the License for the specific language governing permissions and        #
15 # limitations under the License.                                             #
16 ##############################################################################
17 blueprint:
18     name: unicycle
19     layers:
20         - hardware
21         - os
22         - docker
23         - k8s
24     # Any hardware some basic tests
25     hardware: &hardware_unicycle
26         -
27             name: hp_baremetal
28             what: hp_baremetal
29     os: &os_unicycle
30         -
31             name: ltp
32             what: ltp
33         -
34             name: cyclictest
35             what: cyclictest
36             optional: "True"
37     docker: &docker_unicycle
38         -
39             name: docker_bench
40             what: docker_bench
41     k8s: &k8s_unicycle
42         -
43             name: conformance
44             what: conformance
45         -
46             name: etcd_ha
47             what: etcd_ha
48             optional: "True"
49         -
50             name: kube-hunter
51             what: kube-hunter
52             optional: "True"
53     openstack: &openstack_unicycle
54         -
55             name: tempest
56             what: tempest