mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Merge "Allow VTS of 1.0 tetheroffload to be optional"
This commit is contained in:
@@ -469,7 +469,7 @@ TEST_P(OffloadControlTestV1_0_HalStarted, RemoveDownstreamBogusPrefixFails) {
|
||||
}
|
||||
}
|
||||
|
||||
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(OffloadControlHidlTestBase);
|
||||
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(OffloadControlTestV1_0_HalNotStarted);
|
||||
INSTANTIATE_TEST_CASE_P(
|
||||
PerInstance, OffloadControlTestV1_0_HalNotStarted,
|
||||
testing::Combine(testing::ValuesIn(android::hardware::getAllHalInstanceNames(
|
||||
@@ -478,7 +478,7 @@ INSTANTIATE_TEST_CASE_P(
|
||||
IOffloadControl::descriptor))),
|
||||
android::hardware::PrintInstanceTupleNameToString<>);
|
||||
|
||||
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(OffloadControlHidlTest);
|
||||
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(OffloadControlTestV1_0_HalStarted);
|
||||
INSTANTIATE_TEST_CASE_P(
|
||||
PerInstance, OffloadControlTestV1_0_HalStarted,
|
||||
testing::Combine(testing::ValuesIn(android::hardware::getAllHalInstanceNames(
|
||||
|
||||
Reference in New Issue
Block a user