Skip to content

Commit

Permalink
task03: add stress test for native
Browse files Browse the repository at this point in the history
Intended to check if there is a regression to [1].

[1] RIOT-OS/RIOT#6123
  • Loading branch information
miri64 committed Jan 29, 2019
1 parent 247a7f6 commit a26cd52
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions 03-single-hop-ipv6-icmp/03-single-hop-ipv6-icmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,21 @@ ICMPv6 echo request/reply exchange between two native nodes.
### Result

<1% packets lost on the pinging node.

Task #10 - ICMPv6 stress test on native (1 hour)
================================================
### Description

Rapid ICMPv6 echo request/reply exchange from 10 host ping applications
simultaneously to one native node.
* Stack configuration: IPv6 (default)
* Count: Infinity
* Interval: 0ms
* Payload: 1452B
* Destination Address: Link local unicast (fe80::.../64)

### Result

All nodes are still running, reachable, and the packet buffer is empty 10
seconds after completions (use module `gnrc_pktbuf_cmd`).
Packet loss is irrelevant in this stress test.
4 changes: 2 additions & 2 deletions 04-single-hop-6lowpan-icmp/04-single-hop-6lowpan-icmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ a samr21-xpro node.

<10% packets lost on the pinging node.

Task #09 - ICMPv6 stress test
=============================
Task #09 - ICMPv6 stress test on iotlab-m3
==========================================
### Description

Rapid ICMPv6 echo request/reply exchange from two iotlab-m3 nodes simultaneously
Expand Down

0 comments on commit a26cd52

Please # to comment.