-
Notifications
You must be signed in to change notification settings - Fork 159
wip test #1837
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
Johan-Liebert1
wants to merge
1
commit into
bootc-dev:main
Choose a base branch
from
Johan-Liebert1:test-test
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.
+32
−176
Draft
wip test #1837
Changes from all commits
Commits
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
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,13 @@ | ||
| # number: 450 | ||
| # tmt: | ||
| # summary: Some random test | ||
| # duration: 5m | ||
| # | ||
| # Verify that something works | ||
|
|
||
| bootc status -v | ||
| bootc status --json | ||
|
|
||
| def main[] { | ||
| echo "The test has passed" | ||
| } |
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 |
|---|---|---|
| @@ -1,76 +1,7 @@ | ||
| # THIS IS GENERATED CODE - DO NOT EDIT | ||
| # Generated by: cargo xtask tmt | ||
|
|
||
| /test-01-readonly: | ||
| summary: Execute booted readonly/nondestructive tests | ||
| duration: 30m | ||
| test: nu booted/test-01-readonly.nu | ||
|
|
||
| /test-20-image-pushpull-upgrade: | ||
| summary: Execute local upgrade tests | ||
| duration: 30m | ||
| test: nu booted/test-image-pushpull-upgrade.nu | ||
|
|
||
| /test-21-logically-bound-switch: | ||
| summary: Execute logically bound images tests for switching images | ||
| duration: 30m | ||
| test: nu booted/test-logically-bound-switch.nu | ||
|
|
||
| /test-22-logically-bound-install: | ||
| summary: Execute logically bound images tests for installing image | ||
| duration: 30m | ||
| test: nu booted/test-logically-bound-install.nu | ||
|
|
||
| /test-23-install-outside-container: | ||
| summary: Execute tests for installing outside of a container | ||
| duration: 30m | ||
| test: nu booted/test-install-outside-container.nu | ||
|
|
||
| /test-23-usroverlay: | ||
| summary: Execute tests for bootc usrover | ||
| duration: 30m | ||
| test: nu booted/test-usroverlay.nu | ||
|
|
||
| /test-24-image-upgrade-reboot: | ||
| summary: Execute local upgrade tests | ||
| duration: 30m | ||
| test: nu booted/test-image-upgrade-reboot.nu | ||
|
|
||
| /test-25-soft-reboot: | ||
| summary: Execute soft reboot test | ||
| duration: 30m | ||
| test: nu booted/test-soft-reboot.nu | ||
|
|
||
| /test-26-download-only-upgrade: | ||
| summary: Execute download-only upgrade tests | ||
| duration: 40m | ||
| test: nu booted/test-download-only-upgrade.nu | ||
|
|
||
| /test-27-custom-selinux-policy: | ||
| summary: Execute custom selinux policy test | ||
| duration: 30m | ||
| adjust: | ||
| - when: running_env != image_mode | ||
| enabled: false | ||
| because: these tests require features only available in image mode | ||
| test: nu booted/test-custom-selinux-policy.nu | ||
|
|
||
| /test-28-factory-reset: | ||
| summary: Execute factory reset tests | ||
| duration: 30m | ||
| test: nu booted/test-factory-reset.nu | ||
|
|
||
| /test-29-soft-reboot-selinux-policy: | ||
| summary: Test soft reboot with SELinux policy changes | ||
| duration: 30m | ||
| test: nu booted/test-soft-reboot-selinux-policy.nu | ||
|
|
||
| /test-30-install-unified-flag: | ||
| summary: Test bootc install with experimental unified storage flag | ||
| duration: 30m | ||
| test: nu booted/test-install-unified-flag.nu | ||
|
|
||
| /test-31-switch-to-unified: | ||
| summary: Onboard to unified storage, build derived image, and switch to it | ||
| duration: 30m | ||
| test: nu booted/test-switch-to-unified.nu | ||
| /test-450-testing-ex: | ||
| summary: Some random test | ||
| duration: 5m | ||
| test: nu booted/test-testing-ex.nu |
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.