@@ -264,6 +264,7 @@ echo -e "Loaded patch modules:\nkpatch_3_10_0_1062_1_1 [enabled]\n\nInstalled pa
264
264
# Patches should be installed
265
265
m .execute ("rpm -q kpatch-patch-" + sanitized_kernel_ver )
266
266
267
+ @testlib .skipImage ("TODO: support opensuse-tumbleweed" , "*tumbleweed*" )
267
268
@testlib .nondestructive
268
269
def testBasic (self ):
269
270
# no security updates, no changelogs
@@ -418,6 +419,7 @@ echo -e "Loaded patch modules:\nkpatch_3_10_0_1062_1_1 [enabled]\n\nInstalled pa
418
419
b .wait_text (self .update_text , "System is up to date" )
419
420
420
421
@testlib .skipImage ("TODO: Packagekit on Arch does not detect the pear update" , "arch" )
422
+ @testlib .skipImage ("TODO: support opensuse-tumbleweed" , "*tumbleweed*" )
421
423
@testlib .skipImage ("tracer not available" , * OSesWithoutTracer )
422
424
def testTracer (self ):
423
425
b = self .browser
@@ -597,6 +599,7 @@ ExecStart=/usr/local/bin/{self.packageName}
597
599
598
600
@testlib .skipImage ("Arch Linux does not start services by default" , "arch" )
599
601
@testlib .skipImage ("tracer not available" , * OSesWithoutTracer )
602
+ @testlib .skipImage ("TODO: support opensuse-tumbleweed" , "*tumbleweed*" )
600
603
@testlib .nondestructive
601
604
def testFailServiceRestart (self ):
602
605
b = self .browser
@@ -657,6 +660,7 @@ ExecStart=/usr/local/bin/{packageName}
657
660
b .wait_visible ("#restart-services-modal .pf-v5-c-alert" )
658
661
659
662
@testlib .skipImage ("No security changelog support in packagekit" , "arch" )
663
+ @testlib .skipImage ("TODO: support opensuse-tumbleweed" , "*tumbleweed*" )
660
664
def testInfoSecurity (self ):
661
665
b = self .browser
662
666
m = self .machine
@@ -825,6 +829,7 @@ ExecStart=/usr/local/bin/{packageName}
825
829
b .wait_visible ("table.updates-history tbody:not(.pf-m-expanded)" )
826
830
827
831
@testlib .skipImage ("No security changelog support in packagekit" , "arch" )
832
+ @testlib .skipImage ("TODO: support opensuse-tumbleweed" , "*tumbleweed*" )
828
833
@testlib .nondestructive
829
834
def testSecurityOnly (self ):
830
835
b = self .browser
@@ -865,6 +870,7 @@ ExecStart=/usr/local/bin/{packageName}
865
870
self .check_nth_update (2 , "secnocve" , "1-2" , "security" , desc_matches = ["Fix leak" ])
866
871
867
872
@testlib .skipImage ("No changelog support in Arch Linux" , "arch" )
873
+ @testlib .skipImage ("TODO: support opensuse-tumbleweed" , "*tumbleweed*" )
868
874
@testlib .nondestructive
869
875
def testInfoTruncation (self ):
870
876
b = self .browser
@@ -960,6 +966,7 @@ ExecStart=/usr/local/bin/{packageName}
960
966
b .wait_in_text (".curtains-ct h1" , "Disconnected" )
961
967
self .wait_reboot ()
962
968
969
+ @testlib .skipImage ("TODO: support opensuse-tumbleweed" , "*tumbleweed*" )
963
970
@testlib .nondestructive
964
971
def testUpdateError (self ):
965
972
b = self .browser
@@ -995,6 +1002,7 @@ ExecStart=/usr/local/bin/{packageName}
995
1002
# not expecting any buttons
996
1003
self .assertFalse (b .is_present ("#app button" ))
997
1004
1005
+ @testlib .skipImage ("TODO: support opensuse-tumbleweed" , "*tumbleweed*" )
998
1006
@testlib .nondestructive
999
1007
def testPackageKitCrash (self ):
1000
1008
b = self .browser
@@ -1101,6 +1109,7 @@ ExecStart=/usr/local/bin/{packageName}
1101
1109
@testlib .skipImage ("TODO: Arch Linux has no cockpit-ws package, it's in cockpit" , "arch" )
1102
1110
@testlib .skipWsContainer ("no cockpit-ws package with cockpit/ws container" )
1103
1111
class TestWsUpdate (NoSubManCase ):
1112
+ @testlib .skipImage ("TODO: support opensuse-tumbleweed" , "*tumbleweed*" )
1104
1113
def testBasic (self ):
1105
1114
# The main case for this is that cockpit-ws itself gets upgraded, which
1106
1115
# restarts the service and terminates the connection. As we can't
0 commit comments