Enable mandatory tests for REC and do the rest of them optional
Sync the REC mandatory tests list with IEC:
- conformance, lynis, vuls and kube-hunter are mandatory for
all projects where applicable;
- hp_baremetal and ltp are currently failing and are not part
of mandatory release criteria, so they are marked as
'optional';
Signed-off-by: DANIEL STOICA <daniel.stoica@enea.com>
Change-Id: Ie9b66ab28ab1a9f7ba070717bc1996e1590c7750
-
name: hp_baremetal
what: hp_baremetal
+ optional: "True"
+
os: &os_rec
-
name: ltp
what: ltp
+ optional: "True"
-
name: cyclictest
what: cyclictest
-
name: lynis
what: lynis
- optional: "True"
+ optional: "False"
+ -
+ name: vuls
+ what: vuls
+ optional: "False"
docker: &docker_base
-
name: docker_bench
what: docker_bench
+ optional: "True"
+
k8s: &k8s
-
name: conformance
what: conformance
+ optional: "False"
-
name: etcd_ha
what: etcd_ha
-
name: kube-hunter
what: kube-hunter
- optional: "True"
+ optional: "False"