-
Notifications
You must be signed in to change notification settings - Fork 13
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
e2e tests for managing vsphere virtual machines #23
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mikemorency
reviewed
Apr 22, 2024
mikemorency
reviewed
Apr 23, 2024
shellymiron
force-pushed
the
provision_vm_test
branch
from
April 25, 2024 07:44
34e5b25
to
5f1b1d4
Compare
mikemorency
approved these changes
Apr 25, 2024
Please add a changelog file - the name should start with the PR name |
@bardielle can you check if I added it correctly? |
bardielle
reviewed
Apr 30, 2024
shellymiron
force-pushed
the
provision_vm_test
branch
4 times, most recently
from
April 30, 2024 14:33
01d2918
to
5443d74
Compare
bardielle
approved these changes
May 1, 2024
@shellymiron please rebase on main |
shellymiron
force-pushed
the
provision_vm_test
branch
2 times, most recently
from
May 5, 2024 11:11
5587ea6
to
3529f9e
Compare
shellymiron
force-pushed
the
provision_vm_test
branch
from
May 5, 2024 11:15
3529f9e
to
368baaa
Compare
shellymiron
force-pushed
the
provision_vm_test
branch
from
May 6, 2024 06:24
67747e9
to
3e97417
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR present the e2e/molecule tests written by QEs (@smiron @epassaro) to manage e2e flows using the validated content roles. in the future those will run in a proper CI.
Molecule is an ansible-testing framework, that allows to write playbooks to validate/assert expected results of a role output.
The structure of the folder will be as follow: