summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpcache01/smpcache01.doc
diff options
context:
space:
mode:
authorDaniel Cederman <cederman@gaisler.com>2014-07-03 16:42:24 +0200
committerDaniel Hellstrom <daniel@gaisler.com>2014-08-22 13:10:59 +0200
commit9a9ab85b45260be326d7a59f40c2d7363097eb10 (patch)
tree9117260c8bebfe126bdc041a1b8680374f7b40fb /testsuites/smptests/smpcache01/smpcache01.doc
parentscore: Add SMP support to the cache manager (diff)
downloadrtems-9a9ab85b45260be326d7a59f40c2d7363097eb10.tar.bz2
smptests/smpcache01: Test the SMP cache manager
Invokes SMP cache management routines under different scenarios.
Diffstat (limited to 'testsuites/smptests/smpcache01/smpcache01.doc')
-rw-r--r--testsuites/smptests/smpcache01/smpcache01.doc16
1 files changed, 16 insertions, 0 deletions
diff --git a/testsuites/smptests/smpcache01/smpcache01.doc b/testsuites/smptests/smpcache01/smpcache01.doc
new file mode 100644
index 0000000000..f6041b254d
--- /dev/null
+++ b/testsuites/smptests/smpcache01/smpcache01.doc
@@ -0,0 +1,16 @@
+This file describes the directives and concepts tested by this test set.
+
+test set name: smpcache01
+
+directives:
+
+ - rtems_cache_flush_multiple_data_lines_processor_set
+ - rtems_cache_invalidate_multiple_data_lines_processor_set
+ - rtems_cache_flush_entire_data_processor_set
+ - rtems_cache_invalidate_entire_data_processor_set
+ - rtems_cache_invalidate_entire_instruction
+ - rtems_cache_invalidate_multiple_instruction_lines
+
+concepts:
+
+ - Ensure that cache related SMP messages are delivered properly.