We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In https://github.com/qca/boardfarm/blob/master/tests/wifi_vap_test.py, there's a couple lines where VAP's are added on WLAN interfaces wifi0 and wifi1 (https://github.com/qca/boardfarm/blob/master/tests/wifi_vap_test.py#L21). In some cases these interfaces, are not wifi0 and wifi1 but instead are wlan0 and wlan1. I presume there are other possibilities as well.
WlanVAP should either allow you to pass in a WLAN interfaces names or, better yet, figures the interfaces out on its own.
The text was updated successfully, but these errors were encountered:
Need to extract these from UCI... but also wifi tests and setup need a lot of work in general though as well.
Sorry, something went wrong.
No branches or pull requests
In https://github.com/qca/boardfarm/blob/master/tests/wifi_vap_test.py, there's a couple lines where VAP's are added on WLAN interfaces wifi0 and wifi1 (https://github.com/qca/boardfarm/blob/master/tests/wifi_vap_test.py#L21). In some cases these interfaces, are not wifi0 and wifi1 but instead are wlan0 and wlan1. I presume there are other possibilities as well.
WlanVAP should either allow you to pass in a WLAN interfaces names or, better yet, figures the interfaces out on its own.
The text was updated successfully, but these errors were encountered: