summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpschedaffinity02/smpschedaffinity02.doc
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2014-07-10 10:19:06 -0500
committerJennifer Averett <jennifer.averett@oarcorp.com>2014-07-11 10:12:48 -0500
commit09293069332618561efd556c31a7b81188563d0a (patch)
tree3e22a24daee858d8ea44cb3627b38f302dfe5e12 /testsuites/smptests/smpschedaffinity02/smpschedaffinity02.doc
parentsmpschedaffinity01: New test. (diff)
downloadrtems-09293069332618561efd556c31a7b81188563d0a.tar.bz2
smpschedaffinity02: New test.
This test checks setting the affinity of a secondary task on a two core system.
Diffstat (limited to 'testsuites/smptests/smpschedaffinity02/smpschedaffinity02.doc')
-rw-r--r--testsuites/smptests/smpschedaffinity02/smpschedaffinity02.doc17
1 files changed, 17 insertions, 0 deletions
diff --git a/testsuites/smptests/smpschedaffinity02/smpschedaffinity02.doc b/testsuites/smptests/smpschedaffinity02/smpschedaffinity02.doc
new file mode 100644
index 0000000000..0ade62a344
--- /dev/null
+++ b/testsuites/smptests/smpschedaffinity02/smpschedaffinity02.doc
@@ -0,0 +1,17 @@
+This file describes the directives and concepts tested by this test set.
+
+test set name: smpschedaffinity02
+
+directives:
+
+ - _Scheduler_priority_affinity_xxx
+
+concepts:
+
+ Test designed for 2 cores: Init task and TA1 task.
+ of equal priorities.
+
+ - Set TA1 affinity to core 0 verify core
+ - Set TA1 affinity to core 1 verify it does not run because
+ the Init task never blocks
+ - Set Init affinity to core 0 verify both tasks are on the correct cores.