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 8590b08 commit d4260e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/cinder_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ var _ = Describe("Cinder controller", func() {
mariadb.SimulateMariaDBAccountCompleted(cinderTest.Database)
mariadb.SimulateMariaDBDatabaseCompleted(cinderTest.Database)
th.SimulateJobSuccess(cinderTest.CinderDBSync)
th.SimulateLoadBalancerServiceIP(cinderTest.CinderServiceInternal)
keystone.SimulateKeystoneServiceReady(cinderTest.CinderKeystoneService)
})
It("Check the resulting endpoints of the generated sub-CRs", func() {
Expand Down

0 comments on commit d4260e1

Please sign in to comment.