summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherle2022-07-13 13:58:33 +0200
committerMichael Scherle2022-07-13 13:58:33 +0200
commit627b4e0adce37cf2c3fa912f9a9470617c90b28c (patch)
tree6a88886fe32c205d3b0c6c625bc2408055cd59d4
parentadded random write test (diff)
downloaddnbd3-627b4e0adce37cf2c3fa912f9a9470617c90b28c.tar.gz
dnbd3-627b4e0adce37cf2c3fa912f9a9470617c90b28c.tar.xz
dnbd3-627b4e0adce37cf2c3fa912f9a9470617c90b28c.zip
fixed error in readme
-rw-r--r--src/cowtest/readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cowtest/readme.md b/src/cowtest/readme.md
index b87ef76..29a65d9 100644
--- a/src/cowtest/readme.md
+++ b/src/cowtest/readme.md
@@ -19,7 +19,7 @@ This test suit is for verifying that the fuse cow implementation works correctly
- `-t <path>` runs the tests on the image at the given past.
- `-v <path>` verifies that previous tests on the image were successful (also reads the image completely).
- `-r <mountedImagePath> <normalImagePath>` random writes and changes size of two images. After a key press both images are compared for equalness.
-
+- `-x <mergedImagePath> <normalImagePath>` Checks both images are compared for equalness.
### Example usage for standard test
1. Generate the test image with `-c <path>` and copy it to the image location of the dnbd3 server. Also make sure that the cow servers `OriginalImageDirectory` points to the same Directory or copied in that Directory too. This step is only needed once for setting up.
@@ -39,7 +39,7 @@ This test suit is for verifying that the fuse cow implementation works correctly
5. Run the test with `-t <mountedImagePath> <normalImagePath>`, where the `<mountedImagePath>` points to the mounted image and `<normalImagePath>` points to the copied image on the disk.
6. After some time press enter and both images will be compared for equalness.
7. Unmount the image and merge.
-8. Run `-r <mountedImagePath> <normalImagePath>` where the `<mountedImagePath>` points to the merged image and `<normalImagePath>` points to the copied image on the disk. This will verify that the merged image is equal to the image on the disk.
+8. Run `-x <mergedImagePath> <normalImagePath>` where the `<mergedImagePath>` points to the merged image and `<normalImagePath>` points to the copied image on the disk. This will verify that the merged image is equal to the image on the disk.