From: Cyril Hrubis <chrubis@suse.cz>
To: Sowmya Indranna <reachmesowmyati@gmail.com>
Cc: ltp@lists.linux.it, Sowmya Indranna <sowmya.indranna@ibm.com>
Subject: Re: [LTP] [PATCH] cputest_regression_test to skip if cgroup version2
Date: Fri, 12 May 2023 10:29:10 +0200 [thread overview]
Message-ID: <ZF341lpGJUKXBvKk@yuki> (raw)
In-Reply-To: <20230512080749.1232-1-sowmya.indranna@ibm.com>
Hi!
> diff --git a/testcases/kernel/controllers/cpuset/cpuset_regression_test.sh b/testcases/kernel/controllers/cpuset/cpuset_regression_test.sh
> index 1ae8933bc..9e89fe3ed 100755
> --- a/testcases/kernel/controllers/cpuset/cpuset_regression_test.sh
> +++ b/testcases/kernel/controllers/cpuset/cpuset_regression_test.sh
> @@ -130,6 +130,11 @@ setup()
>
> tst_res TINFO "test starts with cgroup version $cgroup_version"
>
> + if [ "$cgroup_version" = "2" ]; then
> + tst_brk TCONF "cgroup v2 found, skipping test"
> + return
> + fi
Since we are heading for a release I've fixed the whitespaces here,
adjusted the description and pushed, thanks.
Please mind that LTP uses tabs in shell scripts next time.
--
Cyril Hrubis
chrubis@suse.cz
--
Mailing list info: https://lists.linux.it/listinfo/ltp
prev parent reply other threads:[~2023-05-12 8:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-12 8:07 [LTP] [PATCH] cputest_regression_test to skip if cgroup version2 Sowmya Indranna
2023-05-12 8:29 ` Cyril Hrubis [this message]
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=ZF341lpGJUKXBvKk@yuki \
--to=chrubis@suse.cz \
--cc=ltp@lists.linux.it \
--cc=reachmesowmyati@gmail.com \
--cc=sowmya.indranna@ibm.com \
/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.