Add network check improvements and QEMU test script updates

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-04-18 00:48:58 +01:00
parent 92628166e3
commit f6885d11bf
2 changed files with 35 additions and 9 deletions
+5 -8
View File
@@ -79,25 +79,22 @@ expect "assword:"
send "password\r"
expect "Type 'help' for available commands."
send "redbear-phase5-network-check\r"
expect "Red Bear OS Phase 5 Networking Check"
expect "dbus-daemon"
expect "virtio_net_present"
expect "wifi_control_state=present"
expect "wifi_connect_result=present"
expect "Red Bear OS Phase 5 Networking Check"
expect "virtio_net_present"
expect "wifi_control_state=present"
expect "wifi_connect_result=present"
expect "WIFICTL_INTERFACES=present"
expect "WIFICTL_CAPABILITIES=present"
expect "DBUS_SYSTEM_BUS="
expect "UPOWER_BUS_NAME=present"
expect "UPOWER_RUNTIME_ADAPTERS="
expect "UPOWER_RUNTIME_BATTERIES="
expect "UPOWER_ENUMERATED_DEVICES="
expect "UPOWER_NATIVE_PATHS=validated"
expect "UDISKS_BUS_NAME=present"
expect "UDISKS_RUNTIME_DRIVE_SURFACES="
expect "UDISKS_RUNTIME_BLOCK_SURFACES="
expect "UDISKS_MANAGED_OBJECTS=present"
expect "UDISKS_BLOCK_OBJECT_PATHS=validated"
expect "PHASE5_WIFI_CHECK=pass"
expect "PHASE5_WIFI_CHECK=pass"
send "shutdown\r"
expect eof
EOF