|
472bd0ae01
|
tests: remove obsolete local test targets
|
2018-09-07 15:13:08 +02:00 |
|
smlng
|
3893f04d00
|
tests: move testrunner import up
Testrunner is now impported as a package found in PYTHONPATH, so
import can be placed at the top of the script as usual.
|
2018-08-13 14:11:24 +02:00 |
|
smlng
|
f9824abedb
|
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.
|
2018-08-13 14:11:23 +02:00 |
|
smlng
|
13d61b5c20
|
tests: use testrunner from pythonlibs
Remove now obsolete sys.append from all tests, as testrunner was moved
to dist/pythonlibs as proper package.
|
2018-08-13 14:11:23 +02:00 |
|
Michel Rottleuthner
|
aca8953827
|
tests: add nucleo-f303k8 to BOARD_INSUFFICIENT_MEMORY
|
2018-07-17 17:52:12 +02:00 |
|
|
633a92929d
|
boards/nucleo-l031k6: rename to st marketing name
|
2018-05-23 12:50:33 +02:00 |
|
|
81700d4301
|
boards/nucleo-f042k6: rename to st marketing name
|
2018-05-23 12:49:40 +02:00 |
|
|
3e4f7adc95
|
boards/nucleo-f031k6: rename to st marketing name
|
2018-05-23 12:46:42 +02:00 |
|
|
18435609ce
|
boards/nucleo-l053r8: rename to marketing name
|
2018-05-22 22:02:57 +02:00 |
|
|
b0912659b5
|
boards/nucleo-f334r8: rename to marketing name
|
2018-05-22 21:52:41 +02:00 |
|
|
9acde8e148
|
boards/nucleo-f070rb: rename to marketing name
|
2018-05-22 21:52:41 +02:00 |
|
|
bd6a7c3d26
|
boards/nucleo-f030r8: rename to marketing name
|
2018-05-22 21:52:41 +02:00 |
|
Gaëtan Harter
|
154fbcff35
|
tests: use RIOTTOOLS variable
Follow up to #9067 and part of #8821
|
2018-05-04 10:52:26 +02:00 |
|
Francisco Acosta
|
1886256f90
|
tests: add HIL for selected test
|
2018-04-09 17:50:22 +02:00 |
|
Matthew Blue
|
9378d6c133
|
tests/* : blacklisting for mega-xplained
|
2018-03-26 11:17:23 -04:00 |
|
Josarn
|
cb6222daba
|
tests/* : Blacklisting for Jiminy
Signed-off-by: Josua Arndt <josuaarndt@live.de>
Signed-off-by: Steffen Robertz <steffen.robertz@online.de>
|
2018-03-02 13:51:28 +01:00 |
|
Martine Lenders
|
ba2453d320
|
Merge pull request #8247 from aabadie/pr/tests/python_E305
tests: fix python style E305
|
2017-12-13 10:52:57 +01:00 |
|
|
87b14d96c8
|
tests: fix python style E402
E402 module level import not at top of file
|
2017-12-12 22:40:03 +01:00 |
|
|
d3015f0a57
|
tests: fix python style E305
expected 2 blank lines after class or function definition, found 1
|
2017-12-12 15:43:27 +01:00 |
|
|
fc2eff9fba
|
tests: remove redundant APPLICATION defines
|
2017-12-01 11:03:39 +01:00 |
|
|
954e33bb90
|
tests: fix python style 'F401 module imported but unused'
|
2017-11-27 17:27:07 +01:00 |
|
|
c3c0039f24
|
tests/pkg_libcoap: migrate to testrunner
|
2017-11-14 16:40:02 +01:00 |
|
Hauke Petersen
|
cfa9580f31
|
boards: removed support for weio
No maintainer and no hardware available to the community.
|
2017-08-28 12:11:51 +02:00 |
|
|
b0128f9dd1
|
tests: remove nucleo32-l031 from memory intensive tests
|
2017-03-15 14:08:06 +01:00 |
|
Vincent Dupont
|
ad0f0877cc
|
tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically
|
2017-03-13 18:27:50 +01:00 |
|
|
d0e641e80b
|
tests: remove nucleo-l053 from memory intensive tests
|
2017-03-02 13:52:12 +01:00 |
|
|
77df65e95e
|
tests: add nucleo32-f031 to unsufficient memory boards
|
2017-02-22 18:43:02 +01:00 |
|
BytesGalore
|
5f3b3bfe5f
|
tests/libcoap: exchange printf with puts
|
2017-02-03 14:39:17 +01:00 |
|
Martine Lenders
|
1ccdc4643f
|
posix_sockets: port to sock
|
2017-01-24 15:17:15 +01:00 |
|
smlng
|
6a037ad004
|
tests: add prefix to Makefile.tests_common
- fixes name clash on macOS
- correct naming of test coap to pkg_libcoap
|
2017-01-19 15:20:37 +01:00 |
|