Skip to content

Commit

Permalink
Update calico version to v3.28.1
Browse files Browse the repository at this point in the history
KU-1196 #4585
  • Loading branch information
maci3jka committed Aug 21, 2024
1 parent d2d944e commit d864464
Show file tree
Hide file tree
Showing 2 changed files with 417 additions and 61 deletions.
7 changes: 3 additions & 4 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,11 @@ tox -e lint

Then, use the "Building the snap from source" instructions to build the snap and install it locally. The tests check this locally installed MicroK8s instance.

Finally, run the tests themselves. The `test-addons.py` and `test-upgrade.py` files under the `tests` directory are the two main files of our test suite. Running the tests is done with pytest:
Finally, run the tests themselves. The `test-simple.py` and `test-upgrade.py` files under the `tests` directory are the two main files of our test suite. Running the tests is done with pytest:

```shell
cd tests/
pytest -s test-addons.py
pytest -s test-upgrade.py
pytest -s tests/test-simple.py
pytest -s tests/test-upgrade.py
```

Note: the `ingress` and `dashboard-ingress` tests make use of nip.io for wildcard ingress domains on localhost. [DNS rebinding protection](https://en.wikipedia.org/wiki/DNS_rebinding) may prevent the resolution of the domains used in the tests.
Expand Down
Loading

0 comments on commit d864464

Please sign in to comment.