Skip to content

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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

aidangarske
Copy link
Contributor

No description provided.

@aidangarske aidangarske self-assigned this Jul 31, 2025
@aidangarske aidangarske marked this pull request as ready for review July 31, 2025 22:41
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")
Copy link
Contributor

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?

Copy link
Contributor Author

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

Copy link
Contributor

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:?

Copy link
Contributor Author

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

@aidangarske aidangarske requested a review from padelsbach August 1, 2025 19:07
Copy link
Contributor

@padelsbach padelsbach left a comment

Choose a reason for hiding this comment

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

LGTM, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants