]> granicus.if.org Git - esp-idf/commit
Merge branch 'test/reboot_between_unit_test_cases' into 'release/v2.0'
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 5 Apr 2017 12:52:13 +0000 (20:52 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 5 Apr 2017 12:52:13 +0000 (20:52 +0800)
commit6181af2a0b041099680d3da29872bc016d3d65ac
tree2e1fbb6c4666085a8bb10aac477041854525a081
parent7a83c87c44504e167c002a7b2868b11f7ea7b028
parentabf0cd8421e41823e0db1eafd51ffbe6a24881ea
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