-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See https://cockpit-project.org/blog/tmt-cross-project-testing.html Drop the install-only tests, as TF only runs the default "install check" test if there are no plans, but now we have one. That will cover the installation/upgrade as preparation step.
- Loading branch information
1 parent
b04c779
commit 68474f2
Showing
3 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1 |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# reverse dependency test for https://github.com/cockpit-project/cockpit | ||
# if this fails in a non-obvious way, please contact the cockpit team in your PR for investigation: | ||
# @martinpitt, @marusak, @jelly | ||
|
||
enabled: false | ||
adjust+: | ||
when: revdeps == yes | ||
enabled: true | ||
|
||
discover: | ||
how: fmf | ||
url: https://github.com/cockpit-project/cockpit | ||
ref: main | ||
execute: | ||
how: tmt | ||
|
||
/basic: | ||
summary: Run tests for basic packages | ||
discover+: | ||
test: /test/browser/basic | ||
|
||
/network: | ||
summary: Run tests for cockpit-networkmanager | ||
discover+: | ||
test: /test/browser/network | ||
|
||
/optional: | ||
summary: Run tests for optional packages | ||
discover+: | ||
test: /test/browser/optional |