You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
409 B
12 lines
409 B
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
*** Settings *** |
|
Resource ${KEYWORDS} |
|
|
|
*** Test Cases *** |
|
Should Read Version From Shell |
|
# `Prepare Machine` keyword comes from $ZEPHYR_BASE/tests/robot/common.robot file, which is imported as a resource |
|
Prepare Machine |
|
Wait For Prompt On Uart uart:~$ |
|
Write Line To Uart version |
|
Wait For Line On Uart Zephyr version
|
|
|