]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/runtime/cases/multilib.py: fix test_file_connman skipping logic
authorChen Qi <Qi.Chen@windriver.com>
Fri, 1 Jun 2018 05:03:08 +0000 (13:03 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Jun 2018 14:14:43 +0000 (15:14 +0100)
commitbc6839394c06bb695b92b2183337e7381da1e86c
treebdd576299542b149b506c6a4f078ff9b98e6bb2c
parenteae929a5c224f5c3468d6a0466d1bbb3f678a5a1
oeqa/runtime/cases/multilib.py: fix test_file_connman skipping logic

The test_file_connman should be executed only when 'lib32-connman' is
installed and 'connman' is not installed.

When lib32-connman and connman are both installed, the /usr/sbin/connmand
could be from connman or lib32-connman, depending on the installation
order. What we want to check is the connmand command from lib32-connman,
so we need to make sure that connman is not there to cause chaos.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/multilib.py