File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const (
3737 rebootTestMCFile = "/etc/tnf-degraded-reboot-block-test"
3838)
3939
40- var _ = g .Describe ("[sig-apps][OCPFeatureGate:DualReplica][Suite:openshift/two-node] Two Node Fencing behavior in degraded mode" , func () {
40+ var _ = g .Describe ("[sig-apps][OCPFeatureGate:DualReplica][Suite:openshift/two-node] [Degraded] Two Node Fencing behavior in degraded mode" , func () {
4141 oc := exutil .NewCLI ("tnf-degraded" ).AsAdmin ()
4242 ctx := context .Background ()
4343 kubeClient := oc .AdminKubeClient ()
@@ -96,7 +96,7 @@ var _ = g.Describe("[sig-apps][OCPFeatureGate:DualReplica][Suite:openshift/two-n
9696 o .Expect (currentPDB .Status .DisruptionsAllowed ).To (o .Equal (int32 (0 )), "expected disruptionsAllowed=0 after second eviction attempt" )
9797 })
9898
99- g .It ("should block a reboot-required MachineConfig rollout on the remaining master[Serial] [apigroup:machineconfiguration.openshift.io]" , func () {
99+ g .It ("should block a reboot-required MachineConfig rollout on the remaining master [Serial] [apigroup:machineconfiguration.openshift.io]" , func () {
100100 ns := oc .Namespace ()
101101 mcoClient := machineconfigclient .NewForConfigOrDie (oc .AdminConfig ())
102102
You can’t perform that action at this time.
0 commit comments