Re: [LTP] [PATCH] cpuhotplug05.sh: fix invalid usage of sar

2015-05-18 Thread Chase Qi
Hi Cyril, Thank you very much for the review. Sorry for the confusion. I will update the commit message and send patch v2 soon. On 12 May 2015 at 16:45, Cyril Hrubis wrote: > Hi! > > Increase the sleep time after online_cpu to > > adapt embedded hardware. > > > > Signed-off-by: Chase Qi > > --

Re: [LTP] [PATCH] cpuhotplug05.sh: fix invalid usage of sar

2015-05-12 Thread Cyril Hrubis
Hi! > Increase the sleep time after online_cpu to > adapt embedded hardware. > > Signed-off-by: Chase Qi > --- > .../kernel/hotplug/cpu_hotplug/functional/cpuhotplug05.sh | 13 > +++-- > 1 file changed, 7 insertions(+), 6 deletions(-) > > diff --git a/testcases/kernel/hotplug/cpu_hot

[LTP] [PATCH] cpuhotplug05.sh: fix invalid usage of sar

2015-04-08 Thread Chase Qi
Use 24-hour time to unify time format. Fix invalid usage of sar. Increase the sleep time after online_cpu to adapt embedded hardware. Signed-off-by: Chase Qi --- .../kernel/hotplug/cpu_hotplug/functional/cpuhotplug05.sh | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) dif