Skip to content

Commit 1a149b8

Browse files
committed
Add MCO disruptive suite
Many MCO tests require node disruption, so it was determined that these would best live as a separate suite. Create the MCO suite and move existing MCO tests in origin to it. The next goal is to add On Cluster Layering tests to this as well, potentially via OTE.
1 parent 9c87080 commit 1a149b8

File tree

6 files changed

+102
-96
lines changed

6 files changed

+102
-96
lines changed

test/extended/machine_config/boot_image_update_aws.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
// This test is [Serial] because it modifies the cluster/machineconfigurations.operator.openshift.io object in each test.
14-
var _ = g.Describe("[sig-mco][OCPFeatureGate:ManagedBootImagesAWS][Serial]", func() {
14+
var _ = g.Describe("[Suite:openshift/machine-config-operator/disruptive][sig-mco][OCPFeatureGate:ManagedBootImagesAWS][Serial]", func() {
1515
defer g.GinkgoRecover()
1616
var (
1717
MCOMachineConfigurationBaseDir = exutil.FixturePath("testdata", "machine_config", "machineconfigurations")

test/extended/machine_config/boot_image_update_gcp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
// This test is [Serial] because it modifies the cluster/machineconfigurations.operator.openshift.io object in each test.
14-
var _ = g.Describe("[sig-mco][OCPFeatureGate:ManagedBootImages][Serial]", func() {
14+
var _ = g.Describe("[Suite:openshift/machine-config-operator/disruptive][sig-mco][OCPFeatureGate:ManagedBootImages][Serial]", func() {
1515
defer g.GinkgoRecover()
1616
var (
1717
MCOMachineConfigurationBaseDir = exutil.FixturePath("testdata", "machine_config", "machineconfigurations")

test/extended/machine_config/machine_config_node.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const (
2929
arbiter = "arbiter"
3030
)
3131

32-
var _ = g.Describe("[sig-mco][OCPFeatureGate:MachineConfigNodes]", func() {
32+
var _ = g.Describe("[Suite:openshift/machine-config-operator/disruptive][sig-mco][OCPFeatureGate:MachineConfigNodes]", func() {
3333
defer g.GinkgoRecover()
3434
var (
3535
MCOMachineConfigPoolBaseDir = exutil.FixturePath("testdata", "machine_config", "machineconfigpool")

test/extended/machine_config/pinnedimages.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
const emptyImagePin string = "localhost.localdomain/emptyimagepin"
2828

2929
// This test is [Serial] because it modifies the state of the images present on Node in each test.
30-
var _ = g.Describe("[sig-mco][OCPFeatureGate:PinnedImages][OCPFeatureGate:MachineConfigNodes][Serial]", func() {
30+
var _ = g.Describe("[Suite:openshift/machine-config-operator/disruptive][sig-mco][OCPFeatureGate:PinnedImages][OCPFeatureGate:MachineConfigNodes][Serial]", func() {
3131
defer g.GinkgoRecover()
3232
var (
3333
MCOPinnedImageBaseDir = exutil.FixturePath("testdata", "machine_config", "pinnedimage")

test/extended/util/annotate/generated/zz_generated.annotations.go

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)