Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
61e32674
Commit
61e32674
authored
7 years ago
by
Kaspar Schleiser
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #7004 from miri64/tests/fix/gnrc_sixlowpan
tests: fix gnrc_sixlowpan for
2db9ed11
and
b272e904
parents
e18acd20
d0967206
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/gnrc_sixlowpan/tests/01-run.py
+9
-9
9 additions, 9 deletions
tests/gnrc_sixlowpan/tests/01-run.py
with
9 additions
and
9 deletions
tests/gnrc_sixlowpan/tests/01-run.py
+
9
−
9
View file @
61e32674
...
...
@@ -48,7 +48,7 @@ def testfunc(child):
child
.
expect_exact
(
"
PKTDUMP: data received:
"
)
child
.
expect_exact
(
"
~~ SNIP 0 - size: 108 byte, type: NETTYPE_UDP (4)
"
)
child
.
expect_exact
(
"
src-port: 61616 dst-port: 61616
"
)
child
.
expect_exact
(
"
length: 108 cksum: 0x
4
232f
"
)
child
.
expect_exact
(
"
length: 108 cksum: 0x232f
"
)
child
.
expect_exact
(
"
~~ SNIP 1 - size: 40 byte, type: NETTYPE_IPV6 (2)
"
)
child
.
expect_exact
(
"
traffic class: 0x00 (ECN: 0x0, DSCP: 0x00)
"
)
child
.
expect_exact
(
"
flow label: 0x00000
"
)
...
...
@@ -59,16 +59,16 @@ def testfunc(child):
# UDP (port 61616)
child
.
expect_exact
(
"
PKTDUMP: data received:
"
)
child
.
expect_exact
(
"
~~ SNIP 0 - size: 100 byte, type: NETTYPE_UNDEF (0)
"
)
child
.
expect_exact
(
"
000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
"
)
child
.
expect_exact
(
"
000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
"
)
child
.
expect_exact
(
"
000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
"
)
child
.
expect_exact
(
"
000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
"
)
child
.
expect_exact
(
"
000040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
"
)
child
.
expect_exact
(
"
000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
"
)
child
.
expect_exact
(
"
000060 00 00 00 00
"
)
child
.
expect_exact
(
"
000000
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
"
)
child
.
expect_exact
(
"
0000
00
10
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
"
)
child
.
expect_exact
(
"
0000
00
20
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
"
)
child
.
expect_exact
(
"
0000
00
30
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
"
)
child
.
expect_exact
(
"
0000
00
40
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
"
)
child
.
expect_exact
(
"
0000
00
50
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
00
"
)
child
.
expect_exact
(
"
0000
00
60
00
00
00
00
"
)
child
.
expect_exact
(
"
~~ SNIP 1 - size: 8 byte, type: NETTYPE_UDP (4)
"
)
child
.
expect_exact
(
"
src-port: 61616 dst-port: 61616
"
)
child
.
expect_exact
(
"
length: 108 cksum: 0x
4
232f
"
)
child
.
expect_exact
(
"
length: 108 cksum: 0x232f
"
)
child
.
expect_exact
(
"
~~ SNIP 2 - size: 40 byte, type: NETTYPE_IPV6 (2)
"
)
child
.
expect_exact
(
"
traffic class: 0x00 (ECN: 0x0, DSCP: 0x00)
"
)
child
.
expect_exact
(
"
flow label: 0x00000
"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment