tests: Remove unnecessary interpreter line from most python files

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>
This commit is contained in:
Jouni Malinen 2014-02-21 20:21:53 +02:00
parent aef5047acc
commit 5be9dcbb86
52 changed files with 0 additions and 104 deletions

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# Python class for controlling hostapd # Python class for controlling hostapd
# Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi> # Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# hwsim testing utilities # hwsim testing utilities
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# RADIUS DAS extensions to pyrad # RADIUS DAS extensions to pyrad
# Copyright (c) 2014, Jouni Malinen <j@w1.fi> # Copyright (c) 2014, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# Test cases for automatic channel selection with hostapd # Test cases for automatic channel selection with hostapd
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# Cipher suite tests # Cipher suite tests
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# Test cases for dynamic BSS changes with hostapd # Test cases for dynamic BSS changes with hostapd
# Copyright (c) 2013, Qualcomm Atheros, Inc. # Copyright (c) 2013, Qualcomm Atheros, Inc.
# #

View file

@ -1,6 +1,4 @@
#!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
#
# WPA2-Enterprise tests # WPA2-Enterprise tests
# Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi> # Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# Fast BSS Transition tests # Fast BSS Transition tests
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# Hotspot 2.0 tests # Hotspot 2.0 tests
# Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi> # Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# Test cases for HT operations with hostapd # Test cases for HT operations with hostapd
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# Test various AP mode parameters # Test various AP mode parameters
# Copyright (c) 2014, Qualcomm Atheros, Inc. # Copyright (c) 2014, Qualcomm Atheros, Inc.
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# Protected management frames tests # Protected management frames tests
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# WPA2-Personal tests # WPA2-Personal tests
# Copyright (c) 2014, Qualcomm Atheros, Inc. # Copyright (c) 2014, Qualcomm Atheros, Inc.
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# QoS Mapping tests # QoS Mapping tests
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# Roaming tests # Roaming tests
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# TDLS tests # TDLS tests
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# WPS tests # WPS tests
# Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi> # Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# cfg80211 connect command (SME in the driver/firmware) # cfg80211 connect command (SME in the driver/firmware)
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# Test cases for DFS # Test cases for DFS
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# External password storage # External password storage
# Copyright (c) 2014, Jouni Malinen <j@w1.fi> # Copyright (c) 2014, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# GAS tests # GAS tests
# Copyright (c) 2013, Qualcomm Atheros, Inc. # Copyright (c) 2013, Qualcomm Atheros, Inc.
# Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi> # Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi>

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# IBSS test cases # IBSS test cases
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# IEEE 802.1X tests # IEEE 802.1X tests
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# Module tests # Module tests
# Copyright (c) 2014, Jouni Malinen <j@w1.fi> # Copyright (c) 2014, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# AP mode using the older monitor interface design # AP mode using the older monitor interface design
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# P2P+NFC tests # P2P+NFC tests
# Copyright (c) 2013, Qualcomm Atheros, Inc. # Copyright (c) 2013, Qualcomm Atheros, Inc.
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# WPS+NFC tests # WPS+NFC tests
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# P2P autonomous GO test cases # P2P autonomous GO test cases
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# P2P concurrency test cases # P2P concurrency test cases
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# cfg80211 P2P Device # cfg80211 P2P Device
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# P2P device discovery test cases # P2P device discovery test cases
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# P2P group formation test cases # P2P group formation test cases
# Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi> # Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# P2P invitation test cases # P2P invitation test cases
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# P2P persistent group test cases # P2P persistent group test cases
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# P2P service discovery test cases # P2P service discovery test cases
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# Wi-Fi Display test cases # Wi-Fi Display test cases
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# PeerKey tests # PeerKey tests
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# WPA2-Enterprise PMKSA caching tests # WPA2-Enterprise PMKSA caching tests
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# Radio work tests # Radio work tests
# Copyright (c) 2014, Jouni Malinen <j@w1.fi> # Copyright (c) 2014, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# RADIUS tests # RADIUS tests
# Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi> # Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# Test cases for SAE # Test cases for SAE
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# Scanning tests # Scanning tests
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,6 +1,4 @@
#!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
#
# SSID contents and encoding tests # SSID contents and encoding tests
# Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi> # Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# Dynamic wpa_supplicant interface # Dynamic wpa_supplicant interface
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# WEP tests # WEP tests
# Copyright (c) 2014, Jouni Malinen <j@w1.fi> # Copyright (c) 2014, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# Deprecated WEXT driver interface in wpa_supplicant # Deprecated WEXT driver interface in wpa_supplicant
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# WNM tests # WNM tests
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# wpa_supplicant AP mode tests # wpa_supplicant AP mode tests
# Copyright (c) 2014, Qualcomm Atheros, Inc. # Copyright (c) 2014, Qualcomm Atheros, Inc.
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# wpa_supplicant control interface # wpa_supplicant control interface
# Copyright (c) 2014, Qualcomm Atheros, Inc. # Copyright (c) 2014, Qualcomm Atheros, Inc.
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# Testing utilities # Testing utilities
# Copyright (c) 2013, Jouni Malinen <j@w1.fi> # Copyright (c) 2013, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# Python class for controlling wlantest # Python class for controlling wlantest
# Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi> # Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi>
# #

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# Python class for controlling wpa_supplicant # Python class for controlling wpa_supplicant
# Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi> # Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi>
# #