[BUG]: Powermax Intergration test failing #1519
Labels
area/csi-powermax
Issue pertains to the CSI Driver for Dell EMC PowerMax
type/bug
Something isn't working. This is the default label associated with a bug issue.
Milestone
Bug Description
Powermax Intergration tests are failing.
Screenshots
No response
Additional Environment Information
No response
Steps to Reproduce
Running integration test now require csi-reverseproxy to be deployed before we run int tests.
Please follow below steps to run Integration test with csi-reverseproxy:
Edit config.yaml at csi-powermax/csireverseproxy/deploy with required value
Run bash scripts/deploy.sh to install reverseproxy with entered value.
Once deploy.sh is completed, run kubectl get pod -n powermax to see the pod in running state.
Run kubectl get service -n powermax to note down NAME, CLUSTER-IP and PORT of reverseproxy service.
Update the following variables in env.sh:
a. X_CSI_POWERMAX_PROXY_SERVICE_NAME="powermax-revproxy" <SERVICE_NAME>
b. POWERMAX_REVPROXY_SERVICE_HOST="[query service to obtain IP]"
c. POWERMAX_REVPROXY_SERVICE_PORT="2222"
Run bash run.sh to run the integration tests
Expected Behavior
All Tests should be passing successfully.
CSM Driver(s)
powermax
Installation Type
No response
Container Storage Modules Enabled
No response
Container Orchestrator
Kubernetes
Operating System
Ubuntu 22.04.5 LTS
The text was updated successfully, but these errors were encountered: