mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-25 15:41:12 +00:00
added bad component test
This commit is contained in:
parent
59d9d6f654
commit
01e398dbf2
@ -24,6 +24,12 @@ uploadTrustedCerts
|
|||||||
setPlatformCerts "laptop" "platCertLight"
|
setPlatformCerts "laptop" "platCertLight"
|
||||||
provisionTpm2 "pass"
|
provisionTpm2 "pass"
|
||||||
|
|
||||||
|
writeToLogs "### ACA PLATFORM CERTIFICATE TEST 3: Test a Delta Platform Certificate that has a wrong a memory component ###"
|
||||||
|
clearAcaDb
|
||||||
|
uploadTrustedCerts
|
||||||
|
setPlatformCerts "laptop" "badDeltaMem"
|
||||||
|
provisionTpm2 "fail"
|
||||||
|
|
||||||
# Process Test Results, any single failure will send back a failed result.
|
# Process Test Results, any single failure will send back a failed result.
|
||||||
if [[ $failedTests != 0 ]]; then
|
if [[ $failedTests != 0 ]]; then
|
||||||
export TEST_STATUS=1;
|
export TEST_STATUS=1;
|
||||||
|
BIN
.ci/system-tests/profiles/laptop/badDeltaMem/laptop_badDeltaMem_base.crt
Executable file
BIN
.ci/system-tests/profiles/laptop/badDeltaMem/laptop_badDeltaMem_base.crt
Executable file
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user