Actions
action #101088
closed[sle][security][sle15sp4][feature][manual]Implement ibmtss version check into openQA [arm only]
Start date:
2021-10-18
Due date:
% Done:
100%
Estimated time:
12.00 h
Difficulty:
Updated by rfan1 over 3 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 20
Wrote some cases, and will try to test in osd and o3
Updated by rfan1 over 3 years ago
https://openqa.opensuse.org/tests/1976550#details
https://openqa.suse.de/tests/7454500#details
Draft tests passed on both SLE and TW
Updated by rfan1 about 3 years ago
- Subject changed from [sle][security][sle15sp4]Implement ibmtss version check into openQA [arm only] to [sle][security][sle15sp4][feature][manual]Implement ibmtss version check into openQA [arm only]
- Estimated time changed from 4.00 h to 12.00 h
#git clone https://git.code.sf.net/p/ibmtpm20tss/tss ibmtpm20tss-tss
# cd utils
# make -f makefiletpmc
# cd utils12
# make -f makefiletpmc
start a ibmswtpm2 server
# /usr/lib/ibmtss/tpm_server&
# cd utils
# export TPM_INTERFACE_TYPE=socsim
# ./reg.sh
BTW: Set the right prefix
# This is a namespace prefix
# For the basic tarball, PREFIX is set to ./ (the current directory)
#PREFIX=./
# The distro releases prefix all the TPM 2.0 utility names with tss,
# so PREFIX is set to tss
PREFIX=tss
prefix=tss
Updated by rfan1 about 3 years ago
- Copied to action #102792: [sle][security][sle15sp4][feature][automation]Implement ibmtss version check into openQA [arm only] added
Updated by rfan1 about 3 years ago
- Status changed from In Progress to Resolved
- % Done changed from 20 to 100
manual test done
Actions