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
docs(video): document new KO_* CLI flags, secrets usage & examples
- Add documentation for custom module source flags:
--ko-dir, --ko-tree, --ko-tar, --ko-prefer-custom.
- Explain one-shot tar extraction under /run/iris_mods/ and
search order (tree/dirs) with bounded depth.
- Clarify use of LAVA-provided secrets for SSID/PASSWORD in jobs.
- Expand examples: --stack both, kodiak --downstream-fw usage,
app override, and wait/timeout envs.
- Refresh “What’s New” and features to include module-source
customizations, network debounce, wget tunables, and SKIP-on-offline.
Signed-off-by: Srikanth Muppandam <[email protected]>
@@ -68,8 +79,8 @@ These are **environment variables** (not user‑visible CLI flags) so your LAVA
68
79
|`VIDEO_APP_LAUNCH_SLEEP`|`1`| Sleep (seconds) right before launching `iris_v4l2_test` for each case. |
69
80
|`VIDEO_INTER_TEST_SLEEP`|`1`| Sleep (seconds) between cases to allow device/udev to settle. |
70
81
71
-
> Notes
72
-
> - If download **stalls** or the system clock is invalid for TLS, the runner re-checks network health and treats it as **offline** → decode cases **SKIP** (not FAIL).
82
+
> Notes
83
+
> - If download **stalls** or the system clock is invalid for TLS, the runner re-checks network health and treats it as **offline** → decode cases **SKIP** (not FAIL).
73
84
> - Module management includes small internal waits (e.g., `modprobe -r` retry after 200ms, 1s delays around remoteproc/module reloads). These are built‑in, no extra env required.
Ensure time is sane (TLS), network is reachable, and provide Wi‑Fi creds via env or `ssid_list.txt`. The downloader uses BusyBox‑compatible flags with retries and a final TLS‑lenient attempt if needed. When the network remains unreachable, the runner **SKIPs** decode cases.
0 commit comments