diff options
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/wic.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/wic.py index 46cd98b193..626a217e69 100644 --- a/meta/lib/oeqa/selftest/cases/wic.py +++ b/meta/lib/oeqa/selftest/cases/wic.py | |||
@@ -537,7 +537,8 @@ class Wic2(WicTestCase): | |||
537 | # filter out optional variables | 537 | # filter out optional variables |
538 | wicvars = wicvars.difference(('DEPLOY_DIR_IMAGE', 'IMAGE_BOOT_FILES', | 538 | wicvars = wicvars.difference(('DEPLOY_DIR_IMAGE', 'IMAGE_BOOT_FILES', |
539 | 'INITRD', 'INITRD_LIVE', 'ISODIR','INITRAMFS_IMAGE', | 539 | 'INITRD', 'INITRD_LIVE', 'ISODIR','INITRAMFS_IMAGE', |
540 | 'INITRAMFS_IMAGE_BUNDLE', 'INITRAMFS_LINK_NAME')) | 540 | 'INITRAMFS_IMAGE_BUNDLE', 'INITRAMFS_LINK_NAME', |
541 | 'APPEND')) | ||
541 | with open(path) as envfile: | 542 | with open(path) as envfile: |
542 | content = dict(line.split("=", 1) for line in envfile) | 543 | content = dict(line.split("=", 1) for line in envfile) |
543 | # test if variables used by wic present in the .env file | 544 | # test if variables used by wic present in the .env file |