Roland Dobai
da6479e6b7
Correct Python 3 support for some test related scripts
2018-09-18 09:55:51 +00:00
He Yin Ling
81f806e676
test: change initial condition of unit test:
...
now UT App will not print test menu by default. it will print a prompt
to indicate it's ready. we can check this prompt instead of delay.
2017-11-20 17:51:27 +08:00
houchenyao
f80824a2d8
test: support test for UT cases expect to reset
2017-11-07 12:19:39 +08:00
houchenyao
cf64c7e9a6
unit test: add sd env and spi env for sdmmc
2017-08-22 21:01:34 +08:00
Ivan Grokhotkov
e9913a11c1
Merge branch 'test/reboot_between_unit_test_cases' into 'release/v2.0'
...
CI: add reset between running each unit test cases
Unit test is designed to detect bug **within** each test case. Therefore we'll reset between each case to provide a clean context. We will later add stress cases to run unit test cases together to detect potential bugs.
See merge request !636
2017-04-10 12:59:49 +08:00
antti
0501507d6b
CI: add script for parsing unit test cases for CI from test files
...
Add python script that parses list of unit test cases for CI from component test folder
Modify .gitlab-ci.yml to run this script as part of build unit tests stage
2017-01-18 17:08:20 +08:00
Ivan Grokhotkov
8f3c74353a
newlib: fix unit test name in test config
2016-12-13 13:24:01 +08:00
antti
13e7e69239
remove unexisting tests in unit test CIConfig
2016-11-23 16:22:51 +08:00
He Yin Ling
47910466ce
Set result "Succeed" for passed cases
2016-11-02 20:54:22 +08:00
He Yin Ling
e56b745527
incorrect "/", should be "\"
2016-11-02 20:21:46 +08:00
He Yin Ling
c12aeb1127
add case select by name mark " before case name
2016-11-02 20:12:43 +08:00
Yinling
2e319705ec
forget to break when test succeed
2016-11-02 19:41:33 +08:00
Yinling
fdff6b2b01
run unit test case by case name
2016-11-02 19:08:55 +08:00
Yinling
5784586041
integrate unit test to CI
2016-11-01 19:30:42 +08:00