source: rtems-schedsim/schedsim/shell/schedsim_priority/scenarios/script03.scen @ 9077d3c

Last change on this file since 9077d3c was 9077d3c, checked in by Joel Sherrill <joel.sherrill@…>, on 05/17/11 at 19:31:08

2011-05-17 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Merge and update code. Simulators for Deterministic Priority and SMP Simple Schedulers now work.
  • ChangeLog?, smp_stub.c, scenarios/script01.expected, scenarios/script01.output, scenarios/script01.scen, scenarios/script02.expected, scenarios/script02.output, scenarios/script02.scen, scenarios/script03.expected, scenarios/script03.output, scenarios/script03.scen, scenarios/script04.expected, scenarios/script04.output, scenarios/script04.scen, scenarios/script05.expected, scenarios/script05.output, scenarios/script05.scen, scenarios/script06.expected, scenarios/script06.output, scenarios/script06.scen: New files.
  • scenarios/script01, scenarios/script02, scenarios/script03, scenarios/script04, scenarios/script05, scenarios/script06: Removed.
  • Property mode set to 100644
File size: 432 bytes
Line 
1echo "*** TEST 03 ***"
2rtems_init
3echo "=== Create 0x0a010001 ==="
4task_create TA1 1
5echo "** Mode - query"
6task_mode
7echo "** Mode - set no timeslicing"
8task_mode -t
9echo "** Mode - set timeslicing"
10task_mode -T
11echo "** Mode - set no timeslicing and no preempt"
12task_mode -t -p
13echo "** Mode - set timeslicing and preempt"
14task_mode -T -P
15echo "** Mode - query"
16task_mode
17echo "*** END OF TEST 03 ***"
18exit
19# We will not get here
Note: See TracBrowser for help on using the repository browser.