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
AUDIO_BACKEND Selects backend: pipewire or pulseaudio auto-detect
@@ -92,6 +114,11 @@ DMESG_SCAN Scan dmesg for errors after playback 1
92
114
VERBOSE Enable verbose logging 0
93
115
EXTRACT_AUDIO_ASSETS Download/extract audio assets if missing true
94
116
JUNIT_OUT Path to write JUnit XML output unset
117
+
SSID Wi-Fi SSID for network connection unset
118
+
PASSWORD Wi-Fi password for network connection unset
119
+
NET_PROBE_ROUTE_IP IP used for route probing (default: 1.1.1.1) 1.1.1.1
120
+
NET_PING_HOST Host used for ping reachability check 8.8.8.8
121
+
95
122
96
123
CLI Options
97
124
Option Description
@@ -142,6 +169,8 @@ Diagnostic logs: dmesg snapshots, mixer dumps, playback logs per test case
142
169
- If any critical tool is missing, the script exits with an error message.
143
170
- Logs include dmesg snapshots, mixer dumps, and playback logs.
144
171
- Asset download requires network connectivity.
172
+
- Pass Wi-Fi credentials via SSID and PASSWORD environment variables to enable network access for asset downloads and playback validation.
173
+
- You can override default network probe targets using NET_PROBE_ROUTE_IP and NET_PING_HOST to avoid connectivity-related failures in restricted environments.
145
174
- Evidence-based PASS/FAIL logic ensures reliability even if backend quirks occur.
0 commit comments