]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/multilib: un-skip the connman test
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 27 Aug 2020 10:59:33 +0000 (12:59 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Aug 2020 06:06:44 +0000 (07:06 +0100)
It was previously skipped as it was expecting plain connman
to not be in the image, and for core-image-sato connman is always there.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/multilib.py

index 56aed62eea8b17de3dd51eab6c7a81fbcc98ee9d..0d1b9ae2c918f220ffbe466fd5b6f87e20800d5d 100644 (file)
@@ -42,6 +42,6 @@ class MultilibTest(OERuntimeTestCase):
         self.archtest("/lib64/libc.so.6", "ELF64")
 
     @OETestDepends(['multilib.MultilibTest.test_check_multilib_libc'])
-    @OEHasPackage(['lib32-connman', '!connman'])
+    @OEHasPackage(['lib32-connman'])
     def test_file_connman(self):
         self.archtest("/usr/sbin/connmand", "ELF32")