mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Audio VTS: remove expectation of policy configuration unicity am: 76efe01bbd
am: 6b51d9a855
Change-Id: I6a6987ed0155788a211b2cc2f86ec8c9f338165c
This commit is contained in:
@@ -24,13 +24,9 @@ TEST(CheckConfig, audioPolicyConfigurationValidation) {
|
||||
const char* possibleConfigLocations[] = {"/odm/etc", "/vendor/etc", "/system/etc"};
|
||||
const char* configSchemaPath = "/data/local/tmp/audio_policy_configuration.xsd";
|
||||
|
||||
bool found = false;
|
||||
for (std::string folder : possibleConfigLocations) {
|
||||
const auto configPath = folder + '/' + configName;
|
||||
if (access(configPath.c_str(), R_OK) == 0) {
|
||||
ASSERT_FALSE(found) << "Multiple " << configName << " found in "
|
||||
<< ::testing::PrintToString(possibleConfigLocations);
|
||||
found = true;
|
||||
ASSERT_VALID_XML(configPath.c_str(), configSchemaPath);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user