summaryrefslogtreecommitdiff
path: root/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_priority.scen
blob: ed5858808f944203e756199d214c1fcca525c1cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
#  Check increasing and decrease priority
#
rtems_init 4
task_create smp1 5
task_create smp2 8
task_create smp3 8
task_create smp4 8
task_create smp5 8
# GOAL: 0x0a010001 - 0x0a010004 are heir and executing
# GOAL:   on CPUs 3 - 0 respectively
cpus

task_priority smp1 4
# GOAL: 0x0a010001 - 0x0a010004 are heir and executing
# GOAL:   on CPUs 3 - 0 respectively (no change)
cpus

task_priority smp1 7
# GOAL: 0x0a010001 - 0x0a010004 are heir and executing
# GOAL:   on CPUs 3 - 0 respectively (no change)
cpus

task_priority smp1 8
# GOAL: 0x0a010005, 0x0a010002 - 0x0a010004 are heir and executing
# GOAL:   on CPUs 3 - 0 respectively
cpus

task_priority smp1 5
# GOAL: 0x0a010001 - 0x0a010004 are heir and executing
# GOAL:   on CPUs 3 - 0 respectively
cpus