Re: [OE-core] [PATCH 09/28] oeqa.buildperf: add BuildPerfTest class

2016-06-30 Thread Markus Lehtonen
On Mon, 2016-06-27 at 13:12 +0100, Joshua G Lock wrote: > On Fri, 2016-06-24 at 13:37 +0300, Markus Lehtonen wrote: [...SNIP...] > > + > > +@staticmethod > > +def force_rm(path): > > +"""Equivalent of 'rm -rf'""" > > we have oe.path.remove() which does similar. Thanks! I knew we

Re: [OE-core] [PATCH 09/28] oeqa.buildperf: add BuildPerfTest class

2016-06-27 Thread Joshua G Lock
On Fri, 2016-06-24 at 13:37 +0300, Markus Lehtonen wrote: > The new class will be used as an abstract base class for build > performance tests. This implementation contains some common > functionality used in multiple tests, "copied" from the > build-perf-test.sh shell script. > > Signed-off-by:

[OE-core] [PATCH 09/28] oeqa.buildperf: add BuildPerfTest class

2016-06-24 Thread Markus Lehtonen
The new class will be used as an abstract base class for build performance tests. This implementation contains some common functionality used in multiple tests, "copied" from the build-perf-test.sh shell script. Signed-off-by: Markus Lehtonen ---