commit | 9c369149837baf173401b5033b5ec96214362631 | [log] [tgz] |
---|---|---|
author | Kevin Rocard <krocard@google.com> | Wed Mar 08 17:17:25 2017 -0800 |
committer | Kevin Rocard <krocard@google.com> | Mon Mar 13 09:18:22 2017 -0700 |
tree | 760867a20392aa091577ea77ba6cf91a47b30abd | |
parent | 92ce35df946b0514e1e73a4f976cccff9e49823b [diff] |
Audio hal VTS: generate names for parametrized tests The gtest dashboard only shows test names, not their parameters. This mean that parametrized tests are names 0,1,2... Thus when one test fails, the dashboard info is not very useful. This patch appends the audio config to the test name. Test: run the test on target Bug: 34170075 Change-Id: I77090a3a17e4a3e97ecb72a8a89ad2d88626d96f Signed-off-by: Kevin Rocard <krocard@google.com>