mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 11:28:09 +00:00
Added missing key_mgmt for wp3
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -174,7 +174,8 @@ class TestBridgeModeEnterpriseTTLSSuiteA(object):
|
||||
mode=mode, band=band, eap=eap,
|
||||
ttls_passwd=ttls_passwd,
|
||||
identity=identity, num_sta=1,
|
||||
dut_data=setup_configuration)
|
||||
dut_data=setup_configuration,
|
||||
key_mgmt="WPA-EAP-SHA256")
|
||||
|
||||
assert passes == "PASS", result
|
||||
|
||||
@@ -200,7 +201,8 @@ class TestBridgeModeEnterpriseTTLSSuiteA(object):
|
||||
mode=mode, band=band, eap=eap,
|
||||
ttls_passwd=ttls_passwd,
|
||||
identity=identity, num_sta=1,
|
||||
dut_data=setup_configuration)
|
||||
dut_data=setup_configuration,
|
||||
key_mgmt="WPA-EAP-SHA256")
|
||||
|
||||
assert passes == "PASS", result
|
||||
|
||||
|
||||
@@ -174,7 +174,8 @@ class TestNATModeEnterpriseTTLSSuiteA(object):
|
||||
mode=mode, band=band, eap=eap,
|
||||
ttls_passwd=ttls_passwd,
|
||||
identity=identity, num_sta=1,
|
||||
dut_data=setup_configuration)
|
||||
dut_data=setup_configuration,
|
||||
key_mgmt="WPA-EAP-SHA256")
|
||||
|
||||
assert passes == "PASS", result
|
||||
|
||||
@@ -200,7 +201,8 @@ class TestNATModeEnterpriseTTLSSuiteA(object):
|
||||
mode=mode, band=band, eap=eap,
|
||||
ttls_passwd=ttls_passwd,
|
||||
identity=identity, num_sta=1,
|
||||
dut_data=setup_configuration)
|
||||
dut_data=setup_configuration,
|
||||
key_mgmt="WPA-EAP-SHA256")
|
||||
|
||||
assert passes == "PASS", result
|
||||
|
||||
|
||||
@@ -184,7 +184,8 @@ class TestVLANModeEnterpriseTTLSSuiteA(object):
|
||||
ttls_passwd=ttls_passwd,
|
||||
identity=identity, num_sta=1,
|
||||
vlan_id=vlan,
|
||||
dut_data=setup_configuration)
|
||||
dut_data=setup_configuration,
|
||||
key_mgmt="WPA-EAP-SHA256")
|
||||
|
||||
assert passes == "PASS", result
|
||||
|
||||
@@ -212,7 +213,8 @@ class TestVLANModeEnterpriseTTLSSuiteA(object):
|
||||
ttls_passwd=ttls_passwd,
|
||||
identity=identity, num_sta=1,
|
||||
vlan_id=vlan,
|
||||
dut_data=setup_configuration)
|
||||
dut_data=setup_configuration,
|
||||
key_mgmt="WPA-EAP-SHA256")
|
||||
|
||||
assert passes == "PASS", result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user