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

1770 Commits

Author SHA1 Message Date
Martine Lenders
08964079e0
examples: tests: adapt udp shell commands for new forwarding engine
The NIB's forwarding engine behaves more correctly than GNRC's old
forwarding engine in that link-local addresses require also an
interface to be provided to be meaningful. As with other commands this
is simplified for the special case that there only is one interface
that that interface is chosen.
2017-11-21 10:40:01 +01:00
Martine Lenders
2f7b55b486 tests: adapt unittests for new FT behavior 2017-11-19 23:36:20 +01:00
Cenk Gündoğan
4a0d57c6fa
Merge pull request #8073 from miri64/gnrc_ipv6_nib/feat/route-timeout
gnrc_ipv6_nib: add timeouts to routes
2017-11-19 01:18:25 +01:00
Martine Lenders
5e491513b1
tests: add bluepill to gnrc_netif's insufficient memory list 2017-11-17 16:10:24 +01:00
Martine Lenders
bbae7a4193
tests: revert gnrc_netif2 test to resolve merge conflict 2017-11-17 15:31:59 +01:00
Martine Lenders
c28de94fd1
tests: adapt tests for route lifetime 2017-11-17 13:45:41 +01:00
Martine Lenders
f90a9a875f
gnrc_ndp2: rename to gnrc_ndp 2017-11-17 10:41:54 +01:00
Martine Lenders
31b1ceb440
gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
Martine Lenders
71a7dbf918
gnrc: remove legacy network interface structures 2017-11-17 09:20:29 +01:00
Martine Lenders
81731791f8
tests: unittests: remove outdated, defective unittests 2017-11-16 16:17:21 +01:00
Martine Lenders
938e605a90
examples: tests: update insufficient memory lists
(for now)
2017-11-16 16:17:21 +01:00
Martine Lenders
db553b6149
tests: adapt gnrc_ipv6_nib unittests to add new required modules 2017-11-16 15:49:21 +01:00
Martine Lenders
5b5a99e175
tests: adapt gnrc_ipv6_nib_6ln test for router discovery 2017-11-16 15:49:21 +01:00
Martine Lenders
982eee17dd
tests: adapt gnrc_ipv6_nib test for router discovery 2017-11-16 15:49:21 +01:00
Martine Lenders
6b320fe40e
tests: adapt gnrc_ndp2 tests for router behavior 2017-11-16 15:49:21 +01:00
Martine Lenders
6038a7d3a5
gnrc_netif2: provide raw adaption layer (for e.g. SLIP) 2017-11-14 13:40:51 +01:00
Martine Lenders
7d94d5d2bc
tests: adapt driver_xbee test for gnrc_netif2 2017-11-14 12:01:16 +01:00
Martine Lenders
7a833f81c5
tests: fix netdev_test test for gnrc_netif2 2017-11-13 16:36:35 +01:00
Martine Lenders
be00f5bfb6
tests: fix gnrc_sixlowpan test for gnrc_netif2 2017-11-13 16:36:35 +01:00
Martine Lenders
6cd91ee2cb
tests: remove gnrc_ipv6_netif requirement from gnrc_ipv6_nib tests 2017-11-13 16:36:34 +01:00
Martine Lenders
a502aaa778
tests: amend BOARD_INSUFFICIENT_MEMORY 2017-11-13 16:36:34 +01:00
Martine Lenders
1a2548b65a
tests: fix netdev_test tests for gnrc_netif2 2017-11-13 16:36:34 +01:00
Martine Lenders
92e9537471
tests: fix gnrc_tcp_server tests for gnrc_netif2 2017-11-13 16:36:34 +01:00
Martine Lenders
01c21fa274
tests: make gnrc_ipv6_ext test compilable with gnrc_netif2
Test currently not working
2017-11-13 16:36:34 +01:00
Martine Lenders
6e605177c9
tests: fix driver_enc* tests for gnrc_netif2 2017-11-13 16:36:34 +01:00
Martine Lenders
84b646aaa4
tests: fix gnrc_sock_dns test for gnrc_netif2 2017-11-13 16:36:34 +01:00
Martine Lenders
e1ce254139
tests: fix pkg_microcoap test for gnrc_netif2 2017-11-13 16:36:34 +01:00
Martine Lenders
b83bc1b763
Merge pull request #7456 from miri64/gnrc_ipv6_nib/feat/port-to-gnrc_netif2
gnrc_ipv6_nib: port to gnrc_netif2
2017-11-11 19:10:14 +01:00
Martine Lenders
fa81932a8f tests: unittests: extend gnrc_ipv6_nib unittests for holey NIB
When there are holes in the NIB (e.g. when entries were removed)
currently the NIB crashes the system due to a failed assertion.
This commit tests this behavior (`DEVELHELP` needs to be activated to
test this behavior). A fix will follow.
2017-11-09 15:28:55 +01:00
Martine Lenders
56d1f0605a
tests: adapt kw2xrf for new network interface API 2017-11-08 20:18:53 +01:00
Martine Lenders
22a41ea99c
tests: port gnrc_ipv6_nib unittests to gnrc_netif2 2017-11-08 20:18:53 +01:00
Martine Lenders
801148eb6d
tests: port gnrc_ipv6_nib tests for gnrc_netif2 2017-11-08 20:18:53 +01:00
Martine Lenders
8fac66eb03
tests: port gnrc_ndp2 for gnrc_netif2 2017-11-08 20:18:53 +01:00
Francisco Acosta
1baece5039 Merge pull request #7851 from kYc0o/fix_sx127x_misc
drivers/sx127x: Fix misc variable types and lengths
2017-10-26 16:01:54 +02:00
kYc0o
5a46a01096 tests/driver_sx127x/main.c: misc fixes 2017-10-26 15:41:07 +02:00
Francisco Acosta
250fce160b Merge pull request #7852 from kYc0o/fix_servo_var
tests/driver_servo/main.c: fix var len
2017-10-26 14:33:56 +02:00
ff86015a60 Merge pull request #7854 from kYc0o/fix_isl29125_test
tests/driver_isl29125/main.c: fix counter var type
2017-10-26 08:38:35 +02:00
d035ab27aa Merge pull request #7856 from kYc0o/fix_driver_adcxx1c_unused_arg
tests/driver_adcxx1c: fix warning unused  argument
2017-10-26 08:34:56 +02:00
kYc0o
fe9d7db20f tests/driver_isl29125/main.c: fix counter var type 2017-10-26 02:06:31 +02:00
kYc0o
1c8bb804cf tests/driver_servo/main.c: fix var len 2017-10-26 01:36:31 +02:00
kYc0o
371ecf279d tests/driver_adcxx1c: fix warning unused argument 2017-10-25 17:18:02 +02:00
Martine Lenders
4d1a6c04b0 Merge pull request #7843 from haukepetersen/fix_test_unittestspexpecttimeout
test/unittests: set pexpect timeout to 60s
2017-10-25 15:45:31 +02:00
Hauke Petersen
4bdce27d02 test/unittests: set pexpect timeout to 60s 2017-10-25 15:37:37 +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