From abcd323019d136e98570e5506afe3274fca60a37 Mon Sep 17 00:00:00 2001 From: Shawn Willden Date: Mon, 24 Apr 2017 10:48:16 -0600 Subject: [PATCH] Annotate DeleteKey test with bug number. Bug: 37623742 Change-Id: I2cb4bb39bacb3aabf5fff7937f60c7355c9636e3 Test: VTS test, manually run --- keymaster/3.0/vts/functional/keymaster_hidl_hal_test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/keymaster/3.0/vts/functional/keymaster_hidl_hal_test.cpp b/keymaster/3.0/vts/functional/keymaster_hidl_hal_test.cpp index fcd4dece77..12bfac582f 100644 --- a/keymaster/3.0/vts/functional/keymaster_hidl_hal_test.cpp +++ b/keymaster/3.0/vts/functional/keymaster_hidl_hal_test.cpp @@ -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()