Re: [PATCH] pm-qa: run sanity check before running test cases

2012-07-02 Thread Daniel Lezcano
On 06/27/2012 06:55 PM, Rajagopal Venkat wrote: > From: root Please, check your git configuration. [user] name = Rajagopal Venkat email = rajagopal.ven...@linaro.org [sendemail] smtpencryption = tls smtpserver = smtp.gmail.com smtpuser = rajagopal.ven...@l

Re: [PATCH] pm-qa: run sanity check before running test cases

2012-07-02 Thread Rajagopal Venkat
On 2 July 2012 13:20, Hongbo Zhang wrote: > > > On 28 June 2012 00:55, Rajagopal Venkat wrote: > >> From: root >> > It seems that you did this work on the snowball. > the git is not completely configed? > > Yes. Thanks for pointing this out. I will submit the new patch. > run sanity test for e

Re: [PATCH] pm-qa: run sanity check before running test cases

2012-07-02 Thread Hongbo Zhang
On 28 June 2012 00:55, Rajagopal Venkat wrote: > From: root > It seems that you did this work on the snowball. the git is not completely configed? run sanity test for each functionality if present. > If functionality enabled, then run all respective > test cases. This patch also adds sanity che

Re: [PATCH] pm-qa: run sanity check before running test cases

2012-06-27 Thread Hongbo Zhang
In fact, this patten "shell_name script_file" works. for example on Android, "/bin/sh ***.sh" can run the scrips. "#!/bin/bash" at the beginning just points the default shell. On 28 June 2012 01:18, Paul Larson wrote: > > +#!/bin/bash >> > I suspect that stuff like this is going to be unfriendly

Re: [PATCH] pm-qa: run sanity check before running test cases

2012-06-27 Thread Amit Kucheria
On Wed, Jun 27, 2012 at 10:48 PM, Paul Larson wrote: > >> +#!/bin/bash > > I suspect that stuff like this is going to be unfriendly to the > androidification work that is going on for pmqa.  Hongbo, do all the scripts > need to be converted over to run under the minimal shell that android > suppor

Re: [PATCH] pm-qa: run sanity check before running test cases

2012-06-27 Thread Paul Larson
> +#!/bin/bash > I suspect that stuff like this is going to be unfriendly to the androidification work that is going on for pmqa. Hongbo, do all the scripts need to be converted over to run under the minimal shell that android supports? Thanks, Paul Larson

[PATCH] pm-qa: run sanity check before running test cases

2012-06-27 Thread Rajagopal Venkat
From: root run sanity test for each functionality if present. If functionality enabled, then run all respective test cases. This patch also adds sanity checks for cpuidle and sched_mc. Signed-off-by: Rajagopal Venkat --- Test.mk| 17 ++--- cpuidle/cpuidle_sani