We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc488e6 commit 97b1991Copy full SHA for 97b1991
README.md
@@ -82,11 +82,13 @@ The e2e tests can be executed locally by running the following commands:
82
- 'system:serviceaccount:$(namespace):kuberay-operator'
83
```
84
85
-3. In a separate terminal, set your output directory for test files, and run the e2e suite:
+3. In the /etc/hosts file add the following lines:
86
```bash
87
- export CODEFLARE_TEST_OUTPUT_DIR=<your_output_directory>
+ 127.0.0.1 ray-dashboard-raycluster-test-ns-1.kind
88
+ 127.0.0.1 ray-dashboard-raycluster-test-ns-2.kind
89
90
91
+4. To run the tests run the command
92
93
make test-e2e
94
0 commit comments