diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-07 14:10:45 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-07 21:56:43 +0100 |
| commit | d7441ddb0c49eafdb620dc45fb7e9a2a92790767 (patch) | |
| tree | 419ff0f53c1f085ccfa2247495e9d288fce2307e | |
| parent | 2ae6a072ca6e065dae8639b37d92cecc79ce4812 (diff) | |
| download | poky-d7441ddb0c49eafdb620dc45fb7e9a2a92790767.tar.gz | |
oeqa/selftest: Tweak binutils tests tags as toolchain/user and system
This matches the other toolchain tests.
(From OE-Core rev: d41606244c170fd547496e5df9e3d28ce2d2af68)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/binutils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/binutils.py b/meta/lib/oeqa/selftest/cases/binutils.py index 759cd9b8ff..9bc752040f 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): | |||
| 14 | yield i[len(v) + 2:].strip(), v | 14 | yield i[len(v) + 2:].strip(), v |
| 15 | break | 15 | break |
| 16 | 16 | ||
| 17 | @OETestTag("machine") | 17 | @OETestTag("toolchain-user", "toolchain-system") |
| 18 | class BinutilsCrossSelfTest(OESelftestTestCase): | 18 | class BinutilsCrossSelfTest(OESelftestTestCase): |
| 19 | def test_binutils(self): | 19 | def test_binutils(self): |
| 20 | self.run_binutils("binutils") | 20 | self.run_binutils("binutils") |
