-
Notifications
You must be signed in to change notification settings - Fork 24
Add tpm2-tools github workflow #241
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
base: master
Are you sure you want to change the base?
Conversation
.github/workflows/tpm2-tools.yml
Outdated
test/integration/tests/rc_decode test/integration/tests/X509certutil" 2>&1 | tee tpm2-tools-test.log | ||
|
||
# Capture result | ||
TEST_RESULT=$(grep -q "# FAIL: 2" tpm2-tools-test.log && echo "1" || echo "0") |
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.
Which test(s) do we expect to fail here? Could you add them as a comment?
But also, should we run the test case if it's going to fail, or is there other value in it?
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.
These failures only happen with WPFF they don't happen normally. Ill add a comment about which ones fail
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.
Oh I see. What happens if other tests fail? Would it be more general-purpose to look for just FAIL:
?
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 see what you mean let me fix this
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.
LGTM, thanks
No description provided.