-
Notifications
You must be signed in to change notification settings - Fork 105
Run kselftest-tpm2 on grunt #1025
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
Changes from all commits
109b310
bc4429f
88c3062
53520de
e669253
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -159,6 +159,9 @@ rootfs_configs: | |
| - perl-modules-5.32 | ||
| - procps | ||
| - publicsuffix | ||
| - python3-minimal | ||
| - python3-unittest2 | ||
|
Comment on lines
+162
to
+163
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Checked this has been included in the rootfs build: |
||
| - tpm2-tools | ||
| - wget | ||
| - xz-utils | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -293,6 +293,12 @@ test_plans: | |
| job_timeout: '10' | ||
| kselftest_collections: "seccomp" | ||
|
|
||
| kselftest-tpm2: | ||
| <<: *kselftest | ||
| params: | ||
| job_timeout: '10' | ||
| kselftest_collections: "tpm2" | ||
|
|
||
| kselftest-vm: | ||
| <<: *kselftest | ||
| params: | ||
|
|
@@ -1969,6 +1975,7 @@ test_configs: | |
| - kselftest-lkdtm | ||
| - kselftest-rtc | ||
| - kselftest-seccomp | ||
| - kselftest-tpm2 | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How about running it on other devices? Does it require particular hardware only available on grunt?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, I intend to. I was having a few issues getting the test running on a few other devices, and grunt was the first one I got it working on. But there should be a few other devices in KernelCI where we can run this test on. By the end of next week I should probably be able to get at least one other device running this test. |
||
| - kselftest-vm | ||
| - ltp-crypto | ||
| - ltp-fcntl-locktests | ||
|
|
||
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.
Checked this has been included in the staging build:
https://storage.staging.kernelci.org/kernelci/staging-mainline/staging-mainline-20220224.0/x86_64/x86_64_defconfig+x86-chromebook+kselftest/gcc-10/config/kernelci.config
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.