17 lines
557 B
Plaintext
17 lines
557 B
Plaintext
|
|
*** Keywords ***
|
|
Create Machine
|
|
Execute Command mach create
|
|
Execute Command machine LoadPlatformDescription @platforms/cpus/miv.repl
|
|
|
|
|
|
*** Test Cases ***
|
|
Should Open Host UART Terminal
|
|
[Tags] skip_windows non_critical basic-tests
|
|
${pty_link}= Allocate Temporary File
|
|
Create Machine
|
|
# We need forceCreate because Allocate Temporary File creates a file which our
|
|
# symlink needs to overwrite.
|
|
Execute Command emulation CreateUartPtyTerminal "tmp" "${pty_link}" true
|
|
|