Skip to content
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

Fix failing enroot kitchen test #2796

Merged
merged 1 commit into from
Aug 28, 2024
Merged

Fix failing enroot kitchen test #2796

merged 1 commit into from
Aug 28, 2024

Conversation

hgreebe
Copy link
Contributor

@hgreebe hgreebe commented Aug 28, 2024

Description of changes

  • Fix failing enroot kitchen test

Tests

  • Ran Kitchen tests on EC2 instead of just docker

References

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@hgreebe hgreebe requested review from a team as code owners August 28, 2024 13:06
describe file("/opt/parallelcluster/shared/enroot") do
it { should exist }
its('mode') { should cmp '1777' }
its('owner') { should eq 'root' }
its('mode') { should cmp '1023' }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this mode "1023"?

@hgreebe hgreebe merged commit 66dd136 into aws:develop Aug 28, 2024
32 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants