tests: Hide stdout from Popen() to avoid undesired stdout prints
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 29 May 2014 10:43:01 +0000 (13:43 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 29 May 2014 12:37:18 +0000 (15:37 +0300)
commit9e669cb5ff32c6425582c6304a479cf56f5c0902
treeada3531e9b16cba8b7f2a573f50418621e9721ca
parentc50f0eac11639ae00a903a50ef00401bbc6ff292
tests: Hide stdout from Popen() to avoid undesired stdout prints

ap_cipher_tkip_countermeasures_{ap,sta} printed out the MAC addresses in
stdout which resulted in the debug log not starting the PASS/FAIL
information at the beginning of the line. Hide these unnecessary prints
to avoid that.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/test_ap_ciphers.py