blob: 28c93d8cd40b6b4064cb9e8bca2dc34d924cfac2 [file] [log] [blame]
Kevin Penga127b452021-02-23 10:02:55 +08001{
2 "description" : ["Trigger Secure interrupt during Secure Service execution"],
3 "steps": [
4 {
5 "wait_for" : "example_secure_service_start"
6 },
7 {
8 "expect" : "stop_secure_timer",
9 "trigger" : "timer_0_irq"
10 },
11 {
12 "wait_for" : "example_secure_service_end"
13 }
14 ]
15}