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) {
9191 "Genoa" : {
9292 VcekBundle : string (trust .AskArkGenoaVcekBytes ),
9393 VlekBundle : string (trust .AskArkGenoaVlekBytes ),
94+ },
95+ "Turin" : {
96+ VcekBundle : string (trust .AskArkTurinVcekBytes ),
97+ VlekBundle : string (trust .AskArkTurinVlekBytes ),
9498 }},
9599 }
96100
@@ -205,6 +209,10 @@ func GetKDS(t testing.TB) trust.HTTPSGetter {
205209 "Genoa" : {
206210 VcekBundle : string (trust .AskArkGenoaVcekBytes ),
207211 VlekBundle : string (trust .AskArkGenoaVlekBytes ),
212+ },
213+ "Turin" : {
214+ VcekBundle : string (trust .AskArkTurinVcekBytes ),
215+ VlekBundle : string (trust .AskArkTurinVlekBytes ),
208216 }},
209217 }
210218 // Provide nothing if --test_kds=none.
You can’t perform that action at this time.
0 commit comments