You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Ruediger Pluem 7499848cb1
user - allow local users with an expiry date to be created (#72022) (#72085)
The luseradd / lusermod commands do not support the -e option. Set
the expiry time in this case via lchage after the user was
created / modified.

Fixes: #71942

In Python3 math.floor returns an integer whereas Python2 returns a float.
Hence always convert the result of math.floor to an int to ensure that
lexpires is an integer.

Move local expires tests in a separate file and import the tasks to the
main.yml to keep main.yml smaller.

(cherry picked from commit a7170da851)
4 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 5 years ago
integration user - allow local users with an expiry date to be created (#72022) (#72085) 4 years ago
lib/ansible_test [stable-2.10] Fix ansible-test Azure Pipelines container auth. 4 years ago
sanity [stable-2.10] CI provider fixes for ansible-test. (#71929) (#71932) 4 years ago
support Deprecation revisited (#69926) 5 years ago
units Add deprecation collection name to plugin options (#71735) (#72081) 4 years ago
utils/shippable [stable-2.10] Test changes to allow using "macos" test image (#71849) (#71861) 4 years ago