-
Notifications
You must be signed in to change notification settings - Fork 50
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
Netplan support network manager 2404 PC Desktop Test case/plan (New) #1313
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1313 +/- ##
=======================================
Coverage 48.32% 48.32%
=======================================
Files 372 372
Lines 40091 40091
Branches 6759 6759
=======================================
Hits 19373 19373
Misses 20002 20002
Partials 716 716
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
a5947ff
to
2e11d89
Compare
Rebase |
So the idea of this PR is that the netplan wireless tests are run in 24.04 onwards despite of the results of the |
Do you have any suggestion to change the way if not use complex syntax of
and
The for format when OS >=24 will be like:
|
After I use template-id, the order will be random, the test cases can't keep the order which is pre-defined in Please check the following attachment. auto_certtestplan_with_template_id_1.log |
Is that random ordering an issue? The order in which tests are run in checkbox is not deterministic at the moment. We only allow The ordering of regexes is incidental, and we are still prefering the "template-id" syntax to create automated testplan documentation We will follow in the future the issue #1529 if it helps QA testing. |
d709a5b
to
ada4705
Compare
Rebase |
…l make the order is not same as test plan set
Hello @seankingyang, thanks for the changes! |
Hi @fernando79513, i tested it and it worked well. Please check this submission https://certification.canonical.com/hardware/202411-35967/submission/403611/. |
Description
This PR only change/add the test case/plan to support the netplan test cases can be run in the 24.04 PC desktop test plan.
It need the #1301 PR script will make the script can support on the NetworkManager.
This PR need to wait the #1324 PR, or it will meet this issue:OEMQA-4582 NetworkManager test case impact in 24.04 Desktop
WARNING: This modifies com.canonical.certification::sru-server
Change the requires field in bellow test cases:
{after-suspend-}wireless/wireless_connection_{open|WPA}_{bg|n|ac}_np_.*
{after-suspend-}wireless/wireless_connection_{open|WPA|WPA3}_{ax|be}_np_.*
From:
TO:
Add a new test plan
{after-suspend-}wireless-netplan-cert-automated
to support the following test cases:{after-suspend-}wireless/wireless_connection_{open|WPA}_{bg|n|ac}_np_.*
{after-suspend-}wireless/wireless_connection_{open|WPA|WPA3}_{ax|be}_np_.*
Resolved issues
Documentation
Tests