diff options
| author | Eilís 'pidge' Ní Fhlannagáin <pidge@baylibre.com> | 2024-02-23 13:25:21 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-24 16:10:22 +0000 |
| commit | 396bc832b75f5f83184367994305d28c6a186b09 (patch) | |
| tree | cbdbe5362ee091621fc262110e03b46280fc0153 /meta | |
| parent | f6daeba2e97e47550e959fb85d4639ef81d268e7 (diff) | |
| download | poky-396bc832b75f5f83184367994305d28c6a186b09.tar.gz | |
selftest-users: Convoluted selftest for USERADD_DEPENDS
This adds a test for 13904's fix by creating a convoluted set of recipes
with USERADD_DEPENDS in non-alpha order.
(From OE-Core rev: bfff81195cb9ba2493e366022470b2e0051d8071)
Signed-off-by: Eilís 'pidge' Ní Fhlannagáin <pidge@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/usergrouptests.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/usergrouptests.py b/meta/lib/oeqa/selftest/cases/usergrouptests.py index a331ca9f2c..3c59b0f290 100644 --- a/meta/lib/oeqa/selftest/cases/usergrouptests.py +++ b/meta/lib/oeqa/selftest/cases/usergrouptests.py | |||
| @@ -22,6 +22,10 @@ class UserGroupTests(OESelftestTestCase): | |||
| 22 | # Test for YOCTO #14961 | 22 | # Test for YOCTO #14961 |
| 23 | self.assertTrue(bitbake('useraddbadtask -C fetch')) | 23 | self.assertTrue(bitbake('useraddbadtask -C fetch')) |
| 24 | 24 | ||
| 25 | def test_postinst_order(self): | ||
| 26 | self.logger.info("Building dcreategroup") | ||
| 27 | self.assertTrue(bitbake(' dcreategroup')) | ||
| 28 | |||
| 25 | def test_static_useradd_from_dynamic(self): | 29 | def test_static_useradd_from_dynamic(self): |
| 26 | metaselftestpath = get_test_layer() | 30 | metaselftestpath = get_test_layer() |
| 27 | self.logger.info("Building core-image-minimal to generate passwd/group file") | 31 | self.logger.info("Building core-image-minimal to generate passwd/group file") |
