tests: Invalid WMM_AC_ADDTS parameter
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
f241a2604a
commit
765c15d503
1 changed files with 4 additions and 0 deletions
|
@ -110,6 +110,10 @@ def test_tspec(dev, apdev):
|
||||||
if not str(e).startswith("DELTS failed"):
|
if not str(e).startswith("DELTS failed"):
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
# "CTRL: Invalid WMM_AC_ADDTS parameter: 'foo'
|
||||||
|
if "FAIL" not in dev[0].request("WMM_AC_ADDTS foo"):
|
||||||
|
raise Exception("Invalid WMM_AC_ADDTS command accepted")
|
||||||
|
|
||||||
def test_tspec_protocol(dev, apdev):
|
def test_tspec_protocol(dev, apdev):
|
||||||
"""Protocol tests for addts/delts"""
|
"""Protocol tests for addts/delts"""
|
||||||
# configure ap with VO and VI requiring admission-control
|
# configure ap with VO and VI requiring admission-control
|
||||||
|
|
Loading…
Reference in a new issue