Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87b6dc0a authored by suryaprakash.konduru's avatar suryaprakash.konduru
Browse files

keygen test not generating the key for every iteration

key_transform field not being reset during DeleteKey() causing
keygen test to skip the key generation.

Bug: 375151780
Test: VtsAidlKeyMintBenchmarkTest
Change-Id: I10428dc9f84831a44917fb180d16bb97e2db2257
parent 1d4c1194
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -294,6 +294,7 @@ class KeyMintBenchmarkTest {
    ErrorCode DeleteKey() {
        Status result = keymint_->deleteKey(key_blob_);
        key_blob_ = vector<uint8_t>();
        key_transform_ = "";
        return GetReturnErrorCode(result);
    }