-
Notifications
You must be signed in to change notification settings - Fork 118
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
Applying BMH Should Be Part of the Test Setup #1383
Comments
/triage accepted |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
@adilGhaffarDev I think we can close this or until we make it for all tests ? |
/close |
@Rozzii: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Currently, in the Metal³ dev-env, BMHs are applied in the
metal3
namespace and then inspected during the make process. However, when reusing CAPI tests such asmd_remediations.go
, which utilizes random namespace we are applying bmh in that namespace through the hookPostNamespaceCreated
, it becomes evident that applying BMHs in themetal3
namespace and then deleting them in e2e tests, only to recreate them in a different namespace, is not the most efficient approach.To streamline the testing process and ensure alignment with evolving testing methodologies, it's recommended to update dev-env so that BMHs are applied as part of the test setup, directly in the appropriate namespace, rather than being applied by default in the
metal3
namespace as part of the make process.Proposed Solution:
Reference: metal3-io/cluster-api-provider-metal3#1080
The text was updated successfully, but these errors were encountered: