From 73a7713d8cd7594bf88339e156f57cb94128b265 Mon Sep 17 00:00:00 2001 From: Cynthia Rempel Date: Wed, 8 Jan 2014 12:48:37 -0600 Subject: fstests and libtests: Add contents to multiple documentation files --- testsuites/fstests/fsdosfssync01/fsdosfssync01.doc | 31 +++++++++++++++++++--- 1 file changed, 27 insertions(+), 4 deletions(-) (limited to 'testsuites/fstests/fsdosfssync01') 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 +# 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 -- cgit v1.2.3