mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-12-18 09:08:29 +00:00
wait for change to be seen
This commit is contained in:
parent
365e4e9192
commit
efa71dc0b3
@ -126,6 +126,7 @@ sub run {
|
|||||||
validate_script_output 'ipa sudorule-show testrule', sub { $_ =~ m/Users: test1/ };
|
validate_script_output 'ipa sudorule-show testrule', sub { $_ =~ m/Users: test1/ };
|
||||||
# This may fail - Invalidate sudo cache and check test1's sudo perms
|
# This may fail - Invalidate sudo cache and check test1's sudo perms
|
||||||
assert_script_run 'sss_cache -R';
|
assert_script_run 'sss_cache -R';
|
||||||
|
sleep(120);
|
||||||
validate_script_output 'sudo -l -U test1', sub { $_ =~ m/test1 may run the following commands/ };
|
validate_script_output 'sudo -l -U test1', sub { $_ =~ m/test1 may run the following commands/ };
|
||||||
|
|
||||||
# we're ready for children to enroll, now
|
# we're ready for children to enroll, now
|
||||||
|
Loading…
Reference in New Issue
Block a user