Skip to content

Commit 6181af2

Browse files
committed
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
2 parents 7a83c87 + abf0cd8 commit 6181af2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/idf_test/unit_test/InitialConditionAll.yml

+8
Original file line numberDiff line numberDiff line change
@@ -2935,19 +2935,27 @@ initial condition:
29352935
test script: InitCondBase
29362936
- check cmd set:
29372937
- ''
2938+
- - FREBOOT UT1
2939+
- ['']
2940+
- - DELAY 3
2941+
- ['']
29382942
- - UT UT1 -
29392943
- [R UT1 C Tests C Failures C Ignored]
29402944
force restore cmd set:
29412945
- ''
29422946
- - FREBOOT UT1
29432947
- ['']
2948+
- - DELAY 3
2949+
- ['']
29442950
- - UT UT1 -
29452951
- [R UT1 C Tests C Failures C Ignored]
29462952
initial condition detail: At UT menu page
29472953
restore cmd set:
29482954
- ''
29492955
- - FREBOOT UT1
29502956
- ['']
2957+
- - DELAY 3
2958+
- ['']
29512959
- - UT UT1 -
29522960
- [R UT1 C Tests C Failures C Ignored]
29532961
restore post cmd set:

0 commit comments

Comments
 (0)