]> 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, 2 Jul 2018 09:40:34 +0000 (10:40 +0100)
commit55eed10368da6b3179e3ad1ab9322cff32fa99cf
tree3324fc14eb09d8dc1cc7402de2a0757912fca0c0
parentcb80105bbd03d8d9cc10139ed6f39b193e79c1b8
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.

(From OE-Core rev: bc6839394c06bb695b92b2183337e7381da1e86c)

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