mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 10:05:19 +00:00
Merge "Add missing instantiation code for Vts tests"
This commit is contained in:
committed by
Android (Google) Code Review
commit
6b95246de5
@@ -136,3 +136,9 @@ TEST_P(WifiChipHidlTest, registerEventCallback_1_4) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_SUITE_P(
|
||||
PerInstance, WifiChipHidlTest,
|
||||
testing::ValuesIn(android::hardware::getAllHalInstanceNames(
|
||||
::android::hardware::wifi::V1_4::IWifi::descriptor)),
|
||||
android::hardware::PrintInstanceNameToString);
|
||||
|
||||
@@ -545,3 +545,9 @@ TEST_P(WifiNanIfaceHidlTest, configRequest_1_4ShimInvalidArgs) {
|
||||
nanConfigRequest, nanConfigRequestSupp)
|
||||
.code);
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_SUITE_P(
|
||||
PerInstance, WifiNanIfaceHidlTest,
|
||||
testing::ValuesIn(android::hardware::getAllHalInstanceNames(
|
||||
::android::hardware::wifi::V1_4::IWifi::descriptor)),
|
||||
android::hardware::PrintInstanceNameToString);
|
||||
|
||||
Reference in New Issue
Block a user