summaryrefslogtreecommitdiffstats
path: root/src/cowtest/readme.md
diff options
context:
space:
mode:
authorMichael Scherle2022-06-15 20:13:56 +0200
committerMichael Scherle2022-06-15 20:13:56 +0200
commit82619bbd541acad31dbc1810c2e7c0881475cc5a (patch)
tree9c875c8ecaef7d48df9aa7b1a6a47fd7e64b0679 /src/cowtest/readme.md
parentmoved buffer from dnbd3_async_t to parent (diff)
downloaddnbd3-82619bbd541acad31dbc1810c2e7c0881475cc5a.tar.gz
dnbd3-82619bbd541acad31dbc1810c2e7c0881475cc5a.tar.xz
dnbd3-82619bbd541acad31dbc1810c2e7c0881475cc5a.zip
Added better stats
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