summaryrefslogtreecommitdiff
diff options
authorMichael Vogt <mvo@ubuntu.com>2020-12-02 13:28:52 +0100
committerMichael Vogt <mvo@ubuntu.com>2020-12-02 13:28:52 +0100
commit306bdfe4e0b5a58c83159f4d37c52a8afacbb75b (patch)
tree1248deb3f0da110cc00da7214ce502bdd62ddee4
parente0f89bae34110d3d8516c00d532dbec94c974cb1 (diff)
tests: fix fde-setup.go to latest codefdehook-skeleton-5
-rw-r--r--tests/lib/fde-setup-hook/fde-setup.go6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/lib/fde-setup-hook/fde-setup.go b/tests/lib/fde-setup-hook/fde-setup.go
index 8f2e4dcf2a..0b0f6a945c 100644
--- a/tests/lib/fde-setup-hook/fde-setup.go
+++ b/tests/lib/fde-setup-hook/fde-setup.go
@@ -29,11 +29,7 @@ type fdeSetupJSON struct {
Key []byte `json:"key,omitempty"`
KeyName string `json:"key-name,omitempty"`
- Series string `json:"series,omitempty"`
- BrandID string `json:"brand-id,omitempty"`
- Model string `json:"model,omitempty"`
- Grade string `json:"grade,omitempty"`
- SignKeyID string `json:"sign-key-id,omitempty"`
+ Model map[string]string `json:"model,omitempty"`
}
func runFdeSetup() error {