source: rtems-schedsim/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_priority.expected

Last change on this file was 42888e1, checked in by Jennifer Averett <jennifer.averett@…>, on 06/03/14 at 12:25:24

schedsim_smpsimple: Add task verification per core to scenario.

  • Property mode set to 100644
File size: 4.7 KB
Line 
1Script File               : cpus4_priority.scen
2verbose                   : 1
3==> 1: #
4==> 2: #  Check increasing and decrease priority
5==> 3: #
6==> 4: rtems_init 4
7  CPU 0: Thread Heir: 0x09010001 priority=255
8  CPU 0: Thread Executing: 0x09010001 priority=255
9  CPU 1: Thread Heir: 0x09010002 priority=255
10  CPU 1: Thread Executing: 0x09010002 priority=255
11  CPU 2: Thread Heir: 0x09010003 priority=255
12  CPU 2: Thread Executing: 0x09010003 priority=255
13  CPU 3: Thread Heir: 0x09010004 priority=255
14  CPU 3: Thread Executing: 0x09010004 priority=255
15==> 5: task_create smp1 5
16Creating task with:  Preemption: yes Timeslicing: no
17Task (smp1) created: id=0x0a010001, priority=5
18Task (smp1) starting: id=0x0a010001, priority=5
19  CPU 3: Thread Heir: 0x0a010001 priority=5
20  CPU 3: Thread Executing: 0x0a010001 priority=5
21==> 6: task_create smp2 8
22Creating task with:  Preemption: yes Timeslicing: no
23Task (smp2) created: id=0x0a010002, priority=8
24Task (smp2) starting: id=0x0a010002, priority=8
25  CPU 2: Thread Heir: 0x0a010002 priority=8
26  CPU 2: Thread Executing: 0x0a010002 priority=8
27==> 7: task_create smp3 8
28Creating task with:  Preemption: yes Timeslicing: no
29Task (smp3) created: id=0x0a010003, priority=8
30Task (smp3) starting: id=0x0a010003, priority=8
31  CPU 1: Thread Heir: 0x0a010003 priority=8
32  CPU 1: Thread Executing: 0x0a010003 priority=8
33==> 8: task_create smp4 8
34Creating task with:  Preemption: yes Timeslicing: no
35Task (smp4) created: id=0x0a010004, priority=8
36Task (smp4) starting: id=0x0a010004, priority=8
37  CPU 0: Thread Heir: 0x0a010004 priority=8
38  CPU 0: Thread Executing: 0x0a010004 priority=8
39==> 9: task_create smp5 8
40Creating task with:  Preemption: yes Timeslicing: no
41Task (smp5) created: id=0x0a010005, priority=8
42Task (smp5) starting: id=0x0a010005, priority=8
43==> 10: # GOAL: 0x0a010001 - 0x0a010004 are heir and executing
44==> 11: # GOAL:   on CPUs 3 - 0 respectively
45==> 12: cpus smp4 smp3 smp2 smp1
46=== CPU Status
47          EXECUTING      /   HEIR             / SWITCH NEEDED
48  CPU 0: 0x0a010004 @  8 / 0x0a010004 @  8          false
49  CPU 1: 0x0a010003 @  8 / 0x0a010003 @  8          false
50  CPU 2: 0x0a010002 @  8 / 0x0a010002 @  8          false
51  CPU 3: 0x0a010001 @  5 / 0x0a010001 @  5          false
52=== End of Ready Set of Threads
53==> 13:
54==> 14: task_priority smp1 4
55Task (0x0a010001) Change Priority from 5 to 4
56==> 15: # GOAL: 0x0a010001 - 0x0a010004 are heir and executing
57==> 16: # GOAL:   on CPUs 3 - 0 respectively (no change)
58==> 17: cpus smp4 smp3 smp2 smp1
59=== CPU Status
60          EXECUTING      /   HEIR             / SWITCH NEEDED
61  CPU 0: 0x0a010004 @  8 / 0x0a010004 @  8          false
62  CPU 1: 0x0a010003 @  8 / 0x0a010003 @  8          false
63  CPU 2: 0x0a010002 @  8 / 0x0a010002 @  8          false
64  CPU 3: 0x0a010001 @  4 / 0x0a010001 @  4          false
65=== End of Ready Set of Threads
66==> 18:
67==> 19: task_priority smp1 7
68Task (0x0a010001) Change Priority from 4 to 7
69==> 20: # GOAL: 0x0a010001 - 0x0a010004 are heir and executing
70==> 21: # GOAL:   on CPUs 3 - 0 respectively (no change)
71==> 22: cpus smp4 smp3 smp2 smp1
72=== CPU Status
73          EXECUTING      /   HEIR             / SWITCH NEEDED
74  CPU 0: 0x0a010004 @  8 / 0x0a010004 @  8          false
75  CPU 1: 0x0a010003 @  8 / 0x0a010003 @  8          false
76  CPU 2: 0x0a010002 @  8 / 0x0a010002 @  8          false
77  CPU 3: 0x0a010001 @  7 / 0x0a010001 @  7          false
78=== End of Ready Set of Threads
79==> 23:
80==> 24: task_priority smp1 8
81  CPU 3: Thread Heir: 0x0a010005 priority=8
82  CPU 3: Thread Executing: 0x0a010005 priority=8
83Task (0x0a010001) Change Priority from 7 to 8
84==> 25: # GOAL: 0x0a010005, 0x0a010002 - 0x0a010004 are heir and executing
85==> 26: # GOAL:   on CPUs 3 - 0 respectively
86==> 27: cpus smp4 smp3 smp2 smp5
87=== CPU Status
88          EXECUTING      /   HEIR             / SWITCH NEEDED
89  CPU 0: 0x0a010004 @  8 / 0x0a010004 @  8          false
90  CPU 1: 0x0a010003 @  8 / 0x0a010003 @  8          false
91  CPU 2: 0x0a010002 @  8 / 0x0a010002 @  8          false
92  CPU 3: 0x0a010005 @  8 / 0x0a010005 @  8          false
93=== End of Ready Set of Threads
94==> 28:
95==> 29: task_priority smp1 5
96  CPU 3: Thread Heir: 0x0a010001 priority=5
97  CPU 3: Thread Executing: 0x0a010001 priority=5
98Task (0x0a010001) Change Priority from 8 to 5
99==> 30: # GOAL: 0x0a010001 - 0x0a010004 are heir and executing
100==> 31: # GOAL:   on CPUs 3 - 0 respectively
101==> 32: cpus smp4 smp3 smp2 smp1
102=== CPU Status
103          EXECUTING      /   HEIR             / SWITCH NEEDED
104  CPU 0: 0x0a010004 @  8 / 0x0a010004 @  8          false
105  CPU 1: 0x0a010003 @  8 / 0x0a010003 @  8          false
106  CPU 2: 0x0a010002 @  8 / 0x0a010002 @  8          false
107  CPU 3: 0x0a010001 @  5 / 0x0a010001 @  5          false
108=== End of Ready Set of Threads
Note: See TracBrowser for help on using the repository browser.