mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Audio VTS: do not test duplicate policy configuration file am: ff7dcd7e4d am: ecf7848f67 am: bda21c95d3
am: 0059d60973
Change-Id: Ic3ada96d0379140ae564f690d01a9085ce7f1940
This commit is contained in:
@@ -28,6 +28,7 @@ TEST(CheckConfig, audioPolicyConfigurationValidation) {
|
||||
const auto configPath = folder + '/' + configName;
|
||||
if (access(configPath.c_str(), R_OK) == 0) {
|
||||
ASSERT_VALID_XML(configPath.c_str(), configSchemaPath);
|
||||
return; // The framework does not read past the first config file found
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user