summaryrefslogtreecommitdiffstats
path: root/src/cowtest/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/cowtest/readme.md')
-rw-r--r--src/cowtest/readme.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cowtest/readme.md b/src/cowtest/readme.md
index b89fd72..16b0e50 100644
--- a/src/cowtest/readme.md
+++ b/src/cowtest/readme.md
@@ -33,13 +33,14 @@ This test suit is for verifying that the fuse cow implementation works correctly
# Tests
-### TestFirstBit
+### TestSingleBit
Reads the first block and verifies that all bits are 0. Then it sets the first bit to 1 and writes it.
This test, tests basic functionality and verifies that the image is still 'clean'.
+Then it sets a single Bit in the second block to 1, to verify padding works correctly.
| offset | size |
| -------| -----|
-| 0 | DNBD3_BLOCK_SIZE|
+| 0 | 2 * DNBD3_BLOCK_SIZE|
### WriteOverTwoBlocks