All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] test_controllers: remove outdated blockio test
@ 2025-05-27  5:28 Li Wang via ltp
  2025-05-28  9:29 ` Cyril Hrubis
  0 siblings, 1 reply; 3+ messages in thread
From: Li Wang via ltp @ 2025-05-27  5:28 UTC (permalink / raw)
  To: ltp

The run_io_throttle_test.sh is not exist any more, so let's drop it from
test_controllers file.

Follow-up: commit 7ca7749b54 ("test_controllers: Remove cpuacct")
Signed-off-by: Li Wang <liwang@redhat.com>
Reviewed-by: Petr Vorel <pvorel@suse.cz>
---
 testcases/kernel/controllers/test_controllers.sh | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/testcases/kernel/controllers/test_controllers.sh b/testcases/kernel/controllers/test_controllers.sh
index 7df3b468c..774feef3f 100755
--- a/testcases/kernel/controllers/test_controllers.sh
+++ b/testcases/kernel/controllers/test_controllers.sh
@@ -48,8 +48,6 @@ then
 	CPU_CONTROLLER_VALUE=`grep -w cpu /proc/cgroups | cut -f4`;
 	MEM_CONTROLLER=`grep -w memory /proc/cgroups | cut -f1`;
 	MEM_CONTROLLER_VALUE=`grep -w memory /proc/cgroups | cut -f4`;
-	IOTHROTTLE_CONTROLLER=`grep -w blockio /proc/cgroups | cut -f1`;
-	IOTHROTTLE_CONTROLLER_VALUE=`grep -w blockio /proc/cgroups | cut -f4`;
 	FREEZER=`grep -w freezer /proc/cgroups | cut -f1`;
 	FREEZER_VALUE=`grep -w freezer /proc/cgroups | cut -f4`;
 
@@ -85,15 +83,6 @@ then
 		echo "Skipping all memory controller testcases....";
 	fi
 
-	if [ "$IOTHROTTLE_CONTROLLER" = "blockio" ] && [ "$IOTHROTTLE_CONTROLLER_VALUE" = "1" ]
-	then
-		$LTPROOT/testcases/bin/run_io_throttle_test.sh;
-	else
-		echo "CONTROLLERS TESTCASES: WARNING";
-		echo "Either Kernel does not support for io controller or functionality is not enabled";
-		echo "Skipping all block device I/O throttling testcases....";
-	fi
-
 	if [ "$FREEZER" = "freezer" ] && [ "$FREEZER_VALUE" = "1" ]
 	then
 		"$LTPROOT/testcases/bin/run_freezer.sh"
-- 
2.49.0


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

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

* Re: [LTP] [PATCH] test_controllers: remove outdated blockio test
  2025-05-27  5:28 [LTP] [PATCH] test_controllers: remove outdated blockio test Li Wang via ltp
@ 2025-05-28  9:29 ` Cyril Hrubis
  2025-05-28 11:57   ` Li Wang via ltp
  0 siblings, 1 reply; 3+ messages in thread
From: Cyril Hrubis @ 2025-05-28  9:29 UTC (permalink / raw)
  To: Li Wang; +Cc: ltp

Hi!
Reviewed-by: Cyril Hrubis <chrubis@suse.cz>

-- 
Cyril Hrubis
chrubis@suse.cz

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

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

* Re: [LTP] [PATCH] test_controllers: remove outdated blockio test
  2025-05-28  9:29 ` Cyril Hrubis
@ 2025-05-28 11:57   ` Li Wang via ltp
  0 siblings, 0 replies; 3+ messages in thread
From: Li Wang via ltp @ 2025-05-28 11:57 UTC (permalink / raw)
  To: Cyril Hrubis; +Cc: ltp

Merged, thanks!

On Wed, May 28, 2025 at 5:29 PM Cyril Hrubis <chrubis@suse.cz> wrote:
>
> Hi!
> Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
>
> --
> Cyril Hrubis
> chrubis@suse.cz
>


-- 
Regards,
Li Wang


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

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

end of thread, other threads:[~2025-05-28 11:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-27  5:28 [LTP] [PATCH] test_controllers: remove outdated blockio test Li Wang via ltp
2025-05-28  9:29 ` Cyril Hrubis
2025-05-28 11:57   ` Li Wang via ltp

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.