Merge "Expand Gatekeeper test"

This commit is contained in:
Marco Nelissen
2021-05-03 21:32:08 +00:00
committed by Gerrit Code Review

View File

@@ -306,6 +306,8 @@ TEST_P(GatekeeperHidlTest, UntrustedReenroll) {
if (first != nullptr && second != nullptr) {
EXPECT_NE(first->user_id, second->user_id);
}
// the old enrollment should be invalid now
verifyPassword(password, enrollRsp.data, 0, verifyRsp, false);
ALOGI("Testing Untrusted Reenroll done");
}