/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/ |
D | LedKeywords.cs | 31 …ssertLedState(bool state, float? timeout = null, int? testerId = null, bool pauseEmulation = false) in AssertLedState() argument 33 GetTesterOrThrowException(testerId).AssertState(state, timeout, pauseEmulation); in AssertLedState() 38 bool pauseEmulation = false) in AssertAndHoldLedState() argument 40 …owException(testerId).AssertAndHoldState(initialState, timeoutAssert, timeoutHold, pauseEmulation); in AssertAndHoldLedState() 45 bool pauseEmulation = false) in AssertLedDutyCycle() argument 47 …rowException(testerId).AssertDutyCycle(testDuration, expectedDutyCycle, tolerance, pauseEmulation); in AssertLedDutyCycle() 52 int? testerId = null, bool pauseEmulation = false) in AssertLedIsBlinking() argument 54 …ption(testerId).AssertIsBlinking(testDuration, onDuration, offDuration, tolerance, pauseEmulation); in AssertLedIsBlinking()
|
D | UartKeywords.cs | 75 bool? pauseEmulation = null) in WaitForPromptOnUart() argument 77 return WaitForLineOnUart(prompt, timeout, testerId, treatAsRegex, true, pauseEmulation); in WaitForPromptOnUart() 82 … bool includeUnfinishedLine = false, bool? pauseEmulation = null, bool? matchNextLine = null) in WaitForLineOnUart() argument 87 pauseEmulation ?? defaultPauseEmulation, matchNextLine ?? defaultMatchNextLine); in WaitForLineOnUart() 93 … bool includeUnfinishedLine = false, bool? pauseEmulation = null, bool? matchFromNextLine = null) in WaitForLinesOnUart() argument 98 … pauseEmulation ?? defaultPauseEmulation, matchFromNextLine ?? defaultMatchNextLine); in WaitForLinesOnUart() 104 bool? pauseEmulation = null, bool? matchStart = false) in WaitForBytesOnUart() argument 109 pauseEmulation ?? defaultPauseEmulation, matchStart ?? defaultMatchNextLine); in WaitForBytesOnUart() 134 …ult WaitForNextLineOnUart(float? timeout = null, int? testerId = null, bool? pauseEmulation = null) in WaitForNextLineOnUart() argument 138 return tester.NextLine(timeInterval, pauseEmulation ?? defaultPauseEmulation); in WaitForNextLineOnUart() [all …]
|
D | LogTester.cs | 66 if(pauseEmulation) in Log() 82 pauseEmulation = false; in Log() 91 bool pauseEmulation = false, LogLevel level = null) in WaitForEntry() argument 111 this.pauseEmulation = pauseEmulation; in WaitForEntry() 119 if(this.pauseEmulation) in WaitForEntry() 136 if(pauseEmulation) in WaitForEntry() 190 private bool pauseEmulation; field in Antmicro.Renode.RobotFramework.LogTester
|
D | RenodeKeywords.cs | 317 bool? pauseEmulation = null, LogLevel level = null) in WaitForLogEntry() argument 321 …ntry(pattern, out var bufferedMessages, timeout, keep, treatAsRegex, pauseEmulation ?? defaultPaus… in WaitForLogEntry() 336 …ing pattern, float? timeout = null, bool treatAsRegex = false, bool? pauseEmulation = null, LogLev… in ShouldNotBeInLog() argument 342 …Tester.WaitForEntry(pattern, out var _, timeout, true, treatAsRegex, pauseEmulation ?? defaultPaus… in ShouldNotBeInLog()
|
/Renode-v1.15.3-c57714d/tests/platforms/ |
D | Renesas_EK-RA2E1.robot | 28 Wait For Log Entry AGT0 True level=Error pauseEmulation=true timeout=0.011 29 Wait For Log Entry AGT0 False level=Error pauseEmulation=true 31 Assert Led State True timeout=0.01 pauseEmulation=true 33 …ing testDuration=0.05 onDuration=0.005 offDuration=0.005 tolerance=0.2 pauseEmulation=true 34 Assert Led State True timeout=0.005 pauseEmulation=true 38 … For Line On Uart Periodic timer stopped. Enter any key to start timers. pauseEmulation=true
|
D | nucleo_h753zi.robot | 101 Assert LED Is Blinking testDuration=8 onDuration=1 offDuration=1 pauseEmulation=true 153 Assert LED State false testerId=${led3_tester} pauseEmulation=true 154 Assert LED State false testerId=${led1_tester} pauseEmulation=true 159 …Assert LED State true testerId=${led1_tester} pauseEmulation=true timeo… 160 Assert LED State false testerId=${led3_tester} pauseEmulation=true 163 Assert LED State false testerId=${led1_tester} pauseEmulation=true 164 Assert LED State false testerId=${led3_tester} pauseEmulation=true 166 Assert LED State true testerId=${led1_tester} pauseEmulation=true 167 Assert LED State false testerId=${led3_tester} pauseEmulation=true 179 Assert LED State false testerId=${led3_tester} pauseEmulation=true [all …]
|
D | Renesas_RA8M1.robot | 20 [Arguments] ${pauseEmulation}=true 24 Create Terminal Tester sysbus.segger_rtt defaultPauseEmulation=${pauseEmulation} 77 Assert Led State True timeout=0.01 pauseEmulation=true 79 … testDuration=0.05 onDuration=0.005 offDuration=0.005 tolerance=0.2 pauseEmulation=true 80 Assert Led State True timeout=0.005 pauseEmulation=true
|
D | SAM4S_XPLAINED.robot | 27 Assert LED Is Blinking testDuration=8 onDuration=1 offDuration=1 pauseEmulation=true
|
D | STM32L072.robot | 281 Assert LED State true pauseEmulation=true 284 Assert LED State false pauseEmulation=true 285 Wait For Line On Uart STM32L0xx USART LL API Example : TX/RX in DMA mode pauseEmulation=true 286 …figuration UART 115200 bps, 8 data bit/1 stop bit/No parity/No HW flow control pauseEmulation=true 287 Wait For Line On Uart Please enter 'END' string ... pauseEmulation=true
|
D | Renesas_RA6M5.robot | 112 Wait For Log Entry AGT0 True level=Error pauseEmulation=true timeout=0.011 113 Wait For Log Entry AGT0 False level=Error pauseEmulation=true 115 Assert Led State True timeout=0.01 pauseEmulation=true 117 … testDuration=0.05 onDuration=0.005 offDuration=0.005 tolerance=0.2 pauseEmulation=true 118 Assert Led State True timeout=0.005 pauseEmulation=true 122 … Line On Uart Periodic timer stopped. Enter any key to start timers. pauseEmulation=true
|
D | Renesas_RZ_G2L.robot | 37 [Arguments] ${pauseEmulation}=true 41 Create Terminal Tester sysbus.segger_rtt defaultPauseEmulation=${pauseEmulation} 134 Assert LED Is Blinking testDuration=5 onDuration=1 offDuration=1 pauseEmulation=true
|
D | Renesas_DA14592.robot | 53 Wait For Line On Uart Hello, world! pauseEmulation=true
|
D | ambiq-apollo4.robot | 40 Wait For Line On Uart SUCCESS! pauseEmulation=true
|
/Renode-v1.15.3-c57714d/tests/unit-tests/ |
D | precise-pause.robot | 94 Wait For Line On Uart Press the button pauseEmulation=true 98 …${l}= Wait For Line On Uart Button pressed at (\\d+) pauseEmulation=true tre… 110 Wait For Line On Uart Press the button pauseEmulation=true 114 …${l}= Wait For Line On Uart Button pressed at (\\d+) pauseEmulation=true tre… 124 Wait For Line On Uart Press the button pauseEmulation=true 128 Wait For Line On Uart Button pressed at (\\d+) pauseEmulation=true treatAsRegex=true 135 Wait For Line On Uart Press the button pauseEmulation=true 166 Assert LED State true pauseEmulation=true 170 Assert LED State false pauseEmulation=true 183 Assert And Hold LED State ${state} timeoutAssert=1 timeoutHold=1 pauseEmulation=true [all …]
|
D | instructions-counting.robot | 98 Wait For Log Entry BlockEnd Hook: Executed 7 Instructions pauseEmulation=true 126 Wait For Log Entry ENTER WFI - instructions count = 4 pauseEmulation=true 170 Wait For Prompt On Uart x pauseEmulation=true
|
D | big-endian-watchpoint.robot | 293 Wait For Prompt On Uart QR5567> pauseEmulation=true 312 Wait For Prompt On Uart >>> pauseEmulation=true
|
/Renode-v1.15.3-c57714d/tests/peripherals/ |
D | ARM_GenericInterruptController.robot | 77 …cknowledge) register of memory-mapped CPU Interface, returned 0x3B. keep=True pauseEmulation=True 79 …cknowledge) register of memory-mapped CPU Interface, returned 0x3B. keep=True pauseEmulation=True
|
D | LIS2DW12.robot | 63 …2dw12@2d *\\[g]: *\\( *${outStr}, *${outStr}, *${outStr}\\) treatAsRegex=true pauseEmulation=true 81 Wait For Log Entry result: ${lsbs} timeout=2 pauseEmulation=true keep=true 112 Wait For Line On Uart Booting Zephyr OS pauseEmulation=true
|
/Renode-v1.15.3-c57714d/tests/platforms/verilated/ |
D | verilated_ibex_pause_resume.robot | 44 Wait For Line On Uart Build your hardware, easily! pauseEmulation=true
|