diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 19:44:05 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-30 10:29:35 +0200 |
commit | 31a770d3c0cb22c9f4ece068208d2e6b2c28f1ee (patch) | |
tree | 45dc83314dc336239e82f5d084541c3143841ed6 /lib/oeqa/selftest/cases/updater_native.py | |
parent | a0d9835bad4c86416323b1055315fc1fb09bcde5 (diff) | |
download | meta-updater-31a770d3c0cb22c9f4ece068208d2e6b2c28f1ee.tar.gz |
Convert to new override syntax
This is the result of automated script (0.9.0) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'lib/oeqa/selftest/cases/updater_native.py')
-rw-r--r-- | lib/oeqa/selftest/cases/updater_native.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oeqa/selftest/cases/updater_native.py b/lib/oeqa/selftest/cases/updater_native.py index d2bf341..a60d22f 100644 --- a/lib/oeqa/selftest/cases/updater_native.py +++ b/lib/oeqa/selftest/cases/updater_native.py | |||
@@ -28,7 +28,7 @@ class SotaToolsTests(OESelftestTestCase): | |||
28 | 28 | ||
29 | class GeneralTests(OESelftestTestCase): | 29 | class GeneralTests(OESelftestTestCase): |
30 | 30 | ||
31 | def test_feature_sota(self): | 31 | def test_feature:sota(self): |
32 | result = get_bb_var('DISTRO_FEATURES').find('sota') | 32 | result = get_bb_var('DISTRO_FEATURES').find('sota') |
33 | self.assertNotEqual(result, -1, 'Feature "sota" not set at DISTRO_FEATURES') | 33 | self.assertNotEqual(result, -1, 'Feature "sota" not set at DISTRO_FEATURES') |
34 | 34 | ||