tests: Fix wifi_display_parsing
authorJouni Malinen <j@w1.fi>
Sat, 31 Oct 2015 14:31:03 +0000 (16:31 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 31 Oct 2015 14:31:03 +0000 (16:31 +0200)
Due to a typo in a function name, this test case ended up running
without the final cleanup. That could result in the following test cases
failing, e.g., when running this sequence:
wifi_display_parsing dbus_p2p_go_neg_auth

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_p2p_wifi_display.py

index e463b3f..4eb4801 100644 (file)
@@ -327,7 +327,7 @@ def test_wifi_display_parsing(dev):
         dev[1].request("VENDOR_ELEM_REMOVE 11 *")
         dev[0].request("SET wifi_display 0")
 
-def test_wifi_display_parsing(dev):
+def _test_wifi_display_parsing(dev):
     wfd_devinfo = "00411c440028"
     dev[0].request("SET wifi_display 1")
     dev[0].request("WFD_SUBELEM_SET 0 0006" + wfd_devinfo)