Audio VTS: do not test duplicate policy configuration file
am: ff7dcd7e4d
Change-Id: Ice54f75c307f9f25e210b1382554dc24162b9ace
This commit is contained in:
commit
ecf7848f67
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue