Amber does not allow Not Supported to be returned as a test result
Open
cts
enhancement
- Dominant language
- C++
- Stars
- 228
- Forks
- 77
- PR merge metrics
- No merged PRs in 30d
Description
The function AmberTestInstance::iterate() allows only one of two states to be returned - Pass or Fail. Amber framework does check support of various device features, image format support etc. but if the device returns Not Supported the result is turned by Amber to Fail. I would advice to extend the Result class to store also Not Supported state.
Contributor guide
Assessment
This issue has not been assessed yet.