]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/sdk: add some buildtools tests
authorRoss Burton <ross@burtonini.com>
Mon, 9 Aug 2021 13:49:33 +0000 (14:49 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Aug 2021 05:26:10 +0000 (06:26 +0100)
commit6157d6ffa32d6df383c29d4b6de07feb9d619913
treeaefdedca6ec0b22bb96b7e4f97cb00794df83b51
parent39a0e45ced42826832f84cfbf1cf50ed7c334997
oeqa/sdk: add some buildtools tests

These two tests are designed to exercise the buildtools-tarball.

SanityTests simply verifies that inside the SDK, some commands are used
from the SDK.

BuildTests creates a new OE build directory and builds virtual/libc to
verify that a basic build works correctly. DL_DIR is reused to avoid
needless downloading, but sstate is not shared to ensure a build does
happen.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/sdk/buildtools-cases/README [new file with mode: 0644]
meta/lib/oeqa/sdk/buildtools-cases/build.py [new file with mode: 0644]
meta/lib/oeqa/sdk/buildtools-cases/sanity.py [new file with mode: 0644]