canonical / checkbox

Checkbox
https://checkbox.readthedocs.io
GNU General Public License v3.0
28 stars 43 forks source link

WIFI direct and WIFI aware interfaces should not be tested as STA mode #1205

Open weizhenwu opened 2 months ago

weizhenwu commented 2 months ago

Bug Description

The board I am recently working on has 3 wireless interfaces

In this submission, you could find the tests on p2p0 and wifi-aware0 were all failed.

Please take a look at the bugs below. p2p0 and wifi-aware are not meant to be used as STA interfaces. https://bugs.launchpad.net/carmel/+bug/2059741 https://bugs.launchpad.net/carmel/+bug/2059740

To Reproduce

  1. Install checkbox
    $ sudo snap install checkbox22 --beta
    $ sudo snap install checkbox-carmel-classic --classic --edge
  2. Run wireless test plan
    $ checkbox-carmel-classic.checkbox-cli run com.canonical.certification::wireless-automated

Environment

Relevant log output

iw interface output from the device

$ iw dev
phy#0
        Interface wifi-aware0
                ifindex 4
                wdev 0x3
                addr 02:03:7f:94:a7:a7
                type NAN
        Interface p2p0
                ifindex 3
                wdev 0x2
                addr 02:03:7f:93:a7:a7
                type P2P-device
        Interface wlan0
                ifindex 2
                wdev 0x1
                addr 00:03:7f:12:a7:a7
                ssid Canonical
                type managed
                channel 153 (5765 MHz), width: 40 MHz, center1: 5755 MHz
                txpower 18.00 dBm

Additional context

No response

syncronize-issues-to-jira[bot] commented 2 months ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/CHECKBOX-1423.

This message was autogenerated