]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/selftest/glibc: Create selftest case for glibc test suite
authorNathan Rossi <nathan@nathanrossi.com>
Tue, 3 Sep 2019 16:56:41 +0000 (16:56 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 Sep 2019 20:52:27 +0000 (21:52 +0100)
commit730832ebcca305477e1c13248cd35eea095b35c6
treec854c4df8dd0bebc34daf112ad7178a5fb640863
parent2c86a25f8992243311e7fa1a8654b41f12b749de
oeqa/selftest/glibc: Create selftest case for glibc test suite

Create a oeqa selftest test case to execute the glibc test suite and
report the results. The results are populated into the extraresults
variable of the test case which are written to testresults.json for
resulttool to analyse.

An additional subclass is created to separate the execution with qemu
linux-user and qemu system. The GlibcSelfTestSystemEmulated test case
handles setup of the target image, setup of and NFS server as well as
execution with runqemu.

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/glibc.py [new file with mode: 0644]