summaryrefslogtreecommitdiffstats
path: root/tests/ts/schedutils
diff options
context:
space:
mode:
authorKarel Zak2016-07-11 12:36:51 +0200
committerKarel Zak2016-07-11 12:36:51 +0200
commit2cad2b32ff8e807e282cd7a5a8351b79a1b288c8 (patch)
tree65649959bac673b6bc5060d505e3e407e18ecbc3 /tests/ts/schedutils
parenttests: make chrt test more debug-able (diff)
downloadkernel-qcow2-util-linux-2cad2b32ff8e807e282cd7a5a8351b79a1b288c8.tar.gz
kernel-qcow2-util-linux-2cad2b32ff8e807e282cd7a5a8351b79a1b288c8.tar.xz
kernel-qcow2-util-linux-2cad2b32ff8e807e282cd7a5a8351b79a1b288c8.zip
tests: mark chrt as TS_KNOWN_FAIL
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts/schedutils')
-rwxr-xr-xtests/ts/schedutils/chrt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ts/schedutils/chrt b/tests/ts/schedutils/chrt
index 8b2cbfc28..9d13d53db 100755
--- a/tests/ts/schedutils/chrt
+++ b/tests/ts/schedutils/chrt
@@ -22,6 +22,9 @@ ts_init "$*"
ts_check_test_command "$TS_CMD_CHRT"
ts_skip_nonroot
+# TODO: drone.io does not like FIFO and RR (container restriction?)
+TS_KNOWN_FAIL="yes"
+
function do_chrt {
$TS_CMD_CHRT $* $TS_CMD_CHRT --pid 0 | sed 's/.* policy: //; s/.* priority: //' &>> $TS_OUTPUT
}