diff options
| author | Eilís 'pidge' Ní Fhlannagáin <pidge@baylibre.com> | 2023-12-07 12:45:32 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-08 17:51:10 +0000 |
| commit | e3ce7ce2158cff3c4f4f27166fac125d3f664bde (patch) | |
| tree | 940ed89692b3e2cc655078dc61e2c4f8d06f5be4 /meta | |
| parent | ecef665062be55fcfa0915216335d08883aa86f7 (diff) | |
| download | poky-e3ce7ce2158cff3c4f4f27166fac125d3f664bde.tar.gz | |
useradd: Add testcase for bugzilla issue (currently disabled)
Add a disabled a test for 14961 - addtask between do_populate_sysroot and do_package breaks useradd class.
A fix is still needed for this.
(From OE-Core rev: b6af5788f7f8fb1e9d8ad14bd12168ff9d6baa21)
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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/usergrouptests.py b/meta/lib/oeqa/selftest/cases/usergrouptests.py index 98e8102590..586d4bc0ee 100644 --- a/meta/lib/oeqa/selftest/cases/usergrouptests.py +++ b/meta/lib/oeqa/selftest/cases/usergrouptests.py | |||
| @@ -15,3 +15,8 @@ class UserGroupTests(OESelftestTestCase): | |||
| 15 | self.logger.info("Packaging creategroup2") | 15 | self.logger.info("Packaging creategroup2") |
| 16 | self.assertTrue(bitbake(' creategroup2 -c package')) | 16 | self.assertTrue(bitbake(' creategroup2 -c package')) |
| 17 | 17 | ||
| 18 | def _test_add_task_between_p_sysroot_and_package(self): | ||
| 19 | self.logger.info("Cleaning sstate for useraddbadtask") | ||
| 20 | self.logger.info("Building useraddbadtask") | ||
| 21 | # fails due to bug #14961 | ||
| 22 | self.assertTrue(bitbake(' useraddbadtask -C fetch')) | ||
