-
Notifications
You must be signed in to change notification settings - Fork 759
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use number of logs instead of timestamp in get_auditd_config_reload (#…
…16723) Fixes: #16709 change_and_wait_aaa_config_update validates that the auditd service publishes the log audisp-tacplus re-initializing configuration after executing the passed in command. However, it did this by checking that the timestamp in the log message was different than the previously emitted log. As shown in #16709 these message can appear within the same second and cause the test to fail. Instead this PR changes the approach to look at how many logs have been emitted before and after the command rather than the timestamp changes.
- Loading branch information
1 parent
d45f0fe
commit 323ed51
Showing
2 changed files
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters