Skip to content

Commit 78557c6

Browse files
authored
test: add more scheduler integration tests (5/) (#555)
1 parent faef776 commit 78557c6

File tree

3 files changed

+1422
-3
lines changed

3 files changed

+1422
-3
lines changed

test/scheduler/pickfixed_integration_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ var _ = Describe("scheduling CRPs of the PickFixed placement type", func() {
170170
markBindingsAsBoundForClusters(crpName, previouslyBoundClusters)
171171

172172
// Update the CRP with new target clusters and refresh scheduling policy snapshots.
173-
updatePickedFixedCRPWithNewTargetClustersAndRefreshSnapshots(crpName, targetClusters2, policySnapshotName1, policySnapshotName2)
173+
updatePickFixedCRPWithNewTargetClustersAndRefreshSnapshots(crpName, targetClusters2, policySnapshotName1, policySnapshotName2)
174174
})
175175

176176
It("should create scheduled bindings for newly added valid target clusters", func() {
@@ -248,7 +248,7 @@ var _ = Describe("scheduling CRPs of the PickFixed placement type", func() {
248248
markBindingsAsBoundForClusters(crpName, previouslyBoundClusters)
249249

250250
// Update the CRP with new target clusters and refresh scheduling policy snapshots.
251-
updatePickedFixedCRPWithNewTargetClustersAndRefreshSnapshots(crpName, targetClusters2, policySnapshotName1, policySnapshotName2)
251+
updatePickFixedCRPWithNewTargetClustersAndRefreshSnapshots(crpName, targetClusters2, policySnapshotName1, policySnapshotName2)
252252
})
253253

254254
It("should create scheduled bindings for newly added valid target clusters", func() {

0 commit comments

Comments
 (0)