$ checkbox.checkbox-cli $PROVIDERPATH is defined, so following provider sources are ignored ['/home/ubuntu/.local/share/plainbox-providers-1', '/var/tmp/checkbox-providers-develop'] =========================[ Resume Incomplete Session ]========================== There are 0 incomplete sessions that might be resumed Preparing... There were no tests to select from! ubuntu@rpi-cm4-rev1d0-0643:~$ checkbox.checkbox-cli $PROVIDERPATH is defined, so following provider sources are ignored ['/home/ubuntu/.local/share/plainbox-providers-1', '/var/tmp/checkbox-providers-develop'] =========================[ Resume Incomplete Session ]========================== There are 0 incomplete sessions that might be resumed Preparing... ============[ Bootstrap com.canonical.certification::device (1/1) ]============= Saving manifest to /var/tmp/checkbox-ng/machine-manifest.json Reports will be saved to: /home/ubuntu/.local/share/checkbox-ng ==============[ Running job 1 / 2. Estimated time left: 0:00:17 ]=============== -----[ Identify what service is managing each physical network interface ]------ ID: com.canonical.certification::net_if_management Category: com.canonical.plainbox::uncategorised ... 8< ------------------------------------------------------------------------- device: eth0 managed_by: networkd master_mode_managed_by: not-applicable device: wlan0 managed_by: networkd master_mode_managed_by: unspecified ------------------------------------------------------------------------- >8 --- Outcome: job passed ==============[ Running job 2 / 2. Estimated time left: 0:00:15 ]=============== -----[ Connect to WPA-encrypted 802.11n Wi-Fi network on wlan0 - netplan ]------ ID: com.canonical.certification::wireless/wireless_connection_wpa_n_np_wlan0 Category: com.canonical.plainbox::wireless ... 8< ------------------------------------------------------------------------- Interface wlan0 using module brcmfmac Parameters: alternative_fw_path: debug: 0 roamoff: 0 Checking kernel ring buffer for brcmfmac messages: kern :debug : [Wed Jun 26 07:10:08 2024] brcmfmac: F1 signature read @0x18000000=0x15264345 kern :info : [Wed Jun 26 07:10:08 2024] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 kern :info : [Wed Jun 26 07:10:08 2024] usbcore: registered new interface driver brcmfmac kern :warn : [Wed Jun 26 07:10:08 2024] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-compute-module.bin failed with error -2 kern :info : [Wed Jun 26 07:10:08 2024] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 kern :info : [Wed Jun 26 07:10:08 2024] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 kern :info : [Wed Jun 26 07:10:08 2024] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov 1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60 kern :info : [Wed Jun 26 07:10:09 2024] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled kern :info : [Wed Jun 26 07:43:40 2024] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled ## Backup any existing netplan configuration files Clear backup location Checking in /etc/netplan /etc/netplan/50-cloud-init.yaml Checking in /lib/netplan Checking in /run/netplan ## Delete any existing netplan configuration files Wiping /etc/netplan /etc/netplan/50-cloud-init.yaml Wiping /lib/netplan Wiping /run/netplan ## Generate a test netplan configuration # This is the network config written by checkbox network: version: 2 wifis: wlan0: access-points: ubuntu-cert-n-wpa: {password: insecure} addresses: [] dhcp4: True nameservers: {} ## Write the test netplan config file to disk ## Apply the test configuration + netplan --debug apply ## Wait for interface to be routable routable (configured) Reached routable state ## Display address + ip address show dev wlan0 3: wlan0: mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether dc:a6:32:fe:82:38 brd ff:ff:ff:ff:ff:ff inet 192.168.0.101/24 metric 600 brd 192.168.0.255 scope global dynamic wlan0 valid_lft 86387sec preferred_lft 86387sec inet6 fe80::dea6:32ff:fefe:8238/64 scope link valid_lft forever preferred_lft forever ## Display route table + ip route default via 192.168.99.1 dev eth0 proto dhcp src 192.168.99.159 metric 100 default via 192.168.0.1 dev wlan0 proto dhcp src 192.168.0.101 metric 600 192.168.0.0/24 dev wlan0 proto kernel scope link src 192.168.0.101 metric 600 192.168.0.1 dev wlan0 proto dhcp scope link src 192.168.0.101 metric 600 192.168.99.0/24 dev eth0 proto kernel scope link src 192.168.99.159 metric 100 192.168.99.1 dev eth0 proto dhcp scope link src 192.168.99.159 metric 100 ## Perform a ping test + networkctl status --no-pager --no-legend wlan0 Got gateway address: 192.168.0.1 PING 192.168.0.1 (192.168.0.1) from 192.168.0.101 wlan0: 56(84) bytes of data. 64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=6.18 ms 64 bytes from 192.168.0.1: icmp_seq=2 ttl=64 time=1.46 ms 64 bytes from 192.168.0.1: icmp_seq=3 ttl=64 time=1.87 ms 64 bytes from 192.168.0.1: icmp_seq=4 ttl=64 time=4.34 ms 64 bytes from 192.168.0.1: icmp_seq=5 ttl=64 time=1.58 ms --- 192.168.0.1 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4006ms rtt min/avg/max/mdev = 1.456/3.086/6.177/1.871 ms Connection test passed ## Delete the test file ## Restore configuration files Restoring: /etc/netplan/50-cloud-init.yaml + netplan --debug apply ## Journal Entries + journalctl -q --no-pager -u systemd-networkd.service -u wpa_supplicant.service -u netplan-* --since "2024-06-26 08:22:51" Jun 26 08:22:54 rpi-cm4-rev1d0-0643 systemd-networkd[625]: wlan0: Failed Jun 26 08:22:54 rpi-cm4-rev1d0-0643 systemd-networkd[625]: wlan0: Re-configuring with /run/systemd/network/10-netplan-wlan0.network Jun 26 08:22:54 rpi-cm4-rev1d0-0643 systemd-networkd[625]: wlan0: DHCPv6 lease lost Jun 26 08:22:54 rpi-cm4-rev1d0-0643 systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped. Jun 26 08:22:54 rpi-cm4-rev1d0-0643 systemd[1]: Started WPA supplicant for netplan wlan0. Jun 26 08:22:54 rpi-cm4-rev1d0-0643 wpa_supplicant[3077]: Successfully initialized wpa_supplicant Jun 26 08:22:54 rpi-cm4-rev1d0-0643 systemd-networkd[625]: wlan0: Lost carrier Jun 26 08:22:54 rpi-cm4-rev1d0-0643 systemd-networkd[625]: wlan0: DHCPv6 lease lost Jun 26 08:22:57 rpi-cm4-rev1d0-0643 wpa_supplicant[3077]: wlan0: Trying to associate with SSID 'ubuntu-cert-n-wpa' Jun 26 08:23:00 rpi-cm4-rev1d0-0643 wpa_supplicant[3077]: wlan0: Associated with c0:a0:bb:e9:5e:4b Jun 26 08:23:00 rpi-cm4-rev1d0-0643 wpa_supplicant[3077]: wlan0: CTRL-EVENT-CONNECTED - Connection to c0:a0:bb:e9:5e:4b completed [id=0 id_str=] Jun 26 08:23:00 rpi-cm4-rev1d0-0643 wpa_supplicant[3077]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0 Jun 26 08:23:00 rpi-cm4-rev1d0-0643 wpa_supplicant[3077]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=DE Jun 26 08:23:00 rpi-cm4-rev1d0-0643 systemd-networkd[625]: wlan0: Gained carrier Jun 26 08:23:00 rpi-cm4-rev1d0-0643 systemd-networkd[625]: wlan0: DHCPv4 address 192.168.0.101/24 via 192.168.0.1 Jun 26 08:23:20 rpi-cm4-rev1d0-0643 systemd[1]: netplan-wpa-wlan0.service: Current command vanished from the unit file, execution of the command list won't be resumed. Jun 26 08:23:20 rpi-cm4-rev1d0-0643 wpa_supplicant[3077]: p2p-dev-wlan0: CTRL-EVENT-DSCP-POLICY clear_all Jun 26 08:23:20 rpi-cm4-rev1d0-0643 wpa_supplicant[3077]: p2p-dev-wlan0: CTRL-EVENT-DSCP-POLICY clear_all Jun 26 08:23:20 rpi-cm4-rev1d0-0643 wpa_supplicant[3077]: nl80211: deinit ifname=p2p-dev-wlan0 disabled_11b_rates=0 Jun 26 08:23:20 rpi-cm4-rev1d0-0643 systemd[1]: Stopping netplan-wpa-wlan0.service... Jun 26 08:23:20 rpi-cm4-rev1d0-0643 wpa_supplicant[3077]: p2p-dev-wlan0: CTRL-EVENT-TERMINATING Jun 26 08:23:20 rpi-cm4-rev1d0-0643 wpa_supplicant[3077]: wlan0: CTRL-EVENT-DISCONNECTED bssid=c0:a0:bb:e9:5e:4b reason=3 locally_generated=1 Jun 26 08:23:20 rpi-cm4-rev1d0-0643 systemd-networkd[625]: wlan0: Lost carrier Jun 26 08:23:20 rpi-cm4-rev1d0-0643 systemd-networkd[625]: wlan0: DHCP lease lost Jun 26 08:23:20 rpi-cm4-rev1d0-0643 wpa_supplicant[3077]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all Jun 26 08:23:20 rpi-cm4-rev1d0-0643 systemd-networkd[625]: wlan0: DHCPv6 lease lost Jun 26 08:23:20 rpi-cm4-rev1d0-0643 wpa_supplicant[3077]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all Jun 26 08:23:20 rpi-cm4-rev1d0-0643 wpa_supplicant[3077]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0 Jun 26 08:23:21 rpi-cm4-rev1d0-0643 wpa_supplicant[3077]: wlan0: CTRL-EVENT-TERMINATING Jun 26 08:23:21 rpi-cm4-rev1d0-0643 systemd[1]: netplan-wpa-wlan0.service: Deactivated successfully. Jun 26 08:23:21 rpi-cm4-rev1d0-0643 systemd[1]: Stopped netplan-wpa-wlan0.service. Jun 26 08:23:21 rpi-cm4-rev1d0-0643 systemd-networkd[625]: wlan0: Gained carrier Jun 26 08:23:21 rpi-cm4-rev1d0-0643 systemd-networkd[625]: eth0: Failed Jun 26 08:23:21 rpi-cm4-rev1d0-0643 systemd-networkd[625]: eth0: Re-configuring with /run/systemd/network/10-netplan-eth0.network Jun 26 08:23:21 rpi-cm4-rev1d0-0643 systemd-networkd[625]: eth0: Failed to send DHCP RELEASE, ignoring: Stale file handle Jun 26 08:23:21 rpi-cm4-rev1d0-0643 systemd-networkd[625]: eth0: DHCP lease lost Jun 26 08:23:21 rpi-cm4-rev1d0-0643 systemd-networkd[625]: eth0: DHCPv6 lease lost Jun 26 08:23:21 rpi-cm4-rev1d0-0643 systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped. Jun 26 08:23:21 rpi-cm4-rev1d0-0643 systemd-networkd[625]: eth0: DHCPv4 address 192.168.99.159/24 via 192.168.99.1 ------------------------------------------------------------------------- >8 --- Outcome: job passed