summaryrefslogtreecommitdiff
path: root/edge/test
diff options
context:
space:
mode:
authorJoe Borg <joseph.borg@canonical.com>2020-09-22 14:51:41 -0400
committerJoe Borg <joseph.borg@canonical.com>2020-09-22 14:51:41 -0400
commit457b20c7dd67c92ee7aea10b12bf41ca66ce3af8 (patch)
tree1975a1624ccf7b138437e08c8f9b0abfdb5e2408 /edge/test
parentMerge pull request #2178 from daixiang0/doc-own (diff)
downloadkubeedge-457b20c7dd67c92ee7aea10b12bf41ca66ce3af8.tar.gz
Replace `Kubeedge` with `KubeEdge`
Diffstat (limited to 'edge/test')
-rw-r--r--edge/test/README.md2
-rwxr-xr-xedge/test/integration/docs/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/edge/test/README.md b/edge/test/README.md
index f8d3c100a..bdb7158b0 100644
--- a/edge/test/README.md
+++ b/edge/test/README.md
@@ -49,7 +49,7 @@ make edgecore
##### in `modules.yaml` (add the `testManager`)
-Kubeedge uses [beehive](../../docs/components/beehive.md) framework as the inter-module communication, all modules in the kubeedge need to register with beehive.
+KubeEdge uses [beehive](../../docs/components/beehive.md) framework as the inter-module communication, all modules in the kubeedge need to register with beehive.
`testManager` is a module like other KubeEdge modules. So, it has to be configured as shown below.
```yaml
diff --git a/edge/test/integration/docs/README.md b/edge/test/integration/docs/README.md
index 436a8717f..199e90477 100755
--- a/edge/test/integration/docs/README.md
+++ b/edge/test/integration/docs/README.md
@@ -11,7 +11,7 @@
- [References](#References)
## Background
-Kubeedge integration tests are designed based on the **Gomega** and **Ginkgo** framework.
+KubeEdge integration tests are designed based on the **Gomega** and **Ginkgo** framework.
Framework provides an environment for the automation test scripts to be executed. With the use of framework, users can efficiently work with the automation test scripts, including development, execution, logging and reporting.
## Integration test framework features