codecoup / auto-pts

The Bluetooth PTS automation framework
GNU General Public License v2.0
0 stars 2 forks source link

Use workspace to get a list of all supported test cases #29

Closed michal-narajowski closed 3 years ago

michal-narajowski commented 3 years ago

We don't need to list every test case that is supported. A PTS workspace contains all supported test cases. By default we should have some generic wid handler that is common to all platforms and maybe some preconditions (some requirements for test case are not communicated through wids). If a platform needs some specific behavior then it should be implemented but 90% of the time it would be just default handlers and this removes a lot of code. After this change adding support for new platforms would be much easier (to implement, to test and to review).

michal-narajowski commented 3 years ago

Fixed by https://github.com/intel/auto-pts/pull/487