OVMS3-idf/tools/tiny-test-fw/Utility
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
..
__init__.py test: check and collect performance via CI 2017-11-16 17:48:30 +08:00
Attenuator.py tiny-test-fw: add utilities: 2018-05-15 03:29:31 +00:00
CaseConfig.py CI: new CI ut framework, and can run it in local PC 2018-02-05 06:58:22 +00:00
CIAssignTest.py CI: assign unit test cases according to sdkconfig: 2018-05-24 03:40:03 +00:00
GitlabCIJob.py CI: assign unit test cases according to sdkconfig: 2018-05-24 03:40:03 +00:00
LineChart.py tiny-test-fw: add utilities: 2018-05-15 03:29:31 +00:00
PowerControl.py tiny-test-fw: add utilities: 2018-05-15 03:29:31 +00:00
SearchCases.py test: add test fw for example test 2017-10-31 17:42:19 +08:00