summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpmigration02
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-09-01 11:01:04 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-09-01 11:01:04 +0200
commit4030cccfef9b6a600e23cd9bb2ff074cc0a86b73 (patch)
tree17affc4280482bb9f4a01025cf42e7c96ecbefb3 /testsuites/smptests/smpmigration02
parentsmptests/smpfatal08: Fix link error (diff)
downloadrtems-4030cccfef9b6a600e23cd9bb2ff074cc0a86b73.tar.bz2
tests: Add documentation
Diffstat (limited to 'testsuites/smptests/smpmigration02')
-rw-r--r--testsuites/smptests/smpmigration02/smpmigration02.doc8
1 files changed, 6 insertions, 2 deletions
diff --git a/testsuites/smptests/smpmigration02/smpmigration02.doc b/testsuites/smptests/smpmigration02/smpmigration02.doc
index bfae205f5d..887f6aa58b 100644
--- a/testsuites/smptests/smpmigration02/smpmigration02.doc
+++ b/testsuites/smptests/smpmigration02/smpmigration02.doc
@@ -4,9 +4,13 @@ test set name: smpmigration02
directives:
- - _Scheduler_SMP_Allocate_processor()
+ - rtems_task_set_scheduler()
- _CPU_Context_switch()
+ - _Scheduler_SMP_Allocate_processor_lazy()
+ - _Thread_Dispatch()
concepts:
- - Ensure that forced thread migration works.
+ - Ensure that forced thread migration via rtems_task_set_scheduler() works.
+ - Ensure that thread migration is cancelled in case _Thread_Dispatch() is
+ delayed and the processor assignment changes.