mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 21:37:44 +00:00
Allow uninstantiated BootloaderStateTest
No tests are instantiated if KeyMint is present on the the device. Explicitly allow that. Bug: 277975776 Test: VtsAidlKeyMintTargetTest Change-Id: I88f1c0a81f36d198dabcb1420b62a00bacdbb6e7
This commit is contained in:
@@ -79,8 +79,6 @@ TEST_P(BootloaderStateTest, IsUnlocked) {
|
||||
ASSERT_FALSE(attestedBootloaderState) << "This test runs as root. Bootloader must be unlocked.";
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_SUITE_P(PerInstance, BootloaderStateTest,
|
||||
testing::ValuesIn(getAidlHalInstanceNames(IKeyMintDevice::descriptor)),
|
||||
::android::PrintInstanceNameToString);
|
||||
INSTANTIATE_KEYMINT_AIDL_TEST(BootloaderStateTest);
|
||||
|
||||
} // namespace aidl::android::hardware::security::keymint::test
|
||||
|
||||
Reference in New Issue
Block a user