Merge "Add Vuls security test for x86_64"
[validation.git] / bluval / bluval-kni.yaml
1 ---
2 ##############################################################################
3 # Copyright (c) 2019 Red Hat.                                                #
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: kni
19     layers:
20         - hardware
21         - os
22         - k8s
23     # Any hardware some basic tests
24     hardware:
25         -
26             name: bios_version
27             skip: "False"
28             what: bios_version
29     os:
30         -
31             name: ltp
32             what: ltp
33         -
34             name: cyclictest
35             what: cyclictest
36     k8s:
37         -
38             name: conformance
39             what: conformance
40         -
41             name: kube-hunter
42             what: kube-hunter
43             optional: "True"