We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa56844 + 635f6b4 commit 55ebee2Copy full SHA for 55ebee2
1 file changed
test/extended/two_node/tnf_degraded.go
@@ -155,6 +155,15 @@ var _ = g.Describe("[sig-apps][OCPFeatureGate:DualReplica][Suite:openshift/two-n
155
156
o.Expect(err).NotTo(o.HaveOccurred(), "behavior was not enforced correctly")
157
})
158
+},
159
+)
160
+
161
+var _ = g.Describe("[sig-apps][Suite:openshift/two-node] [Degraded] Two Node Fencing behavior in degraded mode", func() {
162
+ oc := exutil.NewCLI("tnf-degraded").AsAdmin()
163
164
+ g.BeforeEach(func() {
165
+ utils.EnsureTNFDegradedOrSkip(oc)
166
+ })
167
168
g.It("should rotate etcd serving certs for the remaining master [Serial] [apigroup:operator.openshift.io]", func() {
169
ctx := context.Background()
0 commit comments