summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/selftest/cases/updater.py
diff options
context:
space:
mode:
authorOYTIS <tossel@gmail.com>2018-10-25 17:31:34 +0200
committerGitHub <noreply@github.com>2018-10-25 17:31:34 +0200
commitd2ca4d8b48a88570b612154703562b55b55ce0ca (patch)
tree383a4b7e1ef89e777c334cbb03e9b4f11e56bb49 /lib/oeqa/selftest/cases/updater.py
parentce96109093527808be935313cde400973862e2de (diff)
parentf07be1805cc22b5428ff529b705731360b485d06 (diff)
downloadmeta-updater-d2ca4d8b48a88570b612154703562b55b55ce0ca.tar.gz
Merge pull request #410 from agners/use-imgdeploydir
Use IMGDEPLOYDIR
Diffstat (limited to 'lib/oeqa/selftest/cases/updater.py')
-rw-r--r--lib/oeqa/selftest/cases/updater.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oeqa/selftest/cases/updater.py b/lib/oeqa/selftest/cases/updater.py
index b555d92..c7b18dd 100644
--- a/lib/oeqa/selftest/cases/updater.py
+++ b/lib/oeqa/selftest/cases/updater.py
@@ -66,7 +66,7 @@ class GeneralTests(OESelftestTestCase):
66 def test_add_package(self): 66 def test_add_package(self):
67 deploydir = get_bb_var('DEPLOY_DIR_IMAGE') 67 deploydir = get_bb_var('DEPLOY_DIR_IMAGE')
68 imagename = get_bb_var('IMAGE_LINK_NAME', 'core-image-minimal') 68 imagename = get_bb_var('IMAGE_LINK_NAME', 'core-image-minimal')
69 image_path = deploydir + '/' + imagename + '.otaimg' 69 image_path = deploydir + '/' + imagename + '.ota-ext4'
70 logger = logging.getLogger("selftest") 70 logger = logging.getLogger("selftest")
71 71
72 logger.info('Running bitbake with man in the image package list') 72 logger.info('Running bitbake with man in the image package list')