summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spmountmgr01/spmountmgr01.scn
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spmountmgr01/spmountmgr01.scn')
-rw-r--r--testsuites/sptests/spmountmgr01/spmountmgr01.scn14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuites/sptests/spmountmgr01/spmountmgr01.scn b/testsuites/sptests/spmountmgr01/spmountmgr01.scn
new file mode 100644
index 0000000000..d85166f354
--- /dev/null
+++ b/testsuites/sptests/spmountmgr01/spmountmgr01.scn
@@ -0,0 +1,14 @@
+*** TEST MOUNT MANAGER ROUTINE - 01 ***
+Init - allocating most of heap -- OK
+Init - attempt to register filesystem fs - expect ENOMEM
+Init - freeing allocated memory -- OK
+Init - register filesystem fs -- OK
+Init - register filesystem fs - expect EINVAL
+Init - register filesystem bfs -- OK
+Init - register filesystem bfs - expect EINVAL
+Init - attempt to unregister with bad args - expect EINVAL
+Init - attempt to unregister fs -- OK
+Init - attempt to unregister fs again - expect ENOENT
+Init - attempt to unregister bfs -- OK
+Init - attempt to unregister bfs again - expect ENOENT
+*** END OF TEST MOUNT MANAGER ROUTINE - 01 ***