-
Notifications
You must be signed in to change notification settings - Fork 16
azl4: enable e2e and rollback pipeline testing #701
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
Draft
bfjelds
wants to merge
19
commits into
user/bfjelds/azl4-3-pipelines
Choose a base branch
from
user/bfjelds/azl4-4-e2e
base: user/bfjelds/azl4-3-pipelines
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.
Draft
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
0601b44
azl4: e2e test configurations
bfjelds 205c4d4
enable e2e tests
bfjelds 6bb5964
turn off secure boot for now; separate distro tests
bfjelds ded2b08
try
bfjelds da44cb7
try
bfjelds ece7850
try
bfjelds a918235
try
bfjelds b95de9b
try
bfjelds d90efab
use netplan again
bfjelds 65b7396
enable new netplan service; enable rollback netplan testing
bfjelds bd9b8d3
test(azl4): generate sshd host keys on /var/srv for host-test image
bfjelds 2e22849
base for azl4, remove rollback-azl4
bfjelds 097525c
try
bfjelds 47a98ce
storm/sftp: auto-detect sftp-server path for AZL4
bfjelds f4efac5
optional dummy interface removed commit delays
bfjelds 1d12920
azl4: address PR review feedback on testimage scripts
bfjelds 31755f5
azl4: register azl4 pytest marker
bfjelds 09699d8
storm/sftp: invoke sftp-server shell via absolute path
bfjelds 3175772
azl4: harden user test skip guard and sftp sudo scope
bfjelds 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
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
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
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
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 @@ | ||
| import pytest | ||
|
|
||
| pytestmark = [pytest.mark.azl4] | ||
|
bfjelds marked this conversation as resolved.
|
||
|
|
||
|
|
||
| def test_azl4() -> None: | ||
| print("AZL4") | ||
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
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,38 @@ | ||
| # bareMetal: | ||
| # host: | ||
| # daily: | ||
| # - base-azl4 | ||
| # validation: | ||
| # - base-azl4 | ||
| # weekly: | ||
| # - base-azl4 | ||
| # container: | ||
| # daily: | ||
| # - base-azl4 | ||
| # validation: | ||
| # - base-azl4 | ||
| # weekly: | ||
| # - base-azl4 | ||
| virtualMachine: | ||
| host: | ||
| daily: | ||
| - base-azl4 | ||
| post_merge: | ||
| - base-azl4 | ||
| pullrequest: | ||
| - base-azl4 | ||
| validation: | ||
| - base-azl4 | ||
| weekly: | ||
| - base-azl4 | ||
| # container: | ||
| # daily: | ||
| # - base-azl4 | ||
| # post_merge: | ||
| # - base-azl4 | ||
| # pullrequest: | ||
| # - base-azl4 | ||
| # validation: | ||
| # - base-azl4 | ||
| # weekly: | ||
| # - base-azl4 |
5 changes: 5 additions & 0 deletions
5
tests/e2e_tests/trident_configurations/base-azl4/test-selection.yaml
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,5 @@ | ||
| compatible: | ||
| # identify configuration as azl4 | ||
| - azl4 | ||
| # Use the shared pytest assertions where appropriate. | ||
| - base |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add to more than pr-e2e