Skip to content

Commit

Permalink
Merge pull request #260 from topolvm/update-e2e-readme
Browse files Browse the repository at this point in the history
update test/e2e/README.md to reflect the current implementation
  • Loading branch information
pluser authored Jun 12, 2024
2 parents 767261b + 4aceca8 commit 2f235ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Setup environment
2. [Install Docker CE](https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-using-the-repository).
3. Add yourself to `docker` group. e.g. `sudo adduser $USER docker`
4. Run `make setup`.
5. Run `make init-cluster`.
5. Run `make init-app-with-cert-manager`.

How to run tests
----------------
Expand All @@ -30,9 +30,6 @@ make test
You can cleanup test environment as follows:

```
# stop Kubernetes and lvmd
make stop-lvmd
# cleanup all test environment
make clean
```
Expand Down

0 comments on commit 2f235ee

Please sign in to comment.