Skip to content

Commit 09a0cdb

Browse files
committed
Add MCO's OTE tests to origin
This change adds the MCO's OTE binary to the list of extended tests to be pulled.
1 parent 3819a9b commit 09a0cdb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/test/extensions/binary.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ var extensionBinaries = []TestBinary{
5959
imageTag: "machine-api-operator",
6060
binaryPath: "/machine-api-tests-ext.gz",
6161
},
62+
{
63+
imageTag: "machine-config-operator",
64+
binaryPath: "/usr/bin/machine-config-tests-ext.gz",
65+
},
6266
}
6367

6468
// Info returns information about this particular extension.

0 commit comments

Comments
 (0)