summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/schedsim_priority/scenarios/script01.expected
diff options
context:
space:
mode:
Diffstat (limited to 'schedsim/shell/schedsim_priority/scenarios/script01.expected')
-rw-r--r--schedsim/shell/schedsim_priority/scenarios/script01.expected22
1 files changed, 22 insertions, 0 deletions
diff --git a/schedsim/shell/schedsim_priority/scenarios/script01.expected b/schedsim/shell/schedsim_priority/scenarios/script01.expected
new file mode 100644
index 0000000..8a18f29
--- /dev/null
+++ b/schedsim/shell/schedsim_priority/scenarios/script01.expected
@@ -0,0 +1,22 @@
+*** TEST 01 ***
+ Thread Heir: 0x09010001 priority=255
+ Thread Executing: 0x09010001 priority=255
+=== Create and delete 0x0a010001 ===
+Creating task with: Preemption: yes Timeslicing: no
+Task (TA1) created: id=0x0a010001, priority=3
+Task (TA1) starting: id=0x0a010001, priority=3
+ Thread Heir: 0x0a010001 priority=3
+ Thread Executing: 0x0a010001 priority=3
+ Thread Heir: 0x09010001 priority=255
+ Thread Executing: 0x09010001 priority=255
+Task (0x0a010001) deleted
+=== Create and delete 0x0a010002 ===
+Creating task with: Preemption: yes Timeslicing: no
+Task (TA1) created: id=0x0a010002, priority=3
+Task (TA1) starting: id=0x0a010002, priority=3
+ Thread Heir: 0x0a010002 priority=3
+ Thread Executing: 0x0a010002 priority=3
+ Thread Heir: 0x09010001 priority=255
+ Thread Executing: 0x09010001 priority=255
+Task (0x0a010002) deleted
+*** END OF TEST 01 ***