canonical / checkbox

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

Fix wpa3 netplan test (Bugfix) #1237

Closed fernando79513 closed 1 month ago

fernando79513 commented 1 month ago

Description

Netplan had a bug preventing it from supporting WPA3 connections. This was addressed with https://github.com/canonical/netplan/pull/369 and the fix landed in Jammy with netplan 0.106.1.

To get it to work, the yaml netplan config must include key-management: sae in the auth section (see example).

We have modified the netplan yaml to include this new section.

Resolved issues

811, CHECKBOX-1424

Documentation

No changes in documentation

Tests

The wpa3 has been tested with Eurotech - DynaCOR 44-11 submission_2024-05-09T09.21.41.702067.zip

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 95.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 43.51%. Comparing base (646fe88) to head (a3a83e6). Report is 12 commits behind head on main.

Files Patch % Lines
providers/base/bin/wifi_client_test_netplan.py 95.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1237 +/- ## ========================================== + Coverage 43.36% 43.51% +0.14% ========================================== Files 357 357 Lines 38684 38706 +22 Branches 6560 6564 +4 ========================================== + Hits 16775 16841 +66 + Misses 21245 21200 -45 - Partials 664 665 +1 ``` | [Flag](https://app.codecov.io/gh/canonical/checkbox/pull/1237/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=canonical) | Coverage Δ | | |---|---|---| | [provider-base](https://app.codecov.io/gh/canonical/checkbox/pull/1237/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=canonical) | `17.12% <95.00%> (+0.40%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=canonical#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.