summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smppsxaffinity02/smppsxaffinity02.doc
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2014-02-26 09:57:16 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2014-03-07 09:14:33 -0600
commit2ef0328958488ab47c31c7af4a2e87f9729f700c (patch)
tree98494971abd2a384c01689124e4d652568a60654 /testsuites/smptests/smppsxaffinity02/smppsxaffinity02.doc
parentsmptests: Add smppsxaffinity01. (diff)
downloadrtems-2ef0328958488ab47c31c7af4a2e87f9729f700c.tar.bz2
smptests: Add smppsxaffinity02.
This method exercises the ability to dynamically get and set the affinity of POSIX threads. NOTE: There is no scheduler support for affinity. This is simply a data integrity test.
Diffstat (limited to 'testsuites/smptests/smppsxaffinity02/smppsxaffinity02.doc')
-rw-r--r--testsuites/smptests/smppsxaffinity02/smppsxaffinity02.doc26
1 files changed, 26 insertions, 0 deletions
diff --git a/testsuites/smptests/smppsxaffinity02/smppsxaffinity02.doc b/testsuites/smptests/smppsxaffinity02/smppsxaffinity02.doc
new file mode 100644
index 0000000000..ca735fca5d
--- /dev/null
+++ b/testsuites/smptests/smppsxaffinity02/smppsxaffinity02.doc
@@ -0,0 +1,26 @@
+# COPYRIGHT (c) 1989-2014.
+# On-Line Applications Research Corporation (OAR).
+#
+# The license and distribution terms for this file may be
+# found in the file LICENSE in this distribution or at
+# http://www.rtems.com/license/LICENSE.
+#
+
+directives:
+
+This file describes the directives and concepts tested by this test set.
+
+test set name: psxpsxaffinity02
+
+directives:
+
+ pthread_getaffinity_np
+ pthread_setaffinity_np
+
+concepts:
+
++ Verify error conditions and functionality of pthread_getaffinity_np
+
++ Verify error conditions and functionality of pthread_setaffinity_np
+
+Note: This does not test scheduling.