mbox series

[RFC,0/2] useradd improvements

Message ID cover.1700746611.git.pidge@baylibre.com
Headers show
Series useradd improvements | expand

Message

Eilís 'pidge' Ní Fhlannagáin Nov. 23, 2023, 1:48 p.m. UTC
This patch series includes tests for a few deficits in useradd and a patch to
user add that should fix a few issues with recipes who have useradd 
interdependencies. It's still a WIP, but after discussion with RP I wanted
to send this out.

Eilís 'pidge' Ní Fhlannagáin (2):
  usergrouptests: Add initial useradd testing
  useradd.bbclass: ensure sysroot_setscene for DEPENDS

 .../selftest-users/creategroup1.bb            | 32 +++++++++++++++++++
 .../selftest-users/creategroup2.bb            | 32 +++++++++++++++++++
 .../selftest-users/useraddbadtask.bb          | 20 ++++++++++++
 meta/classes/useradd.bbclass                  |  8 +++++
 .../lib/oeqa/selftest/cases/usergrouptests.py | 32 +++++++++++++++++++
 5 files changed, 124 insertions(+)
 create mode 100644 meta-selftest/recipes-test/selftest-users/creategroup1.bb
 create mode 100644 meta-selftest/recipes-test/selftest-users/creategroup2.bb
 create mode 100644 meta-selftest/recipes-test/selftest-users/useraddbadtask.bb
 create mode 100644 meta/lib/oeqa/selftest/cases/usergrouptests.py