From: Jouni Malinen Date: Mon, 16 Mar 2020 13:38:27 +0000 (+0200) Subject: tests: Use hostapd_logdir in sigma_dut_ap_psk_sha256 X-Git-Tag: hostap_2_10~1610 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5732e57423a52e76c73372dd5c7c95dc7f625419;p=thirdparty%2Fhostap.git tests: Use hostapd_logdir in sigma_dut_ap_psk_sha256 logdir was prepared for this test case, but it was not actually used. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_sigma_dut.py b/tests/hwsim/test_sigma_dut.py index 3edcf2159..0fe8b4a48 100644 --- a/tests/hwsim/test_sigma_dut.py +++ b/tests/hwsim/test_sigma_dut.py @@ -644,7 +644,7 @@ def test_sigma_dut_ap_psk_sha256(dev, apdev, params): logdir = os.path.join(params['logdir'], "sigma_dut_ap_psk_sha256.sigma-hostapd") with HWSimRadio() as (radio, iface): - sigma = start_sigma_dut(iface) + sigma = start_sigma_dut(iface, hostapd_logdir=logdir) try: sigma_dut_cmd_check("ap_reset_default") sigma_dut_cmd_check("ap_set_wireless,NAME,AP,CHANNEL,1,SSID,test-psk,MODE,11ng")