From 1ac8bb09e0f2c248b8570db0be994c0da24ea97f Mon Sep 17 00:00:00 2001 From: Pablo Rodriguez Nava Date: Mon, 16 Jun 2025 11:48:07 +0200 Subject: [PATCH] Add MCO's OTE tests to origin This change adds the MCO's OTE binary to the list of extended tests to be pulled. At the same time, this change removes the declaration of our suite from the origin built-in ones in favor of the OTE exposed declaration. --- pkg/test/extensions/binary.go | 4 ++++ pkg/testsuites/standard_suites.go | 10 ---------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/pkg/test/extensions/binary.go b/pkg/test/extensions/binary.go index f793fd82fa3a..1a7c94fca190 100644 --- a/pkg/test/extensions/binary.go +++ b/pkg/test/extensions/binary.go @@ -171,6 +171,10 @@ var extensionBinaries = []TestBinary{ imageTag: "machine-api-operator", binaryPath: "/machine-api-tests-ext.gz", }, + { + imageTag: "machine-config-operator", + binaryPath: "/usr/bin/machine-config-tests-ext.gz", + }, } // Info returns information about this particular extension. diff --git a/pkg/testsuites/standard_suites.go b/pkg/testsuites/standard_suites.go index a40eecc1c659..5c73698e91c4 100644 --- a/pkg/testsuites/standard_suites.go +++ b/pkg/testsuites/standard_suites.go @@ -420,16 +420,6 @@ var staticSuites = []ginkgo.TestSuite{ }, TestTimeout: 60 * time.Minute, }, - { - Name: "openshift/machine-config-operator/disruptive", - Description: templates.LongDesc(` - This test suite runs tests to validate machine-config-operator functionality. - `), - Qualifiers: []string{ - `name.contains("[Suite:openshift/machine-config-operator/disruptive")`, - }, - TestTimeout: 120 * time.Minute, - }, { Name: "openshift/two-node", Description: templates.LongDesc(`