OVMS3-idf/tools/unit-test-app/tools
He Yin Ling 3b24bc42d2 CI: assign unit test cases according to sdkconfig:
We have built unit-test-app with different configs.
Currently we use the config name as tags to match runners.
It's not easy to add new configs (need to update tags to existed runners).

Now we'll parse required test runner tags from `sdkconfig` file.
For example, if config enables `CONFIG_SPIRAM_SUPPORT`, then it requires `psram` tag.
This will make adding new configs easier.

In this commit we change the one behavior of assign test: match keys of
cases should be exactly the same with job tags. This fixes cases select
jobs include their tags, and jobs requires those tags can't be assigned.
2018-05-24 03:40:03 +00:00
..
ConfigDependency.yml CI: assign unit test cases according to sdkconfig: 2018-05-24 03:40:03 +00:00
CreateSectionTable.py CI: revise unit test parser 2017-04-06 19:09:16 +08:00
ModuleDefinition.yml CI: revise unit test parser 2017-04-06 19:09:16 +08:00
TagDefinition.yml test: Allow per-unit-test timeouts 2018-05-21 12:27:10 +00:00
UnitTestParser.py CI: assign unit test cases according to sdkconfig: 2018-05-24 03:40:03 +00:00