-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
test(integration_test): port 'runtime-tools/validation/linux_sysctl' #2527
Conversation
Signed-off-by: Xiaoyang Liu <siujoeng.lau@gmail.com>
@@ -267,3 +267,25 @@ pub fn validate_mounts_recursive(spec: &Spec) { | |||
} | |||
} | |||
} | |||
|
|||
pub fn validate_sysctl(spec: &Spec) { |
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.
💯
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2527 +/- ##
=======================================
Coverage 65.87% 65.87%
=======================================
Files 133 133
Lines 16868 16868
=======================================
Hits 11111 11111
Misses 5757 5757 |
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.
I appreciate your PR ;)
I have one question. It is simply a questionnaire. Have you read this documentation to create this integration test?
https://containers.github.io/youki/developer/e2e/rust_oci_test.html
No problem! 😉 |
@xiaoyang-sde Thanks 😍 If you find what we improve them, please send a PR or create an issue 🙏 |
#361
This pull request ports the
runtime-tools/validation/linux_sysctl
test case totests/integration_test/src/tests/sysctl/mod.rs
.