tests: Add missed test case __doc__ strings

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2024-03-17 15:21:11 +02:00
parent caf0cda761
commit 3054112254
2 changed files with 3 additions and 1 deletions

View file

@ -128,6 +128,7 @@ def test_eht_open(dev, apdev):
raise Exception("STA STATUS did not indicate wifi_generation=7")
def test_prefer_eht_20(dev, apdev):
"""EHT AP on a 20 MHz channel"""
params = {"ssid": "eht",
"channel": "1",
"ieee80211ax": "1",

View file

@ -196,7 +196,6 @@ def test_he80(dev, apdev):
clear_regdom(hapd, dev)
def _test_he_wifi_generation(dev, apdev, conf, scan_freq):
"""HE and wifi_generation"""
try:
hapd = None
params = {"ssid": "he",
@ -236,6 +235,7 @@ def _test_he_wifi_generation(dev, apdev, conf, scan_freq):
clear_regdom(hapd, dev)
def test_he_wifi_generation(dev, apdev):
"""HE and wifi_generation (5 GHz)"""
conf = {
"vht_oper_chwidth": "1",
"hw_mode": "a",
@ -250,6 +250,7 @@ def test_he_wifi_generation(dev, apdev):
_test_he_wifi_generation(dev, apdev, conf, "5180")
def test_he_wifi_generation_24(dev, apdev):
"""HE and wifi_generation (2.4 GHz)"""
conf = {
"hw_mode": "g",
"channel": "1",