Re: [OE-core] [PATCH] selftest/devtool: Add test to verify "modify virtual/kernel"

2017-03-09 Thread Burton, Ross
On 9 March 2017 at 20:29, Jose Perez Carranza < jose.perez.carra...@linux.intel.com> wrote: > Annoyingly this bit is failing on some autobuilders: > > Do you have a list of workers where this is failing ? https://autobuilder.yoctoproject.org/main/builders/nightly-oe-selftest/builds/843, so at

Re: [OE-core] [PATCH] selftest/devtool: Add test to verify "modify virtual/kernel"

2017-03-09 Thread Jose Perez Carranza
On 03/09/2017 01:57 PM, Burton, Ross wrote: On 23 January 2017 at 22:13, > wrote: > > +checkmodcode = runCmd("strings %s | head -n 10 | grep '%s'" % (bzimagefile, modstring)) Annoyingly this bit is

Re: [OE-core] [PATCH] selftest/devtool: Add test to verify "modify virtual/kernel"

2017-03-09 Thread Burton, Ross
On 23 January 2017 at 22:13, wrote: > > +checkmodcode = runCmd("strings %s | head -n 10 | grep '%s'" % (bzimagefile, modstring)) Annoyingly this bit is failing on some autobuilders: AssertionError: Command 'strings

[OE-core] [PATCH] selftest/devtool: Add test to verify "modify virtual/kernel"

2017-01-23 Thread jose . perez . carranza
From: Jose Perez Carranza The purpose of this test case is to verify that devtool modify works correctly when building the kernel. [YOCTO #10817] Signed-off-by: Jose Perez Carranza --- meta/lib/oeqa/selftest/devtool.py |