tests: Remove MIB counter check from radius_auth_unreachable2
This is in preparation for an implementation change that results in this unreachable server case not incrementing radiusAuthClientAccessRequests. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
166ab0b780
commit
08e6721e87
1 changed files with 1 additions and 2 deletions
|
@ -65,8 +65,7 @@ def test_radius_auth_unreachable2(dev, apdev):
|
|||
mib = hapd.get_mib()
|
||||
if "radiusAuthClientAccessRequests" not in mib:
|
||||
raise Exception("Missing MIB fields")
|
||||
if int(mib["radiusAuthClientAccessRetransmissions"]) < 1:
|
||||
raise Exception("Missing RADIUS Authentication retransmission")
|
||||
logger.info("radiusAuthClientAccessRetransmissions: " + mib["radiusAuthClientAccessRetransmissions"])
|
||||
|
||||
def test_radius_auth_unreachable3(dev, apdev):
|
||||
"""RADIUS Authentication server initially unreachable, but then available"""
|
||||
|
|
Loading…
Reference in a new issue