mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Skip NoUserConfirmation VTS test for Strongbox
Since Confirmation UI is optional for Strongbox implementation, skipping the test. Bug: 112189538 Test: This is an update to the vts test Change-Id: Ie3485a1de92444b0c49670b198de30ea25e0673e Signed-off-by: Max Bires <jbires@google.com>
This commit is contained in:
committed by
Max Bires
parent
0d5121609a
commit
0fa3185da9
@@ -751,6 +751,7 @@ TEST_F(SigningOperationsTest, RsaPaddingNoneDoesNotAllowOther) {
|
||||
* presented.
|
||||
*/
|
||||
TEST_F(SigningOperationsTest, NoUserConfirmation) {
|
||||
if (SecLevel() == SecurityLevel::STRONGBOX) return;
|
||||
ASSERT_EQ(ErrorCode::OK, GenerateKey(AuthorizationSetBuilder()
|
||||
.RsaSigningKey(1024, 65537)
|
||||
.Digest(Digest::NONE)
|
||||
|
||||
Reference in New Issue
Block a user