tests: Skip sigma_dut_suite_b_rsa DHE case with BoringSSL
BoringSSL is known not to support this option, so skip it to allow rest of the test case to be performed without known failures. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
26dd47f1d1
commit
ae301fd37a
1 changed files with 4 additions and 2 deletions
|
@ -807,8 +807,10 @@ def test_sigma_dut_suite_b_rsa(dev, apdev, params):
|
||||||
|
|
||||||
try:
|
try:
|
||||||
tests = ["",
|
tests = ["",
|
||||||
",TLSCipher,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384",
|
",TLSCipher,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"]
|
||||||
",TLSCipher,TLS_DHE_RSA_WITH_AES_256_GCM_SHA384"]
|
tls = dev[0].request("GET tls_library")
|
||||||
|
if "run=BoringSSL" not in tls:
|
||||||
|
tests += [",TLSCipher,TLS_DHE_RSA_WITH_AES_256_GCM_SHA384"]
|
||||||
for extra in tests:
|
for extra in tests:
|
||||||
sigma_dut_cmd_check("sta_reset_default,interface,%s,prog,PMF" % ifname)
|
sigma_dut_cmd_check("sta_reset_default,interface,%s,prog,PMF" % ifname)
|
||||||
sigma_dut_cmd_check("sta_set_ip_config,interface,%s,dhcp,0,ip,127.0.0.11,mask,255.255.255.0" % ifname)
|
sigma_dut_cmd_check("sta_set_ip_config,interface,%s,dhcp,0,ip,127.0.0.11,mask,255.255.255.0" % ifname)
|
||||||
|
|
Loading…
Add table
Reference in a new issue