diff --git a/README.md b/README.md index 5c5bd7363a..d04e698252 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Node Tuning Operator +# Node Tuning Operator The Node Tuning Operator (NTO) manages cluster node-level tuning for [OpenShift](https://openshift.io/). diff --git a/test/extended/nto.go b/test/extended/nto.go index 58cb2003d4..4729cd6296 100644 --- a/test/extended/nto.go +++ b/test/extended/nto.go @@ -36,6 +36,9 @@ var _ = g.Describe("[sig-tuning-node] PSAP should", g.Label("conformance"), func }) g.It("[Jira:NTO]OCP-37415-Allow setting isolated_cores without touching the default_irq_affinity[OTP][Disruptive][Suite:openshift/conformance/serial]", g.Label("Serial"), func() { + g.By("fail intentionally for debugging in the CI to see if the tests are actually running") + o.Expect(err).To(o.HaveOccurred()) + // test requires NTO to be installed if !isNTO { g.Skip("NTO is not installed - skipping test ...")