You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
g.It("[Serial][Slow]Should properly create and remove MCN on node creation and deletion [apigroup:machineconfiguration.openshift.io]", func() {
96
+
// This test is `Disruptive` because it creates and removes a node. It is also considered `Slow` because it takes longer than 5 min to run.
97
+
g.It("[Suite:openshift/machine-config-operator/disruptive][Disruptive][Slow]Should properly create and remove MCN on node creation and deletion [apigroup:machineconfiguration.openshift.io]", func() {
82
98
skipOnSingleNodeTopology(oc) //skip this test for SNO
83
99
ValidateMCNOnNodeCreationAndDeletion(oc)
84
100
})
85
101
86
-
g.It("[Suite:openshift/conformance/parallel]Should properly block MCN updates from a MCD that is not the associated one [apigroup:machineconfiguration.openshift.io]", func() {
87
-
ValidateMCNScopeSadPathTest(oc)
88
-
})
89
-
90
-
g.It("[Suite:openshift/conformance/parallel]Should properly block MCN updates by impersonation of the MCD SA [apigroup:machineconfiguration.openshift.io]", func() {
91
-
ValidateMCNScopeImpersonationPathTest(oc)
92
-
})
93
-
94
-
g.It("[Suite:openshift/conformance/serial][Serial]Should properly update the MCN from the associated MCD [apigroup:machineconfiguration.openshift.io]", func() {
95
-
ValidateMCNScopeHappyPathTest(oc)
96
-
})
97
102
})
98
103
99
104
// `ValidateMCNPropertiesByMCPs` checks that MCN properties match the corresponding node properties
// These tests are `Disruptive` because they result in disruptive actions in the cluster, including node reboots and degrades and pod creations and deletions.
@@ -63,7 +63,8 @@ var _ = g.Describe("[Suite:openshift/machine-config-operator/disruptive][Suite:o
63
63
}
64
64
})
65
65
66
-
g.It("All Nodes in a custom Pool should have the PinnedImages even after Garbage Collection [apigroup:machineconfiguration.openshift.io]", func() {
66
+
// This test is also considered `Slow` because it takes longer than 5 minutes to run.
67
+
g.It("[Slow]All Nodes in a custom Pool should have the PinnedImages even after Garbage Collection [apigroup:machineconfiguration.openshift.io]", func() {
67
68
// Skip this test on single node and two-node platforms since custom MCPs are not supported
0 commit comments