Re: [lng-odp] [PATCH v3] validation: A wrapper script to run test isolated.

2017-02-20 Thread Maxim Uvarov
On 02/18/17 23:07, Ravineet Singh wrote: > Looks like you have cset shield active on the system, unclear to me why. > Could you just retry after a ' cset shield -r' , i.e. reset the shield. > root:17:22 /opt/Linaro/odp3.git (master)$cset shield -r cset: --> deactivating/reseting shielding cset:

Re: [lng-odp] [PATCH v3] validation: A wrapper script to run test isolated.

2017-02-18 Thread Ravineet Singh
Looks like you have cset shield active on the system, unclear to me why. Could you just retry after a ' cset shield -r' , i.e. reset the shield. On 17 February 2017 at 19:56, Maxim Uvarov wrote: > I'm trying to run it on Ubuntu 14.04.4. > But some problems there. Any

Re: [lng-odp] [PATCH v3] validation: A wrapper script to run test isolated.

2017-02-17 Thread Maxim Uvarov
I'm trying to run it on Ubuntu 14.04.4. But some problems there. Any hints where to look? + out=cset: --> failed to create shield, hint: do other cpusets exist? cset: **> attempt to create already existing set: "/user" + die cset failed; cset: --> failed to create shield, hint: do other cpusets

Re: [lng-odp] [PATCH v3] validation: A wrapper script to run test isolated.

2017-02-17 Thread Maxim Uvarov
My bash does not understand that syntax: [ $UID -eq 0 ] || die "You need to be root!" + [ -eq 0 ] ./scripts/task-isolation/isolate-cpu.sh: 152: [: -eq: unexpected operator On 02/17/17 17:34, Mike Holmes wrote: > checkpatch is designed for the kernel C code so we have to use some > judgment,

Re: [lng-odp] [PATCH v3] validation: A wrapper script to run test isolated.

2017-02-17 Thread Mike Holmes
checkpatch is designed for the kernel C code so we have to use some judgment, as for git there are cases it makes no sence On 17 February 2017 at 09:10, Maxim Uvarov wrote: > interesting if checpatch is ok, git am warns on spaces in intent: > > > git am -s

Re: [lng-odp] [PATCH v3] validation: A wrapper script to run test isolated.

2017-02-17 Thread Maxim Uvarov
interesting if checpatch is ok, git am warns on spaces in intent: git am -s /tmp/11/\[PATCH\ v3\]\ validation\:\ A\ wrapper\ script\ to\ run\ test\ isolated..eml Applying: validation: A wrapper script to run test isolated. .git/rebase-apply/patch:24: indent with spaces. the

Re: [lng-odp] [PATCH v3] validation: A wrapper script to run test isolated.

2017-02-16 Thread Josep Puigdemont
On Thu, Feb 16, 2017 at 09:52:37AM +0100, Ravineet Singh wrote: > The wrapper script; odp_run_app_isolated.sh can be used to run ODP > testcases in a isolated environment. Background noise can also be > generated. > > Signed-off-by: Ravineet Singh > > v2: moved

[lng-odp] [PATCH v3] validation: A wrapper script to run test isolated.

2017-02-16 Thread Ravineet Singh
The wrapper script; odp_run_app_isolated.sh can be used to run ODP testcases in a isolated environment. Background noise can also be generated. Signed-off-by: Ravineet Singh v2: moved task-isolation dir to odp/scripts, requested my Maxim Uvarov v3: fixed checkpatch.pl