File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!--
2- Copyright 2024 New Vector Ltd
2+ Copyright 2024-2025 New Vector Ltd
33
44SPDX-License-Identifier: AGPL-3.0-only
55-->
@@ -153,6 +153,9 @@ Verifies that the deployed workloads behave as expected and integrates well toge
153153
154154From the project root : ` pytest test `
155155
156+ Pytest caches the namespace name and created user tokens between run. To start a run from scratch,
157+ run ` pytest test --cache-clear ` .
158+
156159#### Special env variables
157160- ` PYTEST_KEEP_CLUSTER=1 ` : Do not destroy the cluster at the end of the test run.
158161You must delete it using ` kind delete cluster --name ess-helm ` manually before running any other test run.
Original file line number Diff line number Diff line change 1+ Document how to re-run integration tests from scratch.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments