Skip to content

Commit

Permalink
Merge pull request #140 from Dasharo/cpuid
Browse files Browse the repository at this point in the history
Add cpuid tool + cukinia test
  • Loading branch information
macpijan authored Jul 5, 2024
2 parents 8cc0f2b + 6fdcc9c commit 27ec03d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RDEPENDS:${PN}-tools-base = " \
me-cleaner \
txesbmantool \
smmstoretool \
cpuid \
"

RDEPENDS:${PN}-tools-dts = " \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ as "Check if dasharo-hcl-report script exists" cukinia_test -x $(which dasharo-h
as "Check if txesbmantool binary exists" cukinia_test -x $(which txesbmantool)
as "Check if smmstoretool package can be started" cukinia_cmd smmstoretool -h

as "Check if cpuid has the -l option" cukinia_cmd cpuid -l 0x1a | grep CPU

cukinia_log "result: $cukinia_failures failure(s)"

0 comments on commit 27ec03d

Please sign in to comment.