All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cyril Hrubis <chrubis@suse.cz>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 2/2] Fix the way to check if the kernel has blkio cgroup enabled
Date: Tue, 12 Dec 2017 13:13:16 +0100	[thread overview]
Message-ID: <20171212121316.GD12279@rei.lan> (raw)
In-Reply-To: <1511943461-3746-3-git-send-email-wanglong19@meituan.com>

Hi!
(the same)
> This patch simple rename blockio to blkio.
> 
> Signed-off-by: Wang Long <wanglong19@meituan.com>
> ---
>  testcases/kernel/controllers/test_controllers.sh | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/testcases/kernel/controllers/test_controllers.sh b/testcases/kernel/controllers/test_controllers.sh
> index 7aa974f..a5629a1 100755
> --- a/testcases/kernel/controllers/test_controllers.sh
> +++ b/testcases/kernel/controllers/test_controllers.sh
> @@ -43,8 +43,8 @@ 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`;
> +	BLKIO_CONTROLLER=`grep -w blkio /proc/cgroups | cut -f1`;
> +	BLKIO_CONTROLLER_VALUE=`grep -w blkio /proc/cgroups | cut -f4`;
>  	FREEZER=`grep -w freezer /proc/cgroups | cut -f1`;
>  	FREEZER_VALUE=`grep -w freezer /proc/cgroups | cut -f4`;
>  	CPUACCOUNT_CONTROLLER=`grep -w cpuacct /proc/cgroups | cut -f1`
> @@ -82,7 +82,7 @@ then
>  		echo "Skipping all memory controller testcases....";
>  	fi
>  
> -	if [ "$IOTHROTTLE_CONTROLLER" = "blockio" ] && [ "$IOTHROTTLE_CONTROLLER_VALUE" = "1" ]
> +	if [ "$BLKIO_CONTROLLER" = "blkio" ] && [ "$BLKIO_CONTROLLER_VALUE" = "1" ]
>  	then
>  		$LTPROOT/testcases/bin/run_io_throttle_test.sh;
>  	else
> -- 
> 1.8.3.1
> 
> 
> -- 
> Mailing list info: https://lists.linux.it/listinfo/ltp

-- 
Cyril Hrubis
chrubis@suse.cz

  reply	other threads:[~2017-12-12 12:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-29  8:17 [LTP] [PATCH 0/2] Adjust io-throttle testcases Wang Long
2017-11-29  8:17 ` [LTP] [PATCH 1/2] adjust " Wang Long
2017-12-12 12:12   ` Cyril Hrubis
2017-11-29  8:17 ` [LTP] [PATCH 2/2] Fix the way to check if the kernel has blkio cgroup enabled Wang Long
2017-12-12 12:13   ` Cyril Hrubis [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-12-11 17:23 [LTP] [PATCH 0/2] Adjust io-throttle testcases Wang Long
2017-12-11 17:23 ` [LTP] [PATCH 2/2] Fix the way to check if the kernel has blkio cgroup enabled Wang Long

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171212121316.GD12279@rei.lan \
    --to=chrubis@suse.cz \
    --cc=ltp@lists.linux.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.