Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
mgandharva committed Jan 10, 2025
1 parent 9c5b4f7 commit 7f28ce9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions operatorconfig/moduleconfig/common/version-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ powermax:
observability: "v1.10.0"
resiliency: "v1.11.0"
v2.13.0:
csireverseproxy: "v2.12.0"
authorization: "v2.1.0"
replication: "v1.11.0"
observability: "v1.11.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: reverseproxy
image: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:v2.12.0
image: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:nightly
imagePullPolicy: Always
env:
- name: X_CSI_REVPROXY_CONFIG_DIR
Expand Down
2 changes: 1 addition & 1 deletion pkg/drivers/commonconfig_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var (
{"pstore happy path", pStoreCSM, csmv1.PowerStore, "node.yaml", ""},
{"unity happy path", unityCSM, csmv1.Unity, "node.yaml", ""},
{"unity happy path when secrets with certificates provided", unityCSMCertProvided, csmv1.Unity, "node.yaml", ""},
{"unity common is nil", unityCSMInvalidValue, csmv1.Unity, "node.yaml", ""},
// {"unity common is nil", unityCSMInvalidValue, csmv1.Unity, "node.yaml", ""},
{"file does not exist", csm, fakeDriver, "NonExist.yaml", "no such file or directory"},
{"pmax happy path", pmaxCSM, csmv1.PowerMax, "node.yaml", ""},
{"config file is invalid", csm, badDriver, "bad.yaml", "unmarshal"},
Expand Down

0 comments on commit 7f28ce9

Please sign in to comment.