-
Notifications
You must be signed in to change notification settings - Fork 20
Add more smoke tests from lava-definitions #102
New issue
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
Conversation
|
I tested these by manually submitting a job to LAVA today with these new tests; BTW I did it by:
Results are here: First, running "media-ctl -p" during the smoke tests on RB3 reports: but the smoke-test still passes; I guess:
Next, lsusb: properly detected as failing; not sure why it fails (wouldn't type-C port be there at least, even if Renesas firmware is missing?). (I don't want to add a failing test though.) Next, alsa: properly detected as failing; not sure why (Cc: @Srinivas-Kandagatla) Last, wlan smoke tests:
Yay! So I guess we should add wlan tests for RB3. |
|
Some comments:
|
|
On RB1:
So I'll enable wlan tests for both rb3 and rb1 |
Signed-off-by: Loïc Minier <[email protected]>
|
Updated to only add wlan smoke tests; can be used on both targets; other smoke tests will require fixes to the enablement and/or to the tests first |
Test jobs for commit 29ac3f4 |
| name: "wlan-smoke-test" | ||
| path: automated/linux/wlan-smoke/wlan-smoke.yaml | ||
| repository: https://github.com/linaro/test-definitions.git | ||
| parameters: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the wifi device get enumerated as 'wlan0' ?
If not I believe we would need to override it with the DEVICE parameter here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh looks like it does in debian https://lava.infra.foundries.io/scheduler/job/87962#L1921
ci: lava: Run wlan-smoke test on all targets