Skip to content

Commit

Permalink
Update functional test to simulate LB IP
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
  • Loading branch information
stuggi committed Jun 22, 2024
1 parent 3d46e50 commit d73bbdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/keystoneapi_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ var _ = Describe("Keystone controller", func() {
Namespace: namespace,
})
th.SimulateJobSuccess(dbSyncJobName)
th.SimulateLoadBalancerServiceIP(types.NamespacedName{Namespace: namespace, Name: "keystone-internal"})
th.SimulateJobSuccess(bootstrapJobName)
th.SimulateDeploymentReplicaReady(deploymentName)
})
Expand Down

0 comments on commit d73bbdc

Please sign in to comment.