summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpmigration01/smpmigration01.doc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-02 11:37:28 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-05 13:45:36 +0200
commitb9000fd57132779e0e6a81305105949388f7ad9c (patch)
tree8a9edc20e63b0819ae37f0bdd9a1ddfc83fa941f /testsuites/smptests/smpmigration01/smpmigration01.doc
parentsmp: Generalize _Thread_Start_multitasking() (diff)
downloadrtems-b9000fd57132779e0e6a81305105949388f7ad9c.tar.bz2
smptests/smpmigration01: New test
Diffstat (limited to 'testsuites/smptests/smpmigration01/smpmigration01.doc')
-rw-r--r--testsuites/smptests/smpmigration01/smpmigration01.doc15
1 files changed, 15 insertions, 0 deletions
diff --git a/testsuites/smptests/smpmigration01/smpmigration01.doc b/testsuites/smptests/smpmigration01/smpmigration01.doc
new file mode 100644
index 0000000000..e30bf40751
--- /dev/null
+++ b/testsuites/smptests/smpmigration01/smpmigration01.doc
@@ -0,0 +1,15 @@
+This file describes the directives and concepts tested by this test set.
+
+test set name: smpmigration01
+
+The screen file was obtained on a PowerPC QorIQ P1020E target running with a
+processor frequency of 800MHz.
+
+directives:
+
+ - _Thread_Dispatch()
+ - _Scheduler_simple_smp_Allocate_processor()
+
+concepts:
+
+ - Ensure that thread migration works.