]> 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>
Sat, 8 Jul 2017 12:34:00 +0000 (13:34 +0100)
commit41683e0ab316049e28b1f4ceaf39f0fe17722d92
tree0b85d0ccecd0562d97560c87ffeda3bb1418baac
parent2ea075ffd6a4d68be546f0c10fc94f7a27e8f761
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]

Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/runtime/cases/buildlzip.py [moved from meta/lib/oeqa/runtime/cases/buildiptables.py with 89% similarity]