]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/runtime: Replace buildiptables for buildlzip on runtime tests
authorJose Perez Carranza <jose.perez.carranza@linux.intel.com>
Thu, 6 Jul 2017 21:03:07 +0000 (14:03 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 5 Nov 2017 22:39:24 +0000 (22:39 +0000)
commitd40bcafb574788ed26855c5d1a072523893c1b4b
tree7d8d4bee7d12d47e5a9f2b1054c1c131fe60477a
parent979ff606d8c4c6f66c6dc533a92212f18708089e
oeqa/runtime: Replace buildiptables for buildlzip on runtime tests

Buildiptables test cases are conflicting with images built with “musl”
as standard C library, in order to avoid those issues lzip package was
selected to be used on the tests as this does not have any "musl"
dependency.

This patch is applicable for testimage tests

[YOCTO # 11713]

(From OE-Core rev: 41683e0ab316049e28b1f4ceaf39f0fe17722d92)

Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/oeqa/runtime/cases/buildlzip.py [moved from meta/lib/oeqa/runtime/cases/buildiptables.py with 89% similarity]