Skip to content

Commit

Permalink
Update kuttl tests
Browse files Browse the repository at this point in the history
Signed-off-by: Veronika Fisarova <[email protected]>
  • Loading branch information
Deydra71 committed Jan 29, 2024
1 parent aacbcc5 commit 8cd8a39
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/multierr v1.10.0 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 // indirect
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/oauth2 v0.7.0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions test/kuttl/tests/manila-basic/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ status:
reason: Ready
status: "True"
type: ServiceConfigReady
- message: Input data complete
reason: Ready
status: "True"
type: TLSInputReady
databaseHostname: openstack
manilaAPIReadyCount: 1
manilaSchedulerReadyCount: 1
Expand Down
4 changes: 4 additions & 0 deletions test/kuttl/tests/manila-multibackend/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ status:
reason: Ready
status: "True"
type: ServiceConfigReady
- message: Input data complete
reason: Ready
status: "True"
type: TLSInputReady
databaseHostname: openstack
manilaAPIReadyCount: 1
manilaSchedulerReadyCount: 1
Expand Down
8 changes: 8 additions & 0 deletions test/kuttl/tests/manila-multibackend/02-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ status:
reason: Ready
status: "True"
type: ServiceConfigReady
- message: Input data complete
reason: Ready
status: "True"
type: TLSInputReady
readyCount: 1
---
apiVersion: manila.openstack.org/v1beta1
Expand Down Expand Up @@ -250,4 +254,8 @@ status:
reason: Ready
status: "True"
type: ServiceConfigReady
- message: Input data complete
reason: Ready
status: "True"
type: TLSInputReady
readyCount: 1
4 changes: 4 additions & 0 deletions test/kuttl/tests/manila-multibackend/03-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@ status:
reason: Ready
status: "True"
type: ServiceConfigReady
- message: Input data complete
reason: Ready
status: "True"
type: TLSInputReady
readyCount: 1
---
# when using image digests the containerImage URLs are SHA's so we verify them with a script
Expand Down

0 comments on commit 8cd8a39

Please sign in to comment.