Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3444c4a

Browse filesBrowse files
committed
Add dummy board_test.
1 parent c24f10e commit 3444c4a
Copy full SHA for 3444c4a

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed

‎test/hitl/hitl_test.py

Copy file name to clipboardExpand all lines: test/hitl/hitl_test.py
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def test_dfu(id):
155155
print('dfu test done')
156156

157157
def test_dfu_runtime(id):
158-
# Wait device enum
158+
# Wait device enum
159159
timeout = 10
160160
while timeout:
161161
ret = subprocess.run(f'dfu-util -l',
@@ -170,6 +170,9 @@ def test_dfu_runtime(id):
170170

171171
print('dfu_runtime test done')
172172

173+
def test_board_test(id):
174+
# Dummy test
175+
pass
173176

174177
if __name__ == '__main__':
175178
if len(sys.argv) != 2:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.