Skip to content

Commit

Permalink
oeqa/selftest/runtime_test: Exclude gpg directory from pseudo database
Browse files Browse the repository at this point in the history
Avoid pseudo abort()s like:
path mismatch [1 link]: ino 6295376 db '/tmp/oeqa-feed-sign-2mw7z81v/S.gpg-agent.yocto-native' req '/tmp/jwkivmu6'.

Signed-off-by: Richard Purdie <[email protected]>
  • Loading branch information
rpurdie committed Oct 10, 2020
1 parent 0685dac commit 189630c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta/lib/oeqa/selftest/cases/runtime_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def test_testimage_dnf(self):
features += 'PACKAGE_FEED_GPG_NAME = "testuser"\n'
features += 'PACKAGE_FEED_GPG_PASSPHRASE_FILE = "%s"\n' % os.path.join(signing_key_dir, 'key.passphrase')
features += 'GPG_PATH = "%s"\n' % self.gpg_home
features += 'PSEUDO_IGNORE_PATHS .= ",%s"\n' % self.gpg_home
self.write_config(features)

# Build core-image-sato and testimage
Expand Down

0 comments on commit 189630c

Please sign in to comment.