Files
rtems/testsuites/libtests/deviceio01/deviceio01.scn
Joel Sherrill 58c5a9b59e 2010-08-06 Bharath Suri <bharath.s.jois@gmail.com>
PR 1654/testing
	* deviceio01/init.c, deviceio01/deviceio01.doc,
	deviceio01/deviceio01.scn, deviceio01/test_driver.c,
	deviceio01/test_driver.h, deviceio01/Makefile.am: New test added.
	* Makefile.am, configure.ac: Changes to added above test.
	* tar02/init.c, tar02/tar02.scn: New test case added: IMFS_dump().
2010-08-07 00:24:48 +00:00

8 lines
321 B
Plaintext

*** TEST DEVICEIO - 01 ***
Init - attempt to open the /dev/test WR mode -- OK
Init - attempt to write to /dev/test - expect ENOSYS
Init - attempt to open the /dev/test RD mode -- OK
Init - attempt to read from /dev/test - expect ENOSYS
Init - attempt ioctl on the device - expect ENOSYS
*** END OF TEST DEVICEIO - 01 ***