public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [Patch] controllers/cpuset_regression_test.sh - Issue #1033
@ 2023-04-21 11:28 Sowmya Indranna via ltp
  2023-04-21 12:15 ` Cyril Hrubis
  0 siblings, 1 reply; 6+ messages in thread
From: Sowmya Indranna via ltp @ 2023-04-21 11:28 UTC (permalink / raw)
  To: ltp@lists.linux.it; +Cc: Mahesh Kumar G, Chethan Jain

Hi,

Sharing the patch for issue#1033 - cpuset_regression_test.sh

commit 7ffd942edf5acb7255a10c8ef9622dacbf9674d3 (HEAD -> master, origin/master, origin/HEAD)
Author: Sowmya-Indranna 131340936+Sowmya-Indranna@users.noreply.github.com<mailto:131340936+Sowmya-Indranna@users.noreply.github.com>
Date:   Fri Apr 21 16:18:04 2023 +0530

    #1033 - cpuset_regression_test.sh - function name updated

    #1033 - cpuset_regression_test.sh - function name updated. change test to do_test

diff --git a/testcases/kernel/controllers/cpuset/cpuset_regression_test.sh b/testcases/kernel/controllers/cpuset/cpuset_regression_test.sh
index 8e87d20e4..1ae8933bc 100755
--- a/testcases/kernel/controllers/cpuset/cpuset_regression_test.sh
+++ b/testcases/kernel/controllers/cpuset/cpuset_regression_test.sh
@@ -12,7 +12,7 @@

TST_SETUP=setup
TST_CLEANUP=cleanup
-TST_TESTFUNC=test
+TST_TESTFUNC=do_test
TST_NEEDS_ROOT=1
TST_NEEDS_TMPDIR=1
TST_MIN_KVER="3.18"
@@ -178,7 +178,7 @@ cleanup()
        cgroup_cleanup
}

-test()
+do_test()
{
        local cpu_exclusive_tmp cpus_value


regards
Sowmya

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

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

* Re: [LTP] [Patch] controllers/cpuset_regression_test.sh - Issue #1033
  2023-04-21 11:28 [LTP] [Patch] " Sowmya Indranna via ltp
@ 2023-04-21 12:15 ` Cyril Hrubis
  2023-04-21 12:54   ` Sowmya Indranna via ltp
  0 siblings, 1 reply; 6+ messages in thread
From: Cyril Hrubis @ 2023-04-21 12:15 UTC (permalink / raw)
  To: Sowmya Indranna; +Cc: Mahesh Kumar G, ltp@lists.linux.it, Chethan Jain

Hi!
> Sharing the patch for issue#1033 - cpuset_regression_test.sh

The patch has been corrupted by your email client (does not apply) and
is missing a Signed-off-by line.

See: https://www.kernel.org/doc/html/v4.10/process/email-clients.html
     https://www.kernel.org/doc/html/v4.17/process/submitting-patches.html

-- 
Cyril Hrubis
chrubis@suse.cz

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

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

* [LTP] [Patch] controllers/cpuset_regression_test.sh - Issue #1033
  2023-04-21 12:15 ` Cyril Hrubis
@ 2023-04-21 12:54   ` Sowmya Indranna via ltp
  2023-04-21 13:03     ` Cyril Hrubis
  0 siblings, 1 reply; 6+ messages in thread
From: Sowmya Indranna via ltp @ 2023-04-21 12:54 UTC (permalink / raw)
  To: ltp@lists.linux.it; +Cc: Mahesh Kumar G, Chethan Jain

Hi,

Sharing the patch for issue#1033 - cpuset_regression_test.sh

commit 253ed67c6977c84bb46fb6e06bfac14f7f3392f9 (HEAD -> master)
Author: Sowmya-Indranna <131340936+Sowmya-Indranna@users.noreply.github.com>
Date:   Fri Apr 21 16:18:04 2023 +0530

    cpuset_regression_test.sh: Renamed the test function

    Signed-off-by: SOWMYA INDRANNA <sowmya.indranna@ibm.com>

diff --git a/testcases/kernel/controllers/cpuset/cpuset_regression_test.sh b/testcases/kernel/controllers/cpuset/cpuset_regression_test.sh
index 8e87d20e4..1ae8933bc 100755
--- a/testcases/kernel/controllers/cpuset/cpuset_regression_test.sh
+++ b/testcases/kernel/controllers/cpuset/cpuset_regression_test.sh
@@ -12,7 +12,7 @@

 TST_SETUP=setup
 TST_CLEANUP=cleanup
-TST_TESTFUNC=test
+TST_TESTFUNC=do_test
 TST_NEEDS_ROOT=1
 TST_NEEDS_TMPDIR=1
 TST_MIN_KVER="3.18"
@@ -178,7 +178,7 @@ cleanup()
        cgroup_cleanup
 }

-test()
+do_test()
 {
        local cpu_exclusive_tmp cpus_value



regards
Sowmya

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

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

* Re: [LTP] [Patch] controllers/cpuset_regression_test.sh - Issue #1033
  2023-04-21 12:54   ` Sowmya Indranna via ltp
@ 2023-04-21 13:03     ` Cyril Hrubis
  0 siblings, 0 replies; 6+ messages in thread
From: Cyril Hrubis @ 2023-04-21 13:03 UTC (permalink / raw)
  To: Sowmya Indranna; +Cc: Mahesh Kumar G, ltp@lists.linux.it, Chethan Jain

Hi!
This has the same issues as the previous patch you have send.

-- 
Cyril Hrubis
chrubis@suse.cz

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

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

* [LTP] [PATCH] controllers/cpuset_regression_test.sh - Issue #1033
@ 2023-04-21 13:39 Sowmya Indranna via ltp
  2023-04-21 13:51 ` Cyril Hrubis
  0 siblings, 1 reply; 6+ messages in thread
From: Sowmya Indranna via ltp @ 2023-04-21 13:39 UTC (permalink / raw)
  To: ltp@lists.linux.it

Hi,



Sharing the patch for issue#1033 - cpuset_regression_test.sh


commit 6c681b9480a8aa47b053a8aa5d5b2a6592e79b47 (HEAD -> master)
Author: SOWMYA INDRANNA sowmya.indranna@ibm.com<mailto:sowmya.indranna@ibm.com>
Date:   Fri Apr 21 13:31:52 2023 +0000

    cpuset_regression_test.sh: Renamed the test function

    Signed-off-by: SOWMYA INDRANNA sowmya.indranna@ibm.com<mailto:sowmya.indranna@ibm.com>

diff --git a/testcases/kernel/controllers/cpuset/cpuset_regression_test.sh b/testcases/kernel/controllers/cpuset/cpuset_regression_test.sh
index 8e87d20e4..1ae8933bc 100755
--- a/testcases/kernel/controllers/cpuset/cpuset_regression_test.sh
+++ b/testcases/kernel/controllers/cpuset/cpuset_regression_test.sh
@@ -12,7 +12,7 @@

TST_SETUP=setup
TST_CLEANUP=cleanup
-TST_TESTFUNC=test
+TST_TESTFUNC=do_test
TST_NEEDS_ROOT=1
TST_NEEDS_TMPDIR=1
TST_MIN_KVER="3.18"
@@ -178,7 +178,7 @@ cleanup()
        cgroup_cleanup
}

-test()
+do_test()
{
        local cpu_exclusive_tmp cpus_value



regards
Sowmya

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

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

* Re: [LTP] [PATCH] controllers/cpuset_regression_test.sh - Issue #1033
  2023-04-21 13:39 [LTP] [PATCH] controllers/cpuset_regression_test.sh - Issue #1033 Sowmya Indranna via ltp
@ 2023-04-21 13:51 ` Cyril Hrubis
  0 siblings, 0 replies; 6+ messages in thread
From: Cyril Hrubis @ 2023-04-21 13:51 UTC (permalink / raw)
  To: Sowmya Indranna; +Cc: ltp@lists.linux.it

Hi!
> commit 6c681b9480a8aa47b053a8aa5d5b2a6592e79b47 (HEAD -> master)
> Author: SOWMYA INDRANNA sowmya.indranna@ibm.com<mailto:sowmya.indranna@ibm.com>
> Date:   Fri Apr 21 13:31:52 2023 +0000
> 
>     cpuset_regression_test.sh: Renamed the test function
> 
>     Signed-off-by: SOWMYA INDRANNA sowmya.indranna@ibm.com<mailto:sowmya.indranna@ibm.com>

The patch is still corrupted by your email client. Some of the
whitespace was erased before it was send.

-- 
Cyril Hrubis
chrubis@suse.cz

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

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

end of thread, other threads:[~2023-04-21 13:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-21 13:39 [LTP] [PATCH] controllers/cpuset_regression_test.sh - Issue #1033 Sowmya Indranna via ltp
2023-04-21 13:51 ` Cyril Hrubis
  -- strict thread matches above, loose matches on Subject: below --
2023-04-21 11:28 [LTP] [Patch] " Sowmya Indranna via ltp
2023-04-21 12:15 ` Cyril Hrubis
2023-04-21 12:54   ` Sowmya Indranna via ltp
2023-04-21 13:03     ` Cyril Hrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox