]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/runtime/opkg: skip install on read-only-rootfs
authorAndré Draszik <git@andred.net>
Wed, 16 Oct 2019 09:18:24 +0000 (10:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 19 Oct 2019 17:13:38 +0000 (18:13 +0100)
commit84640e2b4daf4cf22c5b0324c22332f59e4d51e3
tree6bf56ea9d3777ae4916d36c408c3e21cf0569e15
parentff2218f7cc3992725dd35499c14ec3396120dcc5
oeqa/runtime/opkg: skip install on read-only-rootfs

Images can have package management enabled, but be
generally running as read-only. In this case, the
test fails at the moment with various errors due to
that.

Use the new @skipIfFeature decorator to also skip
this test in that case.

Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/opkg.py