[BUG]: CSM-Operator: Update the missing steps in the e2e tests #1655
Labels
area/csm-operator
needs-triage
Issue requires triage.
type/bug
Something isn't working. This is the default label associated with a bug issue.
Bug Description
The below set of e2e have missing validations (steps) to check whether the driver/module pods/deployments removed successfully or not:
Here is an example where the test is validating the driver removal: csm-operator/tests/e2e/testfiles/minimal-testfiles/scenarios.yaml at main · dell/csm-operator
The above step has to be added across all the e2e scenarios (Both normal manifests and minimal manifests)
Example: Here: csm-operator/tests/e2e/testfiles/scenarios.yaml at main · dell/csm-operator the driver is uninstalled but it is not being validated whether the pods and deployment is removed or not. we should add the above mentioned validation step right after the delete step.
Similar things are present across all the tests, which should be corrected.
Logs
Example: Here: csm-operator/tests/e2e/testfiles/scenarios.yaml at main · dell/csm-operator the driver is uninstalled but it is not being validated whether the pods and deployment is removed or not. we should add the above mentioned validation step right after the delete step.
Screenshots
No response
Additional Environment Information
No response
Steps to Reproduce
Run any E2E scenario
Expected Behavior
The scenarios should have step to validate if the csm got deleted or not after the deletion step
CSM Driver(s)
All drivers
Installation Type
No response
Container Storage Modules Enabled
No response
Container Orchestrator
NA
Operating System
NA
The text was updated successfully, but these errors were encountered: