tests: Add missed test case __doc__ strings
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
caf0cda761
commit
3054112254
2 changed files with 3 additions and 1 deletions
|
@ -128,6 +128,7 @@ def test_eht_open(dev, apdev):
|
||||||
raise Exception("STA STATUS did not indicate wifi_generation=7")
|
raise Exception("STA STATUS did not indicate wifi_generation=7")
|
||||||
|
|
||||||
def test_prefer_eht_20(dev, apdev):
|
def test_prefer_eht_20(dev, apdev):
|
||||||
|
"""EHT AP on a 20 MHz channel"""
|
||||||
params = {"ssid": "eht",
|
params = {"ssid": "eht",
|
||||||
"channel": "1",
|
"channel": "1",
|
||||||
"ieee80211ax": "1",
|
"ieee80211ax": "1",
|
||||||
|
|
|
@ -196,7 +196,6 @@ def test_he80(dev, apdev):
|
||||||
clear_regdom(hapd, dev)
|
clear_regdom(hapd, dev)
|
||||||
|
|
||||||
def _test_he_wifi_generation(dev, apdev, conf, scan_freq):
|
def _test_he_wifi_generation(dev, apdev, conf, scan_freq):
|
||||||
"""HE and wifi_generation"""
|
|
||||||
try:
|
try:
|
||||||
hapd = None
|
hapd = None
|
||||||
params = {"ssid": "he",
|
params = {"ssid": "he",
|
||||||
|
@ -236,6 +235,7 @@ def _test_he_wifi_generation(dev, apdev, conf, scan_freq):
|
||||||
clear_regdom(hapd, dev)
|
clear_regdom(hapd, dev)
|
||||||
|
|
||||||
def test_he_wifi_generation(dev, apdev):
|
def test_he_wifi_generation(dev, apdev):
|
||||||
|
"""HE and wifi_generation (5 GHz)"""
|
||||||
conf = {
|
conf = {
|
||||||
"vht_oper_chwidth": "1",
|
"vht_oper_chwidth": "1",
|
||||||
"hw_mode": "a",
|
"hw_mode": "a",
|
||||||
|
@ -250,6 +250,7 @@ def test_he_wifi_generation(dev, apdev):
|
||||||
_test_he_wifi_generation(dev, apdev, conf, "5180")
|
_test_he_wifi_generation(dev, apdev, conf, "5180")
|
||||||
|
|
||||||
def test_he_wifi_generation_24(dev, apdev):
|
def test_he_wifi_generation_24(dev, apdev):
|
||||||
|
"""HE and wifi_generation (2.4 GHz)"""
|
||||||
conf = {
|
conf = {
|
||||||
"hw_mode": "g",
|
"hw_mode": "g",
|
||||||
"channel": "1",
|
"channel": "1",
|
||||||
|
|
Loading…
Reference in a new issue