-
Notifications
You must be signed in to change notification settings - Fork 765
[Ubuntu] Extra tests for #13668 #13681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ubuntu] Extra tests for #13668 #13681
Conversation
|
Hi @alanmcanonical. Thanks for your PR. I'm waiting for a ComplianceAsCode member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
6670629 to
8e13a9f
Compare
|
So the tests are not passing on RHEL. I'm getting the same errors as in the Automatus CI jobs. |
|
Looks like #13675 is also touching these tests. |
|
I can wait until 13675 is merged then rebased on top with fix for rhel's failed ci |
...hin_important_dirs/file_groupownership_system_commands_dirs/tests/correct_groupowner.pass.sh
Outdated
Show resolved
Hide resolved
...s/permissions_within_important_dirs/file_groupownership_system_commands_dirs/oval/ubuntu.xml
Show resolved
Hide resolved
...nt_dirs/file_groupownership_system_commands_dirs/tests/system_account_groupownership.pass.sh
Outdated
Show resolved
Hide resolved
Execute find in any "possible" directory Enable user execute perm which won't affect non-Ubuntu platforms tests but will invalidate tests if on Ubuntu platform
dda5e7a to
297661b
Compare
297661b to
e77e20d
Compare
|
Code Climate has analyzed commit e77e20d and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 61.7% (0.0% change). View more on Code Climate. |
|
The ansible failing of UBI8 is not related |
Mab879
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automatus tests pass locally.
Description:
findin any "possible" directoryRationale:
$ find /bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin \-type f -perm -u=x -exec stat --format="%n %G" {} + | \awk '$2 != "root" && $2 != "daemon" && $2 != "adm" && $2 != "shadow" && $2 != "mail" && $2 != "crontab" && $2 != "_ssh"'which only include-perm -u=x-perm -u=xchange to ubuntu.xml