mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Annotate DeleteKey test with bug number.
Bug: 37623742 Change-Id: I2cb4bb39bacb3aabf5fff7937f60c7355c9636e3 Test: VTS test, manually run
This commit is contained in:
@@ -4008,7 +4008,8 @@ TEST_F(KeyDeletionTest, DeleteKey) {
|
||||
Begin(KeyPurpose::SIGN, key_blob_, AuthorizationSetBuilder()
|
||||
.Digest(Digest::NONE)
|
||||
.Padding(PaddingMode::NONE),
|
||||
&begin_out_params, &op_handle_));
|
||||
&begin_out_params, &op_handle_))
|
||||
<< " (Possibly b/37623742)";
|
||||
} else {
|
||||
EXPECT_EQ(ErrorCode::OK, Begin(KeyPurpose::SIGN, key_blob_,
|
||||
AuthorizationSetBuilder()
|
||||
|
||||
Reference in New Issue
Block a user