summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpcache01/smpcache01.scn
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.scn
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.scn')
-rw-r--r--testsuites/smptests/smpcache01/smpcache01.scn14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuites/smptests/smpcache01/smpcache01.scn b/testsuites/smptests/smpcache01/smpcache01.scn
new file mode 100644
index 0000000000..5964d3eb3e
--- /dev/null
+++ b/testsuites/smptests/smpcache01/smpcache01.scn
@@ -0,0 +1,14 @@
+*** BEGIN OF TEST SMPCACHE 1 ***
+Calling all standard SMP cache functions
+Done!
+Calling all standard SMP cache functions. With ISR disabled
+Done!
+Calling all standard SMP cache functions. With CPU0 holding the giant lock
+Done!
+Calling a test function using the SMP cache manager to verify that all CPUs receive the SMP message
+Done!
+Calling a test function using the SMP cache manager to verify that all CPUs receive the SMP message. With ISR disabled
+Done!
+Calling a test function using the SMP cache manager to verify that all CPUs receive the SMP message. With CPU0 holding the giant lock
+Done!
+*** END OF TEST SMPCACHE 1 ***