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
Copy file name to clipboardExpand all lines: tests/e2e/README.md
+11-9
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ limitations under the License.
20
20
---
21
21
22
22
## 1 Scope & Goals
23
-
This repository contains a **Ginkgo v2 / Gomega** test harness that exercises an
23
+
This folder contains a **Ginkgo v2 / Gomega** test harness that exercises an
24
24
NVIDIA Container Toolkit (CTK) installation on a **remote GPU‑enabled host** via
25
25
SSH. The suite validates that:
26
26
@@ -58,12 +58,13 @@ compatibility runs, and pre‑release validation of new CTK builds.
58
58
59
59
| Variable | Required | Example | Description |
60
60
|----------|----------|---------|-------------|
61
-
|`INSTALL_CTK`| ✖ |`true`| When `true` the test installs CTK on the remote host before running the image. When `false` it assumes CTK is already present. |
62
-
|`TOOLKIT_IMAGE`| ✔ |`nvcr.io/nvidia/cuda:12.4.0-runtime-ubi9`| Image that will be pulled & executed. |
63
-
|`SSH_KEY`| ✔ |`/home/ci/.ssh/id_rsa`| Private key used for authentication. |
64
-
|`SSH_USER`| ✔ |`ubuntu`| Username on the remote host. |
65
-
|`REMOTE_HOST`| ✔ |`gpurunner01.corp.local`| Hostname or IP address of the target node. |
66
-
|`REMOTE_PORT`| ✔ |`22`| SSH port of the target node. |
61
+
|`E2E_INSTALL_CTK`| ✖ |`true`| When `true` the test installs CTK on the remote host before running the image. When `false` it assumes CTK is already present. |
0 commit comments