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

1728 Commits

Author SHA1 Message Date
kYc0o
5a46a01096 tests/driver_sx127x/main.c: misc fixes 2017-10-26 15:41:07 +02:00
Martine Lenders
e017033601 Merge pull request #7820 from kYc0o/add_mcuboot_deps
tests/mcuboot: add documentation about dependencies
2017-10-25 15:25:25 +02:00
kYc0o
7358e16f44 tests/mcuboot/README.md: add Python3 dependencies 2017-10-25 15:14:26 +02:00
981a9cbd96 tests/thread_flood: migrate to testrunner 2017-10-25 14:45:02 +02:00
9a827f285c tests/thread_flood: fix typo and improve test output 2017-10-25 14:33:54 +02:00
Hauke Petersen
5031319bb7 test/xtimer_hang: accept 10% timing deviations 2017-10-25 14:18:47 +02:00
Hauke Petersen
c4d0f1f12e tests/float: automated test and added pexpect script 2017-10-25 12:57:10 +02:00
Hauke Petersen
bf70d8e830 Merge pull request #7818 from miri64/tests/fix/xtimer_usleep
tests: xtimer_usleep: remove timer testing in pexpect
2017-10-25 11:41:16 +02:00
Martine Lenders
24fa718327 tests: xtimer_usleep: provide README 2017-10-25 11:31:29 +02:00
Martine Lenders
bea71f6c5c tests: xtimer_usleep: remove timer testing in pexpect
As with #7816: testing timings over the UART doesn't make much sense.
This PR removes those timer testing in `pexpect` for
`tests/xtimer_usleep` and simplifies and cleans-up a lot of code overall
(converting counting while-loops to for-loops, syncing iterations of
the test etc.)
2017-10-25 11:31:29 +02:00
Hauke Petersen
350e582e6e tests/xtimer_reset: added pexpect script 2017-10-24 21:23:56 +02:00
Hauke Petersen
cadedcfe6c tests/xtimer_remove: added pexpect script 2017-10-24 21:23:35 +02:00
Hauke Petersen
77c8a9a6b7 tests/xtimer_periodic_wakeup: added pexpect script 2017-10-24 21:23:06 +02:00
Hauke Petersen
be3bc23dc8 tests/xtimer_now64_continuity: added pexpect script 2017-10-24 21:22:42 +02:00
Hauke Petersen
25ecadf4e2 tests/xtimer_hang: added pexpect script 2017-10-24 21:22:20 +02:00
Martine Lenders
970169bc49
tests: gnrc_lwip_udp: remove timing tests from pexpect script 2017-10-24 15:20:09 +02:00
Martine Lenders
d76785fc38
tests: gnrc_lwip_tcp: remove timing tests from pexpect script 2017-10-24 15:19:50 +02:00
Martine Lenders
12e4965800
tests: gnrc_lwip_ip: remove timing tests from pexpect script 2017-10-24 15:19:25 +02:00
Martine Lenders
9a76f2d733
tests: gnrc_sock_udp: remove timing tests from pexpect script 2017-10-24 15:19:05 +02:00
Martine Lenders
137afbe6e7
tests: gnrc_sock_ip: remove timing tests from pexpect script 2017-10-24 15:18:54 +02:00
Hauke Petersen
edaba0454a Merge pull request #7778 from miri64/tests/fix/gnrc_netif2
tests: gnrc_netif2: make link-layer information matching generic
2017-10-24 14:13:32 +02:00
Gaëtan Harter
e6e4072335 tests/posix_semaphore: test4: allow native to take more time
As not real time, native does often not weak up before 100ms.
I observed mostly between 0 and 200 but also got a 250, so I allow 300 more.
2017-10-24 13:38:35 +02:00
Gaëtan Harter
712550987d tests/posix_semaphore: test4: fix timestamp comparison
Only use a 'start' and a 'elapsed' timestamp to compare diff.
And remove the puts from within the measured time.
2017-10-24 13:38:03 +02:00
Gaëtan Harter
ffcdb61211 tests/posix_semaphore: test4: BUG add '\0' after fmt_u64_dec
fmt_u64_dec does not include the terminating null string character.
2017-10-24 13:36:06 +02:00
Gaëtan Harter
fe9c604391 tests/posix_semaphore: test4: only one call to fmt_u64_dec 2017-10-24 13:36:06 +02:00
Gaëtan Harter
14235b57ec tests/posix_semaphore: test4: change msg when waited more than expected 2017-10-24 13:36:06 +02:00
Hauke Petersen
8fb310648f Merge pull request #7788 from miri64/ds1307/fix/init-error
ds1307: return error when nothing is read or written on initialization
2017-10-24 13:25:03 +02:00
Martine Lenders
20d5067bfa Merge pull request #7802 from cladmi/pr/tests/gnrc_ipv6_ext
tests/gnrc_ipv6_ext: fix documentation on ENABLE_DEBUG for test
2017-10-24 13:11:37 +02:00
Martine Lenders
1cad16bfaf Merge pull request #7766 from cladmi/pr/test_lwip_native
tests/lwip: only enable test for native board
2017-10-24 13:09:09 +02:00
Gaëtan Harter
df94189073 tests/gnrc_ipv6_ext: fix documentation on ENABLE_DEBUG for test
The test can handle both with and without ENABLE_DEBUG.
2017-10-24 12:00:15 +02:00
Martine Lenders
500aa285f3
tests: ds1307: adapt test result for initialization error 2017-10-23 14:42:27 +02:00
Martine Lenders
e9e299b1e5
tests: gnrc_netif2: make link-layer information matching generic 2017-10-20 17:29:14 +02:00
Martine Lenders
775e2071e5 Merge pull request #7770 from cladmi/pr/tests/remove_setting_termflags_to_empty_value
tests: remove setting TERMFLAGS= before running test
2017-10-20 16:43:10 +02:00
a92b51e66a Merge pull request #7771 from kaspar030/fix_my_copyright_messages
all: fix my email address
2017-10-20 16:01:41 +02:00
167bd30453 all: fix my email address 2017-10-20 15:02:41 +02:00
Gaëtan Harter
e428038b04 tests: remove setting TERMFLAGS= before running test
Remove setting TERMFLAGS to an empty value as its value will not be set by
`serial.inc.mk` as it is already defined.
2017-10-19 19:43:07 +02:00
Hauke Petersen
d9512179bf tests/cpp11_thread: added pexpect script 2017-10-19 14:46:05 +02:00
Hauke Petersen
b5030d5ab1 tests/cpp11_mutex: add pexpect script 2017-10-19 14:46:05 +02:00
Hauke Petersen
8fb45cfc6b tests/cpp11_confition_var: added pexpect script 2017-10-19 14:46:05 +02:00
Hauke Petersen
a88d1e93c5 test/buttons: added pexpect script 2017-10-19 14:46:05 +02:00
Hauke Petersen
cbffe940b1 tests/bloom_bytes: add pexpect script 2017-10-19 14:46:05 +02:00
Hauke Petersen
479064b7bf test/bitarithm_timings: added pexpect script 2017-10-19 14:46:04 +02:00
Gaëtan Harter
7692da9566 tests/lwip: only enable test for native board
Other board are not supported in 01-run.py.
2017-10-19 14:39:34 +02:00
Hauke Petersen
a05b06ddcc tests: fixed INSUF_MEM define for gnrc_ipv6_nib_6ln 2017-10-17 17:23:24 +02:00
316e8426ae tests/unittests: skip sodaq-explorer 2017-10-13 17:24:46 +02:00
Francisco Acosta
a82930cf60 Merge pull request #7381 from miri64/slipdev/api/slip-port-to-netdev
slip: port to be used with netdev
2017-10-10 23:23:01 +02:00
Martine Lenders
b74ee8869b slip: port to be used with netdev 2017-10-10 23:14:12 +02:00
Martine Lenders
60c18cf09f tests: add tests for IEEE 802.15.4 to gnrc_netif2 tests 2017-10-10 23:11:55 +02:00
Martine Lenders
ad0459c492 tests: adapt gnrc_netif2 test for changes in gnrc_netif2_create() 2017-10-10 21:21:36 +02:00
Lucas Jenß
f6cd5572d5 Merge pull request #6024 from x3ro/cppcheck-suppress-explained
cppcheck: Provide consistent reason formatting for all cppcheck-suppresses
2017-10-10 20:20:46 +02:00