Back to home page

LXR

 
 

    


Warning, /testsuites/sptests/spmountmgr01/spmountmgr01.scn is written in an unsupported language. File is not indexed.

0001 
0002 *** TEST MOUNT MANAGER ROUTINE - 01 ***
0003 Init - allocating most of heap -- OK
0004 Init - attempt to register filesystem fs - expect ENOMEM
0005 Init - freeing allocated memory -- OK
0006 Init - register filesystem fs -- OK
0007 Init - attempt to make target(NULL) and mount - expect EINVAL
0008 Init - attempt to make target and mount - expect EINVAL
0009 Init - register filesystem fs - expect EINVAL
0010 Init - register filesystem bfs -- OK
0011 Init - register filesystem bfs - expect EINVAL
0012 Init - attempt to unregister with bad args - expect EINVAL
0013 Init - attempt to unregister fs -- OK
0014 Init - attempt to unregister fs again - expect ENOENT
0015 Init - attempt to unregister bfs -- OK
0016 Init - attempt to unregister bfs again - expect ENOENT
0017 *** END OF TEST MOUNT MANAGER ROUTINE - 01 ***