-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add agent and faked_measured_boot_log tests context #442
Conversation
These context are to be used for proper test case filtering. Current upstream plan installs modified Rust agent which reads faked measured boot log, enabling measured boot testing on systems with runtime swtpm emulation. Distribution RPMs are not modified this way and undefined context faked_measured_boot_log gives as a way how to avoid running measured boot test that would fail. Signed-off-by: Karel Srot <[email protected]>
Rust / Fedora tests failure should not be related to this commit. Can anyone please take a look if this is a know issue? Thank you. |
#443 should help |
Hello @ueno @lkatalin @lukehinds , could you please merge this PR? It only sets test metadata and CI failure is clearly unrelated. We need improved test filtering for ongoing RHEL testing. That being said, I will merge RedHat-SP-Security/keylime-tests#193 either way, but not having PR#442 merged would mean that |
I honestly don't know enough about packit to review, is this for downstream testing? if so, I can merge it as it's not going to have any impact here? |
I'm fine merging after it's rebased on #443 (which still needs to be merged) |
@kkaarreell I just merged #443 . If you are okay rebasing, I can merge this one asap. |
Actually, maybe it will just let me bring in the changes through here. |
These context are to be used for proper test case filtering.
Current upstream plan installs modified Rust agent which
reads faked measured boot log, enabling measured boot testing
on systems with runtime swtpm emulation.
Distribution RPMs are not modified this way and undefined context
faked_measured_boot_log gives as a way how to avoid running measured
boot test that would fail.
Signed-off-by: Karel Srot [email protected]