From: Richard Purdie Date: Sat, 7 Sep 2019 13:10:45 +0000 (+0100) Subject: oeqa/selftest: Tweak binutils tests tags as toolchain/user and system X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~13314 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d41606244c170fd547496e5df9e3d28ce2d2af68;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git oeqa/selftest: Tweak binutils tests tags as toolchain/user and system This matches the other toolchain tests. Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/selftest/cases/binutils.py b/meta/lib/oeqa/selftest/cases/binutils.py index 759cd9b8ffb..9bc752040f8 100644 --- a/meta/lib/oeqa/selftest/cases/binutils.py +++ b/meta/lib/oeqa/selftest/cases/binutils.py @@ -14,7 +14,7 @@ def parse_values(content): yield i[len(v) + 2:].strip(), v break -@OETestTag("machine") +@OETestTag("toolchain-user", "toolchain-system") class BinutilsCrossSelfTest(OESelftestTestCase): def test_binutils(self): self.run_binutils("binutils")