freeipa/ipatests/test_ipaplatform
Christian Heimes 72fb4e60c8 Add user and group wrappers
New classes for user and group names provide a convenient way to access
the uid and primary gid of a user / gid of a group. The classes also
provide chown() and chgrp() methods to simplify common operations.

The wrappers are subclasses of builtin str type and behave like ordinary
strings with additional features. The pwd and grp structs are retrieved
once and then cached.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
2020-09-22 09:23:18 -04:00
..
data Use namespace-aware meta importer for ipaplatform 2017-11-15 14:17:24 +01:00
__init__.py Use namespace-aware meta importer for ipaplatform 2017-11-15 14:17:24 +01:00
test_constants.py Add user and group wrappers 2020-09-22 09:23:18 -04:00
test_importhook.py Refactor os-release and platform information 2018-08-30 11:37:21 +02:00
test_tasks.py Don't configure KEYRING ccache in containers 2019-01-18 11:33:11 +01:00