]> git.ipfire.org Git - thirdparty/shadow.git/commit
tests: basic user creation
authorIker Pedrosa <ipedrosa@redhat.com>
Fri, 8 Nov 2024 11:15:52 +0000 (12:15 +0100)
committerSerge Hallyn <serge@hallyn.com>
Sat, 11 Jan 2025 02:21:07 +0000 (20:21 -0600)
commit16a797467f9ccf2b50e0fd41bcc50d84155594a3
treed1bdc520b5c18bcba06b80c9def8e56e84f5ab70
parente4610acf53ad122c1cba60f4de6ba1a649a77e2a
tests: basic user creation

This is the transformation to Python of the test located in
`tests/usertools/01/01_useradd_add_user.test`, which checks that
`useradd` is able to create a new user and its corresponding group and
home folder.

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
tests/system/tests/test_useradd.py [new file with mode: 0644]