]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/selftest/cases/gcc.py: Split into classes for parallelism
authorNathan Rossi <nathan@nathanrossi.com>
Sat, 7 Sep 2019 12:55:06 +0000 (12:55 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 Sep 2019 20:53:21 +0000 (21:53 +0100)
commit7b2f03eff9fc9b4ce48d5ea7e54faa114a6cdcae
treed5ea361e16a8f718c7a659e5d8e21075b3d24fe9
parentba35bead1108c7d8480b785b2e59f40ea77b5549
oeqa/selftest/cases/gcc.py: Split into classes for parallelism

Split the gcc selftest cases into multiple classes one for each test.
This is done in order to make it easy to execute multiple gcc tests in
parallel when using oe-selftest with the '-j' arg.

Additionally tag the user tests with "toolchain-user" and the system
emulation (qemu system) tests with "toolchain-system".

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/gcc.py