File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,10 @@ func FakeKDSFromFile(path string) (*FakeKDS, error) {
91
91
"Genoa" : {
92
92
VcekBundle : string (trust .AskArkGenoaVcekBytes ),
93
93
VlekBundle : string (trust .AskArkGenoaVlekBytes ),
94
+ },
95
+ "Turin" : {
96
+ VcekBundle : string (trust .AskArkTurinVcekBytes ),
97
+ VlekBundle : string (trust .AskArkTurinVlekBytes ),
94
98
}},
95
99
}
96
100
@@ -205,6 +209,10 @@ func GetKDS(t testing.TB) trust.HTTPSGetter {
205
209
"Genoa" : {
206
210
VcekBundle : string (trust .AskArkGenoaVcekBytes ),
207
211
VlekBundle : string (trust .AskArkGenoaVlekBytes ),
212
+ },
213
+ "Turin" : {
214
+ VcekBundle : string (trust .AskArkTurinVcekBytes ),
215
+ VlekBundle : string (trust .AskArkTurinVlekBytes ),
208
216
}},
209
217
}
210
218
// Provide nothing if --test_kds=none.
You can’t perform that action at this time.
0 commit comments