-
-
Notifications
You must be signed in to change notification settings - Fork 6
Btg key validator test #1194
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
Btg key validator test #1194
Conversation
Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
cccdfe3 to
58c0cc2
Compare
3mkusiak
left a comment
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.
Codewise LGTM.
I've run full E2E test set and all tests that did not require access to pre-release/hidden binaries passed. The tests that required custom FW server didn't pass which is expected. I've been reproducing this manually in the past successfully, so I trust you the tests are working as well.
The other note is that you should probably rebase dts-scripts branch on top of newest main and rerun full test set. The issue is, your feature branch does not feature changes for fd sheduling therefore many tests fail due to profile mismatch. Please do so before merging.
|
Tested with dts-configs add-intel-btg-hash-test branch and rebased dts-scripts PR. The only failures are credential tests. Log:
|
Related to: Dasharo/dts-scripts#140