diff options
| author | Zoltán Böszörményi <zboszor@gmail.com> | 2025-02-13 16:23:24 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-18 11:56:04 +0000 |
| commit | 6dd4120d62979a80ac8f0986c4e971d6c21b3b5f (patch) | |
| tree | a2cbb9a1fe6b86a8c1f01416f1753cb6056e239e | |
| parent | 0c3da27d333629e1b6a20c69720d36c4497af5a3 (diff) | |
| download | poky-6dd4120d62979a80ac8f0986c4e971d6c21b3b5f.tar.gz | |
oeqa/selftest/cases/signing.py: Re-enable self-test
With all the pieces in place, the self test can be re-enabled.
(From OE-Core rev: 46e8b94582ea9734117d20cd62c39fb4450c00c4)
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/signing.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/signing.py b/meta/lib/oeqa/selftest/cases/signing.py index 51d1c3fa64..4df45ba032 100644 --- a/meta/lib/oeqa/selftest/cases/signing.py +++ b/meta/lib/oeqa/selftest/cases/signing.py | |||
| @@ -71,7 +71,6 @@ class Signing(OESelftestTestCase): | |||
| 71 | """ | 71 | """ |
| 72 | import oe.packagedata | 72 | import oe.packagedata |
| 73 | 73 | ||
| 74 | self.skipTest('This test requires rpm-sequoia support in rpm') | ||
| 75 | self.setup_gpg() | 74 | self.setup_gpg() |
| 76 | 75 | ||
| 77 | package_classes = get_bb_var('PACKAGE_CLASSES') | 76 | package_classes = get_bb_var('PACKAGE_CLASSES') |
| @@ -84,6 +83,8 @@ class Signing(OESelftestTestCase): | |||
| 84 | feature += 'RPM_GPG_PASSPHRASE = "test123"\n' | 83 | feature += 'RPM_GPG_PASSPHRASE = "test123"\n' |
| 85 | feature += 'RPM_GPG_NAME = "testuser"\n' | 84 | feature += 'RPM_GPG_NAME = "testuser"\n' |
| 86 | feature += 'GPG_PATH = "%s"\n' % self.gpg_dir | 85 | feature += 'GPG_PATH = "%s"\n' % self.gpg_dir |
| 86 | feature += 'PACKAGECONFIG:append:pn-rpm-native = " sequoia"\n' | ||
| 87 | feature += 'PACKAGECONFIG:append:pn-rpm = " sequoia"\n' | ||
| 87 | 88 | ||
| 88 | self.write_config(feature) | 89 | self.write_config(feature) |
| 89 | 90 | ||
