summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2023-03-31 01:26:50 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-03 11:39:59 +0100
commitedd4fe8cb383c280474c53dcd4931c4cfb31dca5 (patch)
treed6d5f76cded9cdbd4ec7cc09dab881ef0ad78684
parentbf4b5bd0bd08bcc87df93ce2a05f266f1a227b70 (diff)
downloadpoky-edd4fe8cb383c280474c53dcd4931c4cfb31dca5.tar.gz
selftest: imagefeatures.py: don't mix tabs and spaces for indentation
* introduced in: https://git.openembedded.org/openembedded-core/commit/?id=96d4486df6d870ef19e2055b026729e66bc118f3 (From OE-Core rev: 143f624116802579e7a6804c8d4b562f931880c8) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/lib/oeqa/selftest/cases/imagefeatures.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/lib/oeqa/selftest/cases/imagefeatures.py b/meta/lib/oeqa/selftest/cases/imagefeatures.py
index d31b43d9cc..0292c882f2 100644
--- a/meta/lib/oeqa/selftest/cases/imagefeatures.py
+++ b/meta/lib/oeqa/selftest/cases/imagefeatures.py
@@ -229,10 +229,10 @@ UBINIZE_ARGS_mtd_4_256 ?= "-m 4096 -p 256KiB"
229 self.assertTrue(os.path.exists(image_path), 229 self.assertTrue(os.path.exists(image_path),
230 "%s image %s doesn't exist" % (itype, image_path)) 230 "%s image %s doesn't exist" % (itype, image_path))
231 else: 231 else:
232 image_path = os.path.join(bb_vars['DEPLOY_DIR_IMAGE'], "%s.%s" % (bb_vars['IMAGE_LINK_NAME'], itype)) 232 image_path = os.path.join(bb_vars['DEPLOY_DIR_IMAGE'], "%s.%s" % (bb_vars['IMAGE_LINK_NAME'], itype))
233 # check if result image is in deploy directory 233 # check if result image is in deploy directory
234 self.assertTrue(os.path.exists(image_path), 234 self.assertTrue(os.path.exists(image_path),
235 "%s image %s doesn't exist" % (itype, image_path)) 235 "%s image %s doesn't exist" % (itype, image_path))
236 236
237 def test_useradd_static(self): 237 def test_useradd_static(self):
238 config = """ 238 config = """