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

Remove dead code #56

Merged
merged 3 commits into from
Jul 8, 2024
Merged

Remove dead code #56

merged 3 commits into from
Jul 8, 2024

Conversation

germag
Copy link
Collaborator

@germag germag commented Jul 4, 2024

Removes unused code:

  • load config while loading the domain
  • unused waitgroup

Closes #53

Both the ssh port and identity are provided on each run,
so it is unnecessary of doing it while loading the domain.

Signed-off-by: German Maglione <[email protected]>
The 'WaitForSSHToBeReady()' call will make it to wait until
the VM is ready, to stop printing the console.

Signed-off-by: German Maglione <[email protected]>
@germag
Copy link
Collaborator Author

germag commented Jul 4, 2024

@ckyrouac PTAL

@germag germag mentioned this pull request Jul 5, 2024
@ckyrouac
Copy link
Collaborator

ckyrouac commented Jul 8, 2024

looks like this commit broke the e2e_tests, will dig into it in a bit.

Signed-off-by: German Maglione <[email protected]>
@ckyrouac ckyrouac self-requested a review July 8, 2024 15:49
@rhatdan
Copy link
Member

rhatdan commented Jul 8, 2024

LGTM

@rhatdan rhatdan merged commit 6f883d9 into containers:main Jul 8, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unused WaitGroup
3 participants