mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Allow VTS of 1.0 tetheroffload to be optional
Per defined by compatibility matrixes, the tetheroffload 1.0 hardware is optional. But the tests failed if there is no tetheroffload 1.0 hardware. This is a regression during refactoring of the tests. Test: atest VtsHalTetheroffloadControlV1_0TargetTest Bug: 176057664 Change-Id: If54151beb3355b049b3f892f45c079cd5170d146
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