All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] Move runtest/irq into runtest/kernel_misc
@ 2026-04-29 10:56 Petr Vorel
  2026-04-29 10:58 ` Andrea Cervesato via ltp
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Petr Vorel @ 2026-04-29 10:56 UTC (permalink / raw)
  To: ltp; +Cc: Tim Bird, automated-testing

runtest/irq contains single test irqbalance01. Although it's not good to
remove existing runtest it's not worth to start SUT for only single
test in a runtest (at least in SUSE we boot SUT, run single runtest
and shutdown SUT).

Also test fails when run immediately after boot (journalctl):

    08:49:41 susetest systemd[1]: Started irqbalance daemon.
    08:49:41 susetest irqbalance[782]: thermal: failed to receive messages.
    08:49:41 susetest irqbalance[782]: Failed to initialize thermal events.
    09:18:12 susetest irqbalance[782]: Cannot change IRQ 47 affinity: Permission denied
    09:18:12 susetest irqbalance[782]: IRQ 47 affinity is now unmanaged

Therefore move irqbalance01 into runtest/kernel_misc. If we happen to
get more irq tests we can restore runtest/irq again and keep
irqbalance01 at the end.

Reported-by: Petr Cervinka <pcervinka@suse.com>
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 runtest/irq         | 1 -
 runtest/kernel_misc | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)
 delete mode 100644 runtest/irq

diff --git a/runtest/irq b/runtest/irq
deleted file mode 100644
index 56d0d23c87..0000000000
--- a/runtest/irq
+++ /dev/null
@@ -1 +0,0 @@
-irqbalance01 irqbalance01
diff --git a/runtest/kernel_misc b/runtest/kernel_misc
index 78f00d305f..e50a1a725f 100644
--- a/runtest/kernel_misc
+++ b/runtest/kernel_misc
@@ -16,3 +16,4 @@ zram02 zram02.sh
 zram03 zram03
 umip_basic_test umip_basic_test
 aslr01 aslr01
+irqbalance01 irqbalance01
-- 
2.54.0


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-06-30 10:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-29 10:56 [LTP] [PATCH 1/1] Move runtest/irq into runtest/kernel_misc Petr Vorel
2026-04-29 10:58 ` Andrea Cervesato via ltp
2026-04-29 12:21 ` [LTP] " linuxtestproject.agent
2026-06-02 10:01 ` [LTP] [PATCH 1/1] " Cyril Hrubis
2026-06-30  8:00 ` Andrea Cervesato via ltp
2026-06-30  9:03   ` Jan Stancek via ltp
2026-06-30 10:33     ` Petr Vorel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.