mbox series

[v2,0/2] add co-hosted MLD test cases

Message ID 20240422041239.1823537-1-quic_adisi@quicinc.com
Headers show
Series add co-hosted MLD test cases | expand

Message

Aditya Kumar Singh April 22, 2024, 4:12 a.m. UTC
Add test cases to test basic co-hosted MLDs functionality.

These were previously part of the series -
    * [PATCH 00/22] hostapd: add cohosted MLO support
at [21/22] and [22/22] respectively.

However, the code changes are merged and only test case was pending due to
wireless tree dependency. Now that is also resolved, have re-spin a v2
with only test cases changes in it.

Aditya Kumar Singh (2):
  tests: MLO: add basic cohosted MLDs functionality testing
  tests: MLO: add cohosted MLDs connectivity testing
---
v2: 
    * No changes in 1/2
    * Properly stop the test case so that next test case can be
      run without any issue when added
---
 tests/hwsim/test_eht.py | 274 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 274 insertions(+)


base-commit: 8f83b7d7d1a824af1facff3ee895d611331507ca

Comments

Jouni Malinen April 24, 2024, 7:32 p.m. UTC | #1
On Mon, Apr 22, 2024 at 09:42:37AM +0530, Aditya Kumar Singh wrote:
> Add test cases to test basic co-hosted MLDs functionality.
> 
> These were previously part of the series -
>     * [PATCH 00/22] hostapd: add cohosted MLO support
> at [21/22] and [22/22] respectively.
> 
> However, the code changes are merged and only test case was pending due to
> wireless tree dependency. Now that is also resolved, have re-spin a v2
> with only test cases changes in it.
> 
> Aditya Kumar Singh (2):
>   tests: MLO: add basic cohosted MLDs functionality testing
>   tests: MLO: add cohosted MLDs connectivity testing

Thanks, applied.