summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fsdosfswrite01/fsdosfswrite01.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/fstests/fsdosfswrite01/fsdosfswrite01.doc')
-rw-r--r--testsuites/fstests/fsdosfswrite01/fsdosfswrite01.doc15
1 files changed, 15 insertions, 0 deletions
diff --git a/testsuites/fstests/fsdosfswrite01/fsdosfswrite01.doc b/testsuites/fstests/fsdosfswrite01/fsdosfswrite01.doc
new file mode 100644
index 0000000000..e18bf06a39
--- /dev/null
+++ b/testsuites/fstests/fsdosfswrite01/fsdosfswrite01.doc
@@ -0,0 +1,15 @@
+This file describes the directives and concepts tested by this test set.
+
+test set name: fsdosfswrite01
+
+directives:
+ - fat_file_write()
+ - fat_file_write_fat32_or_non_root_dir()
+
+concepts:
+ - Avoiding uneccessary device reads is to make sure that writing to the device
+ does not get slowed down unneccesarily.
+ - Verify that appending data to a file does not result in reading the new
+ clusters from device.
+ - Verify writing a whole cluster does not result in reading the cluster from
+ device.