mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Allow VTS tests to pass on devices without Supplicant AIDL." am: ac91c7c9dd am: 57aaae7ad5
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1945692 Change-Id: I246a670fa0cfb7a0d0cd26ea390291b1815e75c5
This commit is contained in:
@@ -620,6 +620,7 @@ TEST_P(SupplicantP2pIfaceAidlTest, AddAndRemoveUpnpService) {
|
||||
p2p_iface_->removeUpnpService(0 /* version */, upnpServiceName).isOk());
|
||||
}
|
||||
|
||||
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(SupplicantP2pIfaceAidlTest);
|
||||
INSTANTIATE_TEST_SUITE_P(Supplicant, SupplicantP2pIfaceAidlTest,
|
||||
testing::ValuesIn(android::getAidlHalInstanceNames(
|
||||
ISupplicant::descriptor)),
|
||||
|
||||
@@ -769,6 +769,7 @@ TEST_P(SupplicantStaIfaceAidlTest, StartDppConfiguratorInitiator) {
|
||||
EXPECT_TRUE(sta_iface_->removeDppUri(peer_id).isOk());
|
||||
}
|
||||
|
||||
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(SupplicantStaIfaceAidlTest);
|
||||
INSTANTIATE_TEST_SUITE_P(Supplicant, SupplicantStaIfaceAidlTest,
|
||||
testing::ValuesIn(android::getAidlHalInstanceNames(
|
||||
ISupplicant::descriptor)),
|
||||
|
||||
@@ -778,6 +778,7 @@ TEST_P(SupplicantStaNetworkAidlTest, GetWpsNfcConfigurationToken) {
|
||||
EXPECT_NE(retrievedToken.size(), 0);
|
||||
}
|
||||
|
||||
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(SupplicantStaNetworkAidlTest);
|
||||
INSTANTIATE_TEST_SUITE_P(Supplicant, SupplicantStaNetworkAidlTest,
|
||||
testing::ValuesIn(android::getAidlHalInstanceNames(
|
||||
ISupplicant::descriptor)),
|
||||
|
||||
Reference in New Issue
Block a user