Expose pcrs for uki encryption (#603)

This commit is contained in:
Itxaka
2024-11-20 10:41:52 +01:00
committed by GitHub
parent 800b7a0246
commit 895e571bb3
3 changed files with 4 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ func structFieldsContainedInOtherStruct(left, right interface{}) {
leftFieldName := leftTypes.Field(i).Name
if leftTypes.Field(i).IsExported() {
It(fmt.Sprintf("Checks that the new schema contians the field %s", leftFieldName), func() {
if leftFieldName == "Source" || leftFieldName == "NoUsers" {
if leftFieldName == "Source" || leftFieldName == "NoUsers" || leftFieldName == "BindPublicPCRs" || leftFieldName == "BindPCRs" {
Skip("Schema not updated yet")
}
Expect(