File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,9 @@ Innovation releases would probably work. But they are not tested in our CI.
56
56
You can quickly run MOCO using [ kind] ( https://kind.sigs.k8s.io/ ) .
57
57
58
58
1 . Prepare a Linux machine and install Docker.
59
- 2 . Checkout MOCO and go to ` e2e ` directory.
60
- 3 . Run ` make start `
59
+ 2 . Install aqua by following the instructions at https://aquaproj.github.io/docs/install/ .
60
+ 3 . Checkout MOCO and go to ` e2e ` directory.
61
+ 4 . Run ` make start `
61
62
62
63
You can then create a three-instance MySQL cluster as follows:
63
64
Original file line number Diff line number Diff line change @@ -24,15 +24,16 @@ Therefore, we include the following tests in the e2e suite.
24
24
## How to run e2e tests
25
25
26
26
1 . Prepare a Linux with Docker.
27
- 2 . Run the following commands in this directory.
27
+ 2 . Install aqua by following the instructions at https://aquaproj.github.io/docs/install/ .
28
+ 3 . Run the following commands in this directory.
28
29
29
30
``` console
30
31
$ make start
31
32
$ make test
32
33
$ make test-upgrade
33
34
```
34
35
35
- 3 . After the test, run the following command to stop `kind` cluster.
36
+ 4 . After the test, run the following command to stop `kind` cluster.
36
37
37
38
```console
38
39
$ make stop
You can’t perform that action at this time.
0 commit comments