mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-19 20:44:52 -04:00
attestation: add MachineState to ValidateCVM
This commit is contained in:
parent
3471d73c6c
commit
2535073df8
10 changed files with 16 additions and 33 deletions
|
@ -108,7 +108,7 @@ func TestTpmEnabled(t *testing.T) {
|
|||
},
|
||||
}
|
||||
|
||||
err := v.tpmEnabled(tc.attDoc)
|
||||
err := v.tpmEnabled(tc.attDoc, nil)
|
||||
if tc.wantErr {
|
||||
assert.Error(err)
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue