public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Alexander Kanavin" <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Subject: [PATCH 6/6] oeqa/multilib: un-skip the connman test
Date: Thu, 27 Aug 2020 12:59:33 +0200	[thread overview]
Message-ID: <20200827105933.3575-6-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20200827105933.3575-1-alex.kanavin@gmail.com>

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>
---
 meta/lib/oeqa/runtime/cases/multilib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/runtime/cases/multilib.py b/meta/lib/oeqa/runtime/cases/multilib.py
index 56aed62eea..0d1b9ae2c9 100644
--- a/meta/lib/oeqa/runtime/cases/multilib.py
+++ b/meta/lib/oeqa/runtime/cases/multilib.py
@@ -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")
-- 
2.28.0


  parent reply	other threads:[~2020-08-27 11:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-27 10:59 [PATCH 1/6] systemd-boot: bump version to 246.2 Alexander Kanavin
2020-08-27 10:59 ` [PATCH 2/6] json-glib: inherit upstream-version-is-even Alexander Kanavin
2020-08-27 10:59 ` [PATCH 3/6] packagegroup-core-device-devel: remove Alexander Kanavin
2020-08-27 10:59 ` [PATCH 4/6] oeqa/x32lib: rework to use readelf from the host Alexander Kanavin
2020-08-27 21:31   ` [OE-core] " Khem Raj
2020-08-27 21:36     ` Alexander Kanavin
2020-08-27 21:39       ` Khem Raj
2020-08-27 10:59 ` [PATCH 5/6] oeqa/multilib: " Alexander Kanavin
2020-08-27 10:59 ` Alexander Kanavin [this message]
2020-08-27 11:06   ` [OE-core] [PATCH 6/6] oeqa/multilib: un-skip the connman test Richard Purdie
2020-08-27 11:25     ` Alexander Kanavin
2020-08-27 11:36       ` Richard Purdie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200827105933.3575-6-alex.kanavin@gmail.com \
    --to=alex.kanavin@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox