-
Notifications
You must be signed in to change notification settings - Fork 70
[Storage] Windows tests should all use vTPM - module CDI Clone #4571
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
Open
acinko-rh
wants to merge
32
commits into
RedHatQE:main
Choose a base branch
from
acinko-rh:add_vtpm_to_cdi_clone
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
3cef639
add `create_windows_vm_with_vtpm_validate_guest_agent_info` function
acinko-rh 7a5f86a
fix the polarion mark
acinko-rh 46a43ce
add source dv Windows from registry
acinko-rh 5b05587
fix `wait_for_windows_vm` version string
acinko-rh c711566
remove `verify_vtpm_in_windows_vm` from storage utils
acinko-rh 3f2d778
cleanup constants and imports
acinko-rh 7d7914a
fix fixture names
acinko-rh 1b94a4b
fix fixture name in `cloned_windows_dv_from_registry_scope_function`
acinko-rh c743ba3
remove `WINDOWS_CLONE_TIMEOUT` as per reviewer's suggestion
acinko-rh 5c56e47
fix DV cloning
acinko-rh 37da3f6
add artifactory secret and config_map cleanup
acinko-rh 5358edd
clean up artifactory
acinko-rh 20fc6ee
use the helper functions from `tests/utils.py` merged earlier
acinko-rh 37beb5b
change timeout to 40 minutes
acinko-rh 706fd71
replace generic timeout with windows clone specific one
acinko-rh c39a16f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b6e402f
remove duplicate constant
acinko-rh 79553be
use `create_dv` to handle WFFC better
acinko-rh 8f95979
Merge branch 'main' into add_vtpm_to_cdi_clone
acinko-rh b939af4
Merge branch 'main' into add_vtpm_to_cdi_clone
acinko-rh daa51e0
Merge branch 'main' into add_vtpm_to_cdi_clone
acinko-rh ec1cb79
Merge branch 'main' into add_vtpm_to_cdi_clone
acinko-rh be98715
Merge branch 'main' into add_vtpm_to_cdi_clone
acinko-rh 9115620
use CDV directly instead of a template
acinko-rh 0c87b1c
Merge branch 'main' into add_vtpm_to_cdi_clone
acinko-rh 20886d9
Merge branch 'main' into add_vtpm_to_cdi_clone
acinko-rh 16679bd
Merge branch 'main' into add_vtpm_to_cdi_clone
acinko-rh b7faa5c
Merge branch 'main' into add_vtpm_to_cdi_clone
acinko-rh 22e2e26
Merge branch 'main' into add_vtpm_to_cdi_clone
acinko-rh 9885737
Merge branch 'main' into add_vtpm_to_cdi_clone
acinko-rh a8b6a72
apply reviewer's suggestions
acinko-rh faab71e
consume when wffc is present
acinko-rh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| """ | ||
| Constants for CDI clone tests. | ||
| """ | ||
|
|
||
| from utilities.constants import TIMEOUT_40MIN | ||
|
|
||
| WINDOWS_CLONE_TIMEOUT = TIMEOUT_40MIN |
This file contains hidden or 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
This file contains hidden or 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
|
acinko-rh marked this conversation as resolved.
|
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.