summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spmountmgr01/spmountmgr01.scn
blob: d85166f354d6015e681fd87d763802de64abef20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 ***