Collection of end-to-end Fuchsia WLAN tests.
WLAN End-to-End Testing Docs | Report Bug | Request Feature
The following steps assume the following:
Add //src/connectivity/wlan/tests/core:phy_existence_test as a host label to your build.
Run the test:
fx test --build --e2e --output //src/connectivity/wlan/tests/core:phy_existence_test
The following steps assume the presence of two devices:
The steps for setting up an access point supported by antlion are outside the scope of this guide. Consult the Fuchsia WLAN Team for more information.
Add //src/connectivity/wlan/tests/core:connect_to_ap_test as a host label to your build.
Run the test:
fx test --build --e2e --output //src/connectivity/wlan/tests/core:connect_to_ap_test -- \ --ap-ip <IP address> --ap-ssh-port <port>
The following steps assume the presence of an emulated Fuchsia device for running unit tests.
Add //src/testing/end_to_end/antlion:unit_tests as a host label to your build.
Run the tests:
fx test --build --output //src/testing/end_to_end/antlion