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

refactored with new design for resource images, stacks, nics, pips #132

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

omkarkhatavkar
Copy link
Contributor

PR Description

Moved Cleanup Implementation: Instead of implementing each cleanup method directly in the cleanup() function, I've abstracted the cleanup logic into separate classes. Each cleanup type (e.g., Pips, NICs, Images) now has its own class with a cleanup() method. This follows the principle of separation of concerns and improves code organization.

Copy link
Collaborator

@jyejare jyejare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks Great, Do you also plan to cover VMWare in this PR?

@omkarkhatavkar
Copy link
Contributor Author

Looks Great, Do you also plan to cover VMWare in this PR?

Not in this PR

@jyejare jyejare merged commit be3409b into RedHatQE:develop Jun 20, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants