Home
last modified time | relevance | path

Searched refs:tester (Results 1 – 22 of 22) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DUartKeywords.cs59 TerminalTester tester; in CreateTerminalTester()
62tester = new TerminalTester(TimeInterval.FromSeconds(timeoutInSeconds), result, binaryMode: binary… in CreateTerminalTester()
66tester = new TerminalTester(TimeInterval.FromSeconds(timeoutInSeconds), binaryMode: binaryMode); in CreateTerminalTester()
68 tester.AttachTo(uartObject); in CreateTerminalTester()
69 return tester; in CreateTerminalTester()
84 return DoTest(timeout, testerId, (tester, timeInterval) => in WaitForLineOnUart()
86 return tester.WaitFor(content, timeInterval, treatAsRegex, includeUnfinishedLine, in WaitForLineOnUart()
95 return DoTest(timeout, testerId, (tester, timeInterval) => in WaitForLinesOnUart()
97 return tester.WaitFor(content, timeInterval, treatAsRegex, includeUnfinishedLine, in WaitForLinesOnUart()
106 return DoTest(timeout, testerId, (tester, timeInterval) => in WaitForBytesOnUart()
[all …]
DTestersProvider.cs97 var tester = creator(emulationElement); in CreateNewTester()
99 testers.Add(peripheralsWithTesters.Count - 1, tester); in CreateNewTester()
111 if(!testers.TryGetValue(id.Value, out var tester)) in SetDefaultTesterId()
115 defaultTester = tester; in SetDefaultTesterId()
144 if(!testers.TryGetValue(testerId.Value, out var tester)) in GetTesterOrThrowException()
148 return tester; in GetTesterOrThrowException()
DNetworkInterfaceKeywords.cs61 var tester = GetTesterOrThrowException(testerId); in SendFrame()
64 tester.SendFrame(bytes); in SendFrame()
/Renode-v1.15.3-c57714d/tests/platforms/
DBeagleV-StarLight.robot19 …${tester} = Create Terminal Tester ${UART} 40 ${machine} defaultPauseEmulatio…
20 RETURN ${tester}
28 [Arguments] ${tester}
29 Wait For Line On Uart OpenSBI v0.9 testerId=${tester}
30 Wait For Line On Uart Platform Name\\s+: StarFive testerId=${tester} treatAsRegex=true
31 Wait For Line On Uart U-Boot 2021.01 testerId=${tester}
32 Wait For Prompt On Uart dwmac.10020000 testerId=${tester}
35 [Arguments] ${tester}
36 Wait For Prompt On Uart buildroot login: testerId=${tester}
37 Write Line To Uart root testerId=${tester}
[all …]
DARMv8R-HiRTOS.robot82 ${tester}= Create Terminal Tester ${UART0} defaultPauseEmulation=true
85 Wait For Hello Sample ${tester}
89 ${tester}= Create Terminal Tester ${UART0} defaultPauseEmulation=true
92 Wait For Hello Partitions Sample ${tester}
DRenesas_EK-RA2E1.robot36 # Stop timers, clear log tester history and check whether the periodic timer stops
DRenesas_RA8M1.robot82 # Stop timers, clear log tester history and check whether the periodic timer stops
DSiFive-FU540.robot91 # there is some bug in PWM implementation or the PWM tester and this tests fails non-deterministica…
DZedboard.robot128 ${tester}= Create Terminal Tester ${UART}
129 RETURN ${tester}
DRenesas_RA6M5.robot120 # Stop timers, clear log tester history and check whether the periodic timer stops
/Renode-v1.15.3-c57714d/tests/peripherals/
DSynopsysDWCEthernetQualityOfService.robot163 ${tester-0}= Create Terminal Tester ${UART} machine=machine-0
166 ${tester-1}= Create Terminal Tester ${UART} machine=machine-1
170 …Wait For Prompt On Uart buildroot login: testerId=${tester-0} …
171 …Wait For Prompt On Uart buildroot login: testerId=${tester-1} …
172 Write Line To Uart root testerId=${tester-0}
173 Write Line To Uart root testerId=${tester-1}
175 Wait For Prompt On Uart ${PROMPT} testerId=${tester-0}
176 Wait For Prompt On Uart ${PROMPT} testerId=${tester-1}
177 Write Line To Uart ifconfig eth0 hw ether 02:01:03:05:04:06 testerId=${tester-0}
178 Write Line To Uart ifconfig eth0 hw ether 02:01:03:05:04:07 testerId=${tester-1}
[all …]
DMCAN.robot140 ${tester-0}= Create Terminal Tester ${UART} machine=machine-0
146 ${tester-1}= Create Terminal Tester ${UART} machine=machine-1
151 Wait For Line On Uart Got 247 bytes in total testerId=${tester-0}
152 Wait For Line On Uart Got 247 bytes in total testerId=${tester-1}
153 Wait For Line On Uart TX complete cb [0] testerId=${tester-0}
154 Wait For Line On Uart TX complete cb [0] testerId=${tester-1}
155 … Wait For Line On Uart This is the sample test for the short payload testerId=${tester-0}
156 … Wait For Line On Uart This is the sample test for the short payload testerId=${tester-1}
174 ${tester-0}= Create Terminal Tester ${UART} machine=machine-0
177 ${tester-1}= Create Terminal Tester ${UART} machine=machine-1
[all …]
DUT32_CAN.robot89 ${tester-0}= Create Terminal Tester ${UART} machine=machine-0
92 ${tester-1}= Create Terminal Tester ${UART} machine=machine-1
99 …Uart net_socket_can_sample: [0] CAN frame: IDE 0x0 RTR 0x0 ID 0x1 DLC 0x8 testerId=${tester-0}
100 …Uart net_socket_can_sample: [0] CAN frame: IDE 0x0 RTR 0x0 ID 0x1 DLC 0x8 testerId=${tester-1}
101 Wait For Line On Uart f0 f1 f2 f3 f4 f5 f6 f7 testerId=${tester-0}
102 Wait For Line On Uart f0 f1 f2 f3 f4 f5 f6 f7 testerId=${tester-1}
119 ${tester-0}= Create Terminal Tester ${UART} machine=machine-0
122 ${tester-1}= Create Terminal Tester ${UART} machine=machine-1
129 Wait For Line On Uart Counter received: ${i} testerId=${tester-0}
130 Wait For Line On Uart Counter received: ${i} testerId=${tester-1}
DS32K3XX_FlexCAN.robot36 ${tester-0}= Create Terminal Tester ${UART} machine=machine-0
39 ${tester-1}= Create Terminal Tester ${UART} machine=machine-1
48 Wait For Line On Uart Counter received: ${i} testerId=${tester-0}
49 Wait For Line On Uart Counter received: ${i} testerId=${tester-1}
DARM_GenericInterruptController.robot83 # create new tester to clear log history
/Renode-v1.15.3-c57714d/tests/platforms/CC2538/
Dcc2538_rpl-udp.robot39 ${server-tester}= Create Terminal Tester ${UART} machine=server
44 ${client1-tester}= Create Terminal Tester ${UART} machine=client-1
49 ${client2-tester}= Create Terminal Tester ${UART} machine=client-2
56 … Received request (\\d+) from fd00::200:0:0:2 testerId=${server-tester} treatAsReg…
57 … Sending response (\\d+) to fd00::200:0:0:2 testerId=${server-tester} treatAsReg…
58 … Received request (\\d+) from fd00::200:0:0:3 testerId=${server-tester} treatAsReg…
59 … Sending response (\\d+) to fd00::200:0:0:3 testerId=${server-tester} treatAsReg…
63 …or Line On Uart Sending request ${i} to fd00::200:0:0:1 testerId=${client1-tester}
64 …or Line On Uart Received response ${i} from fd00::200:0:0:1 testerId=${client1-tester}
68 …or Line On Uart Sending request ${i} to fd00::200:0:0:1 testerId=${client2-tester}
[all …]
/Renode-v1.15.3-c57714d/tests/unit-tests/
Duart-tester.robot37 ... *There is more than one tester available*
70 ... *Terminal tester failed!*
91 ... *There is more than one tester available*
99 ... *Attempt to wait for bytes on a tester configured in text mode*
107 ... *Attempt to wait for text on a tester configured in binary mode*
126 ... *Terminal tester failed*
144 ... *Terminal tester failed*
176 # Note that due to how the tester works (evaluating the pattern after every byte written)
Dlog-tests.robot77 …Execute Command machine LoadPlatformDescriptionFromString "tester: Dynamic.SubobjectTest…
81 Execute Command logLevel -1 sysbus.tester
Dprecise-pause.robot60 # We attach the tester to usart1 because nothing is printed to it
86 …Run Keyword And Expect Error *Terminal tester failed* Wait For Line On Uart String that was not…
Dper-core-registration.robot172 Run Keyword And Expect Error InvalidOperationException: Terminal tester failed!*
/Renode-v1.15.3-c57714d/tests/platforms/verilated/
Dzynq_verilated_fpga_isp.robot31 …ms like the simulated shell splits long lines what messes with `waitForEcho` in the terminal tester
/Renode-v1.15.3-c57714d/
DCHANGELOG.rst630 * precise pausing tests for LED and terminal tester
638 * duty cycle detection in LED tester
973 * verbose mode in Robot tester
1066 * option for filtering messages by log level in the log tester
1264 * added a source of a log message to the log tester
1313 * flushing of log tester
1778 * network interface tester for Robot tests
1876 * log tester for Robot Framework
2058 * implementation of LED tester