]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: DPP_CONFIGURATOR_SIGN without double space
authorJouni Malinen <jouni@codeaurora.org>
Fri, 21 Dec 2018 09:43:09 +0000 (11:43 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 21 Dec 2018 10:02:57 +0000 (12:02 +0200)
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/hwsim/test_dpp.py

index db95361055914ab5cb65ee38b1a2c509eb5d8f37..256d1741afba520d11a9a1336024217398cc2a2b 100644 (file)
@@ -3584,7 +3584,7 @@ def run_dpp_own_config(dev, apdev, own_curve=None, expect_failure=False,
     update_hapd_config(hapd)
 
     dev[0].set("dpp_config_processing", "1")
-    cmd = "DPP_CONFIGURATOR_SIGN  conf=sta-dpp configurator=%d%s" % (conf_id, extra)
+    cmd = "DPP_CONFIGURATOR_SIGN conf=sta-dpp configurator=%d%s" % (conf_id, extra)
     if own_curve:
         cmd += " curve=" + own_curve
     res = dev[0].request(cmd)
@@ -3641,7 +3641,7 @@ def run_dpp_own_config_ap(dev, apdev, reconf_configurator=False, extra=""):
         if "FAIL" in csign or len(csign) == 0:
             raise Exception("DPP_CONFIGURATOR_GET_KEY failed")
 
-    cmd = "DPP_CONFIGURATOR_SIGN  conf=ap-dpp configurator=%d%s" % (conf_id, extra)
+    cmd = "DPP_CONFIGURATOR_SIGN conf=ap-dpp configurator=%d%s" % (conf_id, extra)
     res = hapd.request(cmd)
     if "FAIL" in res:
         raise Exception("Failed to generate own configuration")