1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Author: Jeremy Sowden <azazel@debian.org>
Last-Update: 2024-12-04
Description: Skip LED and SECMARK Python tests
Currently the SECMARK tests fail when run by Salsa and Debian CI, and the LED
tests when run by Salsa, so skip them in order not to have to declare the suite
flaky.
Forwarded: not-needed
--- a/extensions/libxt_LED.t
+++ /dev/null
@@ -1,4 +0,0 @@
-:INPUT,FORWARD,OUTPUT
--j LED;;FAIL
--j LED --led-trigger-id "foo";=;OK
--j LED --led-trigger-id "foo" --led-delay 42 --led-always-blink;=;OK
--- a/extensions/libxt_SECMARK.t
+++ /dev/null
@@ -1,4 +0,0 @@
-:INPUT,FORWARD,OUTPUT
-*security
--j SECMARK --selctx system_u:object_r:firewalld_exec_t:s0;=;OK
--j SECMARK;;FAIL
--- /dev/null
+++ b/extensions/libxt_LED.t.skipped
@@ -0,0 +1,4 @@
+:INPUT,FORWARD,OUTPUT
+-j LED;;FAIL
+-j LED --led-trigger-id "foo";=;OK
+-j LED --led-trigger-id "foo" --led-delay 42 --led-always-blink;=;OK
--- /dev/null
+++ b/extensions/libxt_SECMARK.t.skipped
@@ -0,0 +1,4 @@
+:INPUT,FORWARD,OUTPUT
+*security
+-j SECMARK --selctx system_u:object_r:firewalld_exec_t:s0;=;OK
+-j SECMARK;;FAIL
|