1
2*** Test Cases ***
3UART Should Fail On High Quantum
4    Execute Command          include @scripts/single-node/miv.resc
5    Execute Command          emulation SetGlobalQuantum "10"
6    Execute Command          emulation Mode SynchronizedIO
7
8    Create Terminal Tester   sysbus.uart  timeout=1
9    Start Emulation
10
11    Wait For Prompt On Uart  uart
12    Write Line To Uart       help  waitForEcho=false
13    Test If Uart Is Idle     5
14
15UART Should Respond On High Quantum
16    Execute Command          include @scripts/single-node/miv.resc
17    Execute Command          emulation SetGlobalQuantum "10"
18    Execute Command          emulation Mode SynchronizedTimers
19
20    Create Terminal Tester   sysbus.uart  timeout=1
21    Start Emulation
22
23    Wait For Prompt On Uart  uart
24    Write Line To Uart       help
25    Wait For Line On Uart    Please press the <Tab> button to see all available commands.
26