Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: CSM-Operator: Update the missing steps in the e2e tests #1655

Open
mgandharva opened this issue Dec 27, 2024 · 1 comment
Open

[BUG]: CSM-Operator: Update the missing steps in the e2e tests #1655

mgandharva opened this issue Dec 27, 2024 · 1 comment
Assignees
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.

Comments

@mgandharva
Copy link
Contributor

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

@mgandharva mgandharva added needs-triage Issue requires triage. type/bug Something isn't working. This is the default label associated with a bug issue. labels Dec 27, 2024
@mgandharva
Copy link
Contributor Author

link: 31281

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant