1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests: remove unused os package import

os package is imported by every test script but only used by
a few, thus flake8 check reported errors.
This commit is contained in:
smlng 2018-08-10 13:40:51 +02:00
parent 13d61b5c20
commit f9824abedb
106 changed files with 0 additions and 106 deletions

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
ACCEPTED_ERROR = 20

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -7,7 +7,6 @@
# directory for more details.
from __future__ import print_function
import os
import sys
ACCEPTED_ERROR = 20

View File

@ -7,7 +7,6 @@
# directory for more details.
from __future__ import print_function
import os
import sys
how_many = 100

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
# It takes 35 seconds on wsn430, so add some margin

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
# Float and print operations are slow on boards

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
thread_prio = {

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys
NB_TESTS = 3

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
EXPECTED_STDOUT = (

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
EXPECTED_STDOUT = (

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -8,7 +8,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
import time

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
PS_EXPECTED = (

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys
import math

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -8,7 +8,6 @@
# Author: Martin Elshuber <martin.elshuber@theobroma-systems.com>
import os
import sys
thread_prio = {

View File

@ -7,7 +7,6 @@
# directory for more details.
import sys
import os
import re

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
EXPECTED_HELP = (

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys
import calendar
import datetime

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -7,7 +7,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

View File

@ -6,7 +6,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
import os
import sys

Some files were not shown because too many files have changed in this diff Show More