[tests] remove border router MATN tests - #13306
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request removes several legacy MATN border router certification tests. These tests have been replaced by updated, equivalent implementations in the ot-br-posix repository that utilize the docker-in-docker testing framework, streamlining the testing process and ensuring better maintenance. Highlights
New Features🧠 You can now enable Memory (public preview) to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request removes several multicast-related integration test files (MATN_02, MATN_03, MATN_04, MATN_05, MATN_09, MATN_12, MATN_15, and MATN_16) from the test suite. As there are no review comments provided, I have no additional feedback to offer.
Library files
|
Remove MATN border router certification tests as they have been replaced by equivalent tests in the ot-br-posix repository under: https://github.com/openthread/ot-br-posix/tree/main/tests/scripts/expect The new tests run using the docker-in-docker framework. Deleted tests: - MATN_02_MLRFirstUse.py - MATN_03_InvalidCommissionerDeregistration.py - MATN_04_MulticastListenerTimeout.py - MATN_05_ReregistrationToSameMulticastGroup.py - MATN_09_DefaultBRMulticastForwarding.py - MATN_12_HopLimitProcessing.py - MATN_15_ChangeOfPrimaryBBRTriggersRegistration.py - MATN_16_LargeNumberOfMulticastGroupSubscriptionsToBBR.py
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #13306 +/- ##
==========================================
+ Coverage 70.34% 72.59% +2.25%
==========================================
Files 703 704 +1
Lines 96719 94405 -2314
==========================================
+ Hits 68034 68538 +504
+ Misses 28685 25867 -2818 🚀 New features to boost your workflow:
|
Remove MATN border router certification tests as they have been replaced by equivalent tests in the ot-br-posix repository under: https://github.com/openthread/ot-br-posix/tree/main/tests/scripts/expect
The new tests run using the docker-in-docker framework.
Deleted tests: