Skip to content
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

Add WiFi basic test #2294

Merged
merged 6 commits into from
Mar 14, 2024
Merged

Add WiFi basic test #2294

merged 6 commits into from
Mar 14, 2024

Conversation

laura-nao
Copy link
Contributor

Add support for a basic WiFi test and run it on an initial set of target Chromebooks, based on the WiFi chip:

  • Intel(R) Wi-Fi 6 AX201 160MHz - asus-cx9400-volteer
  • Intel(R) Wi-Fi 6E AX211 160MHz - acer-cbv514-1h-34uz-brya
  • Intel(R) Wi-Fi 6 AX200 160MHz - lenovo-TPad-C13-Yoga-zork
  • Intel(R) Dual Band Wireless AC 7265 - hp-x360-14-G1-sona
  • Intel(R) Wireless-AC 9560 160MHz - dell-latitude-5400-8665U-sarien
  • Marvell SD8897-B0 - mt8173-elm-hana
  • RTL8852AE - acer-cp514-3wh-r0qs-guybrush
  • RTL8822CE - asus-CM1400CXA-dalboz
  • QCA6174 - acer-R721T-grunt , mt8183-kukui-jacuzzi-juniper-sku16
  • mt7921e - mt8195-cherry-tomato-r2

Add Debian bullseye based rootfs image with all dependencies to run a
basic wifi test.

Signed-off-by: Laura Nao <[email protected]>
Enable kernel configs for wifi functionality on Chromebooks. Add also
the required firmware files.

Signed-off-by: Laura Nao <[email protected]>
Add LAVA jinja2 templates for basic wifi test job.

Signed-off-by: Laura Nao <[email protected]>
@laura-nao
Copy link
Contributor Author

Run wifi basic test on a set of Chromebooks (1 for each type of wifi
chip and architecture):
- Intel(R) Wi-Fi 6 AX201 160MHz - asus-cx9400-volteer
- Intel(R) Wi-Fi 6E AX211 160MHz -  acer-cbv514-1h-34uz-brya
- Intel(R) Wi-Fi 6 AX200 160MHz - lenovo-TPad-C13-Yoga-zork
- Intel(R) Dual Band Wireless AC 7265 - hp-x360-14-G1-sona
- Intel(R) Wireless-AC 9560 160MHz - dell-latitude-5400-8665U-sarien
- Marvell SD8897-B0 - mt8173-elm-hana
- RTL8852AE - acer-cp514-3wh-r0qs-guybrush
- RTL8822CE - asus-CM1400CXA-dalboz
- QCA6174 - acer-R721T-grunt , mt8183-kukui-jacuzzi-juniper-sku16
- mt7921e - mt8195-cherry-tomato-r2

Signed-off-by: Laura Nao <[email protected]>
@@ -159,6 +159,14 @@ file_systems:
ramdisk: bullseye-vdso/20230623.0/{arch}/rootfs.cpio.gz
root_type: ramdisk
type: debian
debian_bullseye-wifi_nfs:
boot_protocol: tftp
nfs: bullseye-wifi/20240109.0/{arch}/full.rootfs.tar.xz
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One note: the name of the image should be updated once a bullseye-wifi rootfs image has been built and is available in the KernelCI storage.
I see some staging jobs being run in LAVA (https://lava.collabora.dev/scheduler/alljobs?length=25&search=wifi#table), but they're all failing as such image does not exist yet.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like bullseye-wifi rootfs image is available from 2024.01.29

@@ -159,6 +159,14 @@ file_systems:
ramdisk: bullseye-vdso/20230623.0/{arch}/rootfs.cpio.gz
root_type: ramdisk
type: debian
debian_bullseye-wifi_nfs:
boot_protocol: tftp
nfs: bullseye-wifi/20240109.0/{arch}/full.rootfs.tar.xz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like bullseye-wifi rootfs image is available from 2024.01.29

@@ -767,6 +767,12 @@ test_plans:
params:
job_timeout: '20'

wifi-basic: &wifi-basic
Copy link
Contributor

@pawiecz pawiecz Feb 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To other reviewers: although this anchor is not used anywhere yet, it's a placeholder for more complex wifi tests, see e.g. v4l2-decoder-conformance in L698

@nuclearcat
Copy link
Member

Merging, as we will have soon major rework to bookworm and we can follow up

@nuclearcat nuclearcat added this pull request to the merge queue Mar 14, 2024
Merged via the queue into kernelci:main with commit 27ba235 Mar 14, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants