-
Notifications
You must be signed in to change notification settings - Fork 19
various agent registration related fixes #894
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
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideEnhanced test stability on systems with HW TPM by adjusting timing and adding explicit wait commands in the compatibility tests, corrected script shebang, and parameterized the timeout in the regression test. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
||
rlPhaseStartTest "Start keylime agent" | ||
rlRun -s "RUST_LOG=debug KEYLIME_AGENT_REGISTRAR_IP=1.2.3.4 timeout 5 keylime_agent" 0-255 | ||
rlRun -s "RUST_LOG=debug KEYLIME_AGENT_REGISTRAR_IP=1.2.3.4 timeout ${limeTIMEOUT} keylime_agent" 0-255 |
Check warning
Code scanning / shellcheck
SC2154 Warning test
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.
b1e3130
to
3e6fdf9
Compare
These changes should increase test stability on systems with HW TPM
Summary by Sourcery
Improve test stability for agent registration on HW TPM systems by extending waits, adding explicit status checks, and parameterizing timeouts
Enhancements:
Tests: