File: disable-flaky-py-tests

package info (click to toggle)
iptables 1.8.11-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,792 kB
  • sloc: ansic: 53,482; sh: 7,810; xml: 772; python: 755; makefile: 271
file content (36 lines) | stat: -rw-r--r-- 1,082 bytes parent folder | download
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