仿真平台内核初版 -tlib库 包含<sparc arm riscv powerPC>
This commit is contained in:
24
tests/peripherals/CLIC/CLIC-preemption-01.robot
Normal file
24
tests/peripherals/CLIC/CLIC-preemption-01.robot
Normal file
@@ -0,0 +1,24 @@
|
||||
*** Variables ***
|
||||
${UART} sysbus.uart
|
||||
${PLATFORM} @tests/peripherals/CLIC/CLIC-test-platform.repl
|
||||
${BIN} @https://dl.antmicro.com/projects/renode/clic/clic_preemption-01.elf-s_10168-4a165b59b2d840747b93f7b8c2e61a2d0ef7da0f
|
||||
|
||||
*** Keywords ***
|
||||
Create Machine
|
||||
Execute Command using sysbus
|
||||
Execute Command mach create
|
||||
Execute Command machine LoadPlatformDescription ${PLATFORM}
|
||||
Execute Command sysbus LoadELF ${BIN}
|
||||
|
||||
*** Test Cases ***
|
||||
Should Pass CLIC-preemption-01
|
||||
Create Machine
|
||||
Create Terminal Tester ${UART}
|
||||
|
||||
Wait For Line On Uart Init complete
|
||||
Execute Command clic OnGPIO 16 True
|
||||
Wait For Line On Uart Interrupt 16, level 2
|
||||
Execute Command clic OnGPIO 17 True
|
||||
Should Not Be On Uart Interrupt 17, level 1
|
||||
Execute Command clic OnGPIO 18 True
|
||||
Wait For Line On Uart Interrupt 18, level 3
|
||||
Reference in New Issue
Block a user