commit | 75b062a6d607e4a99799d0aeaa6d89bdd41be57f | [log] [tgz] |
---|---|---|
author | Maciej Perkowski <Maciej.Perkowski@nordicsemi.no> | Fri Apr 21 13:15:48 2023 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue May 16 06:21:25 2023 -0400 |
tree | 88300b93232372d35ed423219c237bcce9583575 | |
parent | 2ebb2bb1ab7445448d1ef561a06255313b766a94 [diff] |
tests: samples: Resolve duplicates in names. Several duplicates were found with scripts/twister -T samples/ -T tests/ --dry-run --list-test-duplicates This is an issue since duplicated names causes overwriting of results. Most duplicates looked like obvious copy-pase errors. New names where addopted looking at other tests in the same yaml or looking at the directory/descriptio. Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no>