summaryrefslogtreecommitdiffstats
path: root/src/cowtest/readme.md
diff options
context:
space:
mode:
authorMichael Scherle2022-08-22 14:13:16 +0200
committerMichael Scherle2022-08-22 14:13:16 +0200
commit574e29e4a1568a0a4e18b9857700d847043b8c15 (patch)
tree2f6d27fa4295828205b95521a0ea75453032ad18 /src/cowtest/readme.md
parentimprovements to cowtest readme (diff)
downloaddnbd3-574e29e4a1568a0a4e18b9857700d847043b8c15.tar.gz
dnbd3-574e29e4a1568a0a4e18b9857700d847043b8c15.tar.xz
dnbd3-574e29e4a1568a0a4e18b9857700d847043b8c15.zip
Improved cowtest code documentation
Diffstat (limited to 'src/cowtest/readme.md')
-rw-r--r--src/cowtest/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cowtest/readme.md b/src/cowtest/readme.md
index 66bdffa..a990f6c 100644
--- a/src/cowtest/readme.md
+++ b/src/cowtest/readme.md
@@ -41,7 +41,7 @@ This test collection is used to check whether the cow implementation of the fuse
7. Unmount the image and merge it(`-m` on the fuse client).
8. Run `-x <mergedImagePath> <normalImagePath>` where `<mergedImagePath>` points to the merged image and `<normalImagePath>` points to the copied image on the hard disk. This verifies that the merged image matches the image on the hard disk.
-
+Another help for running or setting up the tests can be the git ci test script [test-cow-fuse.yml](../../.github/workflows/test-cow-fuse.yml). There, a complete test setup is created and the standard test as well as the random test is executed.
# Tests