kiwi-el8/test/unit/system
Marcus Schäfer 04d966b920
Add support for group id in users setting
Allow to specify the group id in the groups list a user
should belong to. The group id can be placed as part of
the group name separated by a colon like in the following
example:

<users>
    <user groups="kiwi,admin:42,users" password="..." name="kiwi"/>
</users>

Please note kiwi checks if the provided group already
exists and only creates a group if it is not already present in
the system. As default groups are usually provided by the OS
itself including its preferred group id, you will intentionally
not be able to overwrite group id for existing groups.
This Fixes #2064
2022-05-20 19:23:22 +02:00
..
root_import Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
identifier_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
kernel_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
mount_test.py Added ImageSystem class 2022-03-01 09:02:48 +01:00
prepare_test.py Add support for prebuilt bootstrap package for apt 2022-05-18 11:19:51 +02:00
profile_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
result_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
root_bind_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
root_init_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
setup_test.py Add support for group id in users setting 2022-05-20 19:23:22 +02:00
shell_test.py Added new post disk sync script hook 2020-06-06 16:29:24 +02:00
size_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
uri_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
users_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00