[riot-commits] [RIOT-OS/RIOT] 592144: tests: gnrc_netif: fix group join iteration macro
Gaëtan Harter
hartergaetan at gmail.com
Wed Aug 1 23:17:10 CEST 2018
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 5921447291cf93b8693d245228580cc378a7a5c2
https://github.com/RIOT-OS/RIOT/commit/5921447291cf93b8693d245228580cc378a7a5c2
Author: Martine Lenders <mail at martine-lenders.eu>
Date: 2018-08-01 (Wed, 01 Aug 2018)
Changed paths:
M tests/gnrc_netif/main.c
Log Message:
-----------
tests: gnrc_netif: fix group join iteration macro
The `test_ipv6_group_join__ENOMEM()` tests joining multicast groups,
so we need to iterate `GNRC_NETIF_IPV6_GROUPS_NUMOF` times to fill up
all addresses, not `GNRC_NETIF_IPV6_ADDRS_NUMOF`.
Commit: 9786d2fd0b292c48f690006eb409d57bfb791b9a
https://github.com/RIOT-OS/RIOT/commit/9786d2fd0b292c48f690006eb409d57bfb791b9a
Author: Gaëtan Harter <hartergaetan at gmail.com>
Date: 2018-08-01 (Wed, 01 Aug 2018)
Changed paths:
M tests/gnrc_netif/main.c
Log Message:
-----------
Merge pull request #9675 from miri64/tests/fix/group-macro
tests: gnrc_netif: fix group join iteration macro
Compare: https://github.com/RIOT-OS/RIOT/compare/39304987c321...9786d2fd0b29
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the commits
mailing list