This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new bf38696 HDDS-6423. Fix typo in TestTools.md (#3170)
bf38696 is described below
commit bf38696d061be8e54968b595bc22bc4744bb9251
Author: Kiyoshi Mizumaru <[email protected]>
AuthorDate: Mon Mar 7 10:24:35 2022 +0000
HDDS-6423. Fix typo in TestTools.md (#3170)
---
hadoop-hdds/docs/content/tools/TestTools.md | 4 ++--
hadoop-hdds/docs/content/tools/TestTools.zh.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/hadoop-hdds/docs/content/tools/TestTools.md
b/hadoop-hdds/docs/content/tools/TestTools.md
index 83b40cb..bde400d 100644
--- a/hadoop-hdds/docs/content/tools/TestTools.md
+++ b/hadoop-hdds/docs/content/tools/TestTools.md
@@ -59,7 +59,7 @@ cd compose/ozone
Blockade tests are implemented with the help of tests and can be started from
the `./blockade` directory of the distribution.
```
-cd blocakde
+cd blockade
pip install pytest==2.8.7,blockade
python -m pytest -s .
```
@@ -106,4 +106,4 @@ Average Time spent in key write: 00:00:10,894
Total bytes written: 10240000
Total Execution time: 00:00:16,898
***********************
-```
\ No newline at end of file
+```
diff --git a/hadoop-hdds/docs/content/tools/TestTools.zh.md
b/hadoop-hdds/docs/content/tools/TestTools.zh.md
index df02389..b6b647c 100644
--- a/hadoop-hdds/docs/content/tools/TestTools.zh.md
+++ b/hadoop-hdds/docs/content/tools/TestTools.zh.md
@@ -59,7 +59,7 @@ cd compose/ozone
Blockade 测试在其它测试的基础上实现,可以在分发包中的 `./blockade` 目录下进行测试。
```
-cd blocakde
+cd blockade
pip install pytest==2.8.7,blockade
python -m pytest -s .
```
@@ -107,4 +107,4 @@ Average Time spent in key write: 00:00:10,894
Total bytes written: 10240000
Total Execution time: 00:00:16,898
***********************
-```
\ No newline at end of file
+```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]