From: DANIEL STOICA Date: Tue, 9 Jun 2020 15:05:28 +0000 (+0300) Subject: Enable mandatory tests for REC X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=commitdiff_plain;h=881fee73af98614affdc8e087d97b974b8b462c1 Enable mandatory tests for REC 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 Change-Id: Ie9b66ab28ab1a9f7ba070717bc1996e1590c7750 --- diff --git a/bluval/bluval-rec.yaml b/bluval/bluval-rec.yaml index 07df9da..0f66df0 100644 --- a/bluval/bluval-rec.yaml +++ b/bluval/bluval-rec.yaml @@ -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"