You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. If running multi-arch/multi-auth tests, install GNU Parallel (`brew install parallel`).
6
6
4.`cd` into the `tests/` directory
7
-
5. Create a Python virtual environment and install `boto3`. E.g. using `uv`:
7
+
5. Create a Python virtual environment and install `boto3` and `argparse`. The `run-tests.sh` script will automatically activate the virtual environment. E.g. using `uv`:
8
8
9
9
```bash
10
10
uv venv
11
-
uv pip install boto3
12
-
source .venv/bin/activate
11
+
uv pip install boto3 argparse
13
12
```
14
13
15
14
6. Ensure that the `PRIVREPO` environment variable is set (not required if using `--addon` flag, see step 9).
@@ -55,4 +54,4 @@ aws iam attach-role-policy \
55
54
-`./run-tests.sh arm-irsa` will run only ARM IRSA tests
56
55
-`./run-tests.sh arm-pod-identity` will run only ARM Pod Identity tests
57
56
- Add `--addon` flag to use EKS add-on installation instead of Helm (e.g., `./run-tests.sh --addon` or `./run-tests.sh x64-irsa --addon`)
58
-
- Add `--version` flag to select which EKS add-on version to test. (e.g. `./ren-tests.sh --addon --version v2.1.1-eksbuild.1`)
57
+
- Add `--version` flag to select which EKS add-on version to test. (e.g. `./run-tests.sh pod-identity --addon --version v2.1.1-eksbuild.1`)
0 commit comments