Skip to content

Commit

Permalink
test: Switch check-client from "only" to a "skip" list
Browse files Browse the repository at this point in the history
This is more robust and explicit. This also enables the test on arch,
which runs the Python bridge now.
  • Loading branch information
martinpitt committed Jun 28, 2023
1 parent 0ffd695 commit c705ed5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/verify/check-client
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ import testlib


# Run this on more OSes as we roll out the pybridge
@testlib.onlyImage("needs pybridge", "debian-testing", "ubuntu-stable")
@testlib.skipImage("needs pybridge", "debian-stable", "ubuntu-2204", "fedora-37", "fedora-38",
"rhel-8*", "centos-8*", "rhel-9*", "centos-9*")
# enable this once our cockpit/ws container can beiboot
@testlib.skipOstree("client setup does not work with ws container")
class TestClient(testlib.MachineCase):

provision = {
Expand Down

0 comments on commit c705ed5

Please sign in to comment.