Enable mandatory tests for REC 56/3556/4
authorDANIEL STOICA <daniel.stoica@enea.com>
Tue, 9 Jun 2020 15:05:28 +0000 (18:05 +0300)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Tue, 9 Jun 2020 15:47:28 +0000 (15:47 +0000)
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

bluval/bluval-rec.yaml

index 07df9da..0f66df0 100644 (file)
@@ -27,10 +27,13 @@ blueprint:
         -
             name: hp_baremetal
             what: hp_baremetal
+            optional: "True"
+
     os: &os_rec
         -
             name: ltp
             what: ltp
+            optional: "True"
         -
             name: cyclictest
             what: cyclictest
@@ -38,16 +41,23 @@ blueprint:
         -
             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
@@ -55,4 +65,4 @@ blueprint:
         -
             name: kube-hunter
             what: kube-hunter
-            optional: "True"
+            optional: "False"