Skip to content

Commit ec6911c

Browse files
committed
add explicit topology owned assertion
1 parent 28e4357 commit ec6911c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/e2e/clusterclass_rollout.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ func assertControlPlaneMachines(g Gomega, clusterObjects clusterObjects, cluster
385385
union(
386386
map[string]string{
387387
clusterv1.ClusterNameLabel: cluster.Name,
388+
clusterv1.ClusterTopologyOwnedLabel: "",
388389
clusterv1.MachineControlPlaneLabel: "",
389390
clusterv1.MachineControlPlaneNameLabel: clusterObjects.ControlPlane.GetName(),
390391
},
@@ -407,6 +408,7 @@ func assertControlPlaneMachines(g Gomega, clusterObjects clusterObjects, cluster
407408
union(
408409
map[string]string{
409410
clusterv1.ClusterNameLabel: cluster.Name,
411+
clusterv1.ClusterTopologyOwnedLabel: "",
410412
clusterv1.MachineControlPlaneLabel: "",
411413
clusterv1.MachineControlPlaneNameLabel: clusterObjects.ControlPlane.GetName(),
412414
},
@@ -431,6 +433,7 @@ func assertControlPlaneMachines(g Gomega, clusterObjects clusterObjects, cluster
431433
union(
432434
map[string]string{
433435
clusterv1.ClusterNameLabel: cluster.Name,
436+
clusterv1.ClusterTopologyOwnedLabel: "",
434437
clusterv1.MachineControlPlaneLabel: "",
435438
clusterv1.MachineControlPlaneNameLabel: clusterObjects.ControlPlane.GetName(),
436439
},

0 commit comments

Comments
 (0)