]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Fix duplicate test case name
authorJouni Malinen <quic_jouni@quicinc.com>
Tue, 13 Aug 2024 08:44:09 +0000 (11:44 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 13 Aug 2024 08:44:09 +0000 (11:44 +0300)
The new test case for an AP MLD in a bridge was supposed to use a unique
test name to avoid hiding an existing test case.

Fixes: c4f927926765 ("tests: AP MLD with two links in a bridge")
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
tests/hwsim/test_eht.py

index bde2b0e08148eb60307f1940b449494a8ef3e1b8..97922152d8f0ca30e1d39fff121a1acdc6132319 100644 (file)
@@ -557,7 +557,7 @@ def test_eht_mld_sae_two_links_disable_enable(dev, apdev):
     """AP MLD with two links and disabling/enabling full AP MLD"""
     run_eht_mld_sae_two_links(dev, apdev, disable_enable=True)
 
-def test_eht_mld_sae_two_links(dev, apdev):
+def test_eht_mld_sae_two_links_bridge(dev, apdev):
     """AP MLD with two links in a bridge"""
     run_eht_mld_sae_two_links(dev, apdev, bridge=True)