summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests
diff options
context:
space:
mode:
authorCynthia Rempel <cynt6007@vandals.uidaho.edu>2014-01-08 12:48:37 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-08 12:48:37 -0600
commit73a7713d8cd7594bf88339e156f57cb94128b265 (patch)
tree4c4211feedd2f40df6ff1d020a20a6534452aa6d /testsuites/fstests
parentrhealstone: Add start end and messages (diff)
downloadrtems-73a7713d8cd7594bf88339e156f57cb94128b265.tar.bz2
fstests and libtests: Add contents to multiple documentation files
Diffstat (limited to 'testsuites/fstests')
-rw-r--r--testsuites/fstests/fsdosfssync01/fsdosfssync01.doc31
-rw-r--r--testsuites/fstests/fsnofs01/fsnofs01.doc50
2 files changed, 74 insertions, 7 deletions
diff --git a/testsuites/fstests/fsdosfssync01/fsdosfssync01.doc b/testsuites/fstests/fsdosfssync01/fsdosfssync01.doc
index 98b558a4f5..0b0354c199 100644
--- a/testsuites/fstests/fsdosfssync01/fsdosfssync01.doc
+++ b/testsuites/fstests/fsdosfssync01/fsdosfssync01.doc
@@ -1,11 +1,34 @@
+# COPYRIGHT (c) 2014.
+# On-Line Applications Research Corporation (OAR).
+# Cynthia Rempel <cynthia@rtems.org>
+# The license and distribution terms for this file may be
+# found in the file LICENSE in this distribution or at
+# http://www.rtems.com/license/LICENSE.
+#
+
This file describes the directives and concepts tested by this test set.
test set name: fsdosfssync01
directives:
-
- TBD
+ + close
+ + creat
+ + fsync
+ + lseek
+ + mount_and_make_target_path
+ + msdos_format
+ + open
+ + rtems_disk_io_initialize
+ + rtems_disk_fd_purge
+ + unmount
+ + write
concepts:
-
- TBD
+ + initializes the disk
+ + opens the disk
+ + formats, mounts the disk, creates a path
+ + creates a file uses fsync to clear the buffer and closes the file
+ + writes to a file, uses lseek to find the end of the file, clears the buffer
+ and closes the file
+ + checks the file size
+ + unmounts the filesystem and closes the disk \ No newline at end of file
diff --git a/testsuites/fstests/fsnofs01/fsnofs01.doc b/testsuites/fstests/fsnofs01/fsnofs01.doc
index 5943345a3c..a43189b4ce 100644
--- a/testsuites/fstests/fsnofs01/fsnofs01.doc
+++ b/testsuites/fstests/fsnofs01/fsnofs01.doc
@@ -1,11 +1,55 @@
+# COPYRIGHT (c) 2014.
+# On-Line Applications Research Corporation (OAR).
+# Cynthia Rempel <cynthia@rtems.org>
+# The license and distribution terms for this file may be
+# found in the file LICENSE in this distribution or at
+# http://www.rtems.com/license/LICENSE.
+#
This file describes the directives and concepts tested by this test set.
test set name: fsnofs01
directives:
+ + access
+ + chdir
+ + chmod
+ + chown
+ + chroot
+ + lchown
+ + link
+ + lstat
+ + mkdir
+ + mkfifo
+ + mknod
+ + open
+ + pathconf
+ + readlink
+ + rename
+ + rtems_chain_head
+ + rtems_chain_tail
+ + rtems_filesystem_global_location_obtain
+ + rtems_filesystem_global_location_release
+ + rtems_filesystem_location_copy
+ + rtems_filesystem_location_copy_and_detach
+ + rtems_filesystem_location_detach
+ + rtems_filesystem_location_free
+ + rtems_filesystem_global_location_obtain_null
+ + rtems_libio_set_private_env
+ + rtems_libio_share_private_env
+ + rtems_libio_use_global_env
+ + rmdir
+ + stat
+ + statvfs
+ + symlink
+ + truncate
+ + unlink
+ + utime
- TBD
-
+
concepts:
+ + tests obtaining and replacing file system locations
+ + tests error handling of attempting to obtain and replace null file system
+ locations
+ + tests various calls to the filesystem
+ + tests user environment options
- TBD