tests: Remove unnecessary interpreter line from most python files
authorJouni Malinen <j@w1.fi>
Fri, 21 Feb 2014 18:21:53 +0000 (20:21 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 21 Feb 2014 18:21:53 +0000 (20:21 +0200)
Only run-tests.py is actually executed, so there is no need to specify
the interpreter in all the helper files and test script files.

Signed-off-by: Jouni Malinen <j@w1.fi>
52 files changed:
tests/hwsim/hostapd.py
tests/hwsim/hwsim_utils.py
tests/hwsim/radius_das.py
tests/hwsim/test_ap_acs.py
tests/hwsim/test_ap_ciphers.py
tests/hwsim/test_ap_dynamic.py
tests/hwsim/test_ap_eap.py
tests/hwsim/test_ap_ft.py
tests/hwsim/test_ap_hs20.py
tests/hwsim/test_ap_ht.py
tests/hwsim/test_ap_params.py
tests/hwsim/test_ap_pmf.py
tests/hwsim/test_ap_psk.py
tests/hwsim/test_ap_qosmap.py
tests/hwsim/test_ap_roam.py
tests/hwsim/test_ap_tdls.py
tests/hwsim/test_ap_wps.py
tests/hwsim/test_connect_cmd.py
tests/hwsim/test_dfs.py
tests/hwsim/test_ext_password.py
tests/hwsim/test_gas.py
tests/hwsim/test_ibss.py
tests/hwsim/test_ieee8021x.py
tests/hwsim/test_module_tests.py
tests/hwsim/test_monitor_interface.py
tests/hwsim/test_nfc_p2p.py
tests/hwsim/test_nfc_wps.py
tests/hwsim/test_p2p_autogo.py
tests/hwsim/test_p2p_concurrency.py
tests/hwsim/test_p2p_device.py
tests/hwsim/test_p2p_discovery.py
tests/hwsim/test_p2p_grpform.py
tests/hwsim/test_p2p_invitation.py
tests/hwsim/test_p2p_persistent.py
tests/hwsim/test_p2p_service.py
tests/hwsim/test_p2p_wifi_display.py
tests/hwsim/test_peerkey.py
tests/hwsim/test_pmksa_cache.py
tests/hwsim/test_radio_work.py
tests/hwsim/test_radius.py
tests/hwsim/test_sae.py
tests/hwsim/test_scan.py
tests/hwsim/test_ssid.py
tests/hwsim/test_sta_dynamic.py
tests/hwsim/test_wep.py
tests/hwsim/test_wext.py
tests/hwsim/test_wnm.py
tests/hwsim/test_wpas_ap.py
tests/hwsim/test_wpas_ctrl.py
tests/hwsim/utils.py
tests/hwsim/wlantest.py
tests/hwsim/wpasupplicant.py

index 17d2d56..d52ed06 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Python class for controlling hostapd
 # Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi>
 #
index 621143b..8e9f5e7 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # hwsim testing utilities
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index 1dd0c5e..300681a 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # RADIUS DAS extensions to pyrad
 # Copyright (c) 2014, Jouni Malinen <j@w1.fi>
 #
index cfa45ab..c806a8b 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Test cases for automatic channel selection with hostapd
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index dcabe31..9dbcc89 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Cipher suite tests
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index 3ee6c97..7da0376 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Test cases for dynamic BSS changes with hostapd
 # Copyright (c) 2013, Qualcomm Atheros, Inc.
 #
index 219a1dd..532a21d 100644 (file)
@@ -1,6 +1,4 @@
-#!/usr/bin/python
 # -*- coding: utf-8 -*-
-#
 # WPA2-Enterprise tests
 # Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi>
 #
index 63f97e9..e91a098 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Fast BSS Transition tests
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index 3983030..f89aee1 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Hotspot 2.0 tests
 # Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi>
 #
index 5071a98..7b5cf24 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Test cases for HT operations with hostapd
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index 2f77683..018e055 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Test various AP mode parameters
 # Copyright (c) 2014, Qualcomm Atheros, Inc.
 #
index daf39e8..15777b2 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Protected management frames tests
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index 26a3bb4..ddef32a 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # WPA2-Personal tests
 # Copyright (c) 2014, Qualcomm Atheros, Inc.
 #
index 8843b4e..f1b7f7a 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # QoS Mapping tests
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index a9d671c..11e2097 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Roaming tests
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index 2163e02..b3ac5b3 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # TDLS tests
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index bc37398..5f19ae0 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # WPS tests
 # Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi>
 #
index 75833a5..f2858c1 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # cfg80211 connect command (SME in the driver/firmware)
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index a92ab83..025d561 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Test cases for DFS
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index 56481e1..9e39043 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # External password storage
 # Copyright (c) 2014, Jouni Malinen <j@w1.fi>
 #
index 5f901c3..0172b06 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # GAS tests
 # Copyright (c) 2013, Qualcomm Atheros, Inc.
 # Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi>
index 3a92a67..aa7e9a7 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # IBSS test cases
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index 6527f0c..eef2bb9 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # IEEE 802.1X tests
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index a7171d9..3915bd0 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Module tests
 # Copyright (c) 2014, Jouni Malinen <j@w1.fi>
 #
index 2fce1a1..47f830d 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # AP mode using the older monitor interface design
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index 84418f9..98606a7 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # P2P+NFC tests
 # Copyright (c) 2013, Qualcomm Atheros, Inc.
 #
index dc2c848..e36d479 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # WPS+NFC tests
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index ad4a3d9..09c9c56 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # P2P autonomous GO test cases
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index 29aaa26..7689b15 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # P2P concurrency test cases
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index ce9d2c4..9217720 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # cfg80211 P2P Device
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index 685a76c..a63768b 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # P2P device discovery test cases
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index c91b64d..7c0ded5 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # P2P group formation test cases
 # Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi>
 #
index db8441e..1ad0b65 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # P2P invitation test cases
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index 1f0ef1b..c931b60 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # P2P persistent group test cases
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index 43ed5b2..a625f05 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # P2P service discovery test cases
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index a38e8aa..39e3d6b 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Wi-Fi Display test cases
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index f4da06a..7371b40 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # PeerKey tests
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index cbd8d8e..786351e 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # WPA2-Enterprise PMKSA caching tests
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index 7f4f5c7..1903cd4 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Radio work tests
 # Copyright (c) 2014, Jouni Malinen <j@w1.fi>
 #
index 5849986..ea7e476 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # RADIUS tests
 # Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi>
 #
index 3461c54..64cbdde 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Test cases for SAE
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index 938abda..d7ce821 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Scanning tests
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index 6d1f72d..0ff031b 100644 (file)
@@ -1,6 +1,4 @@
-#!/usr/bin/python
 # -*- coding: utf-8 -*-
-#
 # SSID contents and encoding tests
 # Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi>
 #
index ab9df44..21ad437 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Dynamic wpa_supplicant interface
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index 7b70484..8dbc9be 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # WEP tests
 # Copyright (c) 2014, Jouni Malinen <j@w1.fi>
 #
index e456b48..302d0fe 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Deprecated WEXT driver interface in wpa_supplicant
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index af5cacb..4820885 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # WNM tests
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index 4d78cb0..f40fac6 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # wpa_supplicant AP mode tests
 # Copyright (c) 2014, Qualcomm Atheros, Inc.
 #
index c328f73..367ed5c 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # wpa_supplicant control interface
 # Copyright (c) 2014, Qualcomm Atheros, Inc.
 #
index 27cbc4e..66589bb 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Testing utilities
 # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
 #
index 3056479..e78cd88 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Python class for controlling wlantest
 # Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi>
 #
index 963b346..3a7908b 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Python class for controlling wpa_supplicant
 # Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi>
 #