Skip to content

Commit

Permalink
tests: fix remaining broken paths to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed May 13, 2023
1 parent c735b95 commit 915f9b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/net/gnrc_netif_ieee802154/tests/01-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def testfunc(child):
dst = int(child.match.group(1).replace(':', ''), base=16)

# first send valid packet to check if communication is set up correctly
# generated with udp send <link-local> 61616 0 in tests/gnrc_udp
# generated with udp send <link-local> 61616 0 in tests/net/gnrc_udp
payload = b"\x7e\x33\xf3\x00"
payload = (
Dot15d4FCS(fcf_srcaddrmode=2, fcf_panidcompress=True,
Expand Down
2 changes: 1 addition & 1 deletion tests/net/gnrc_sock_tcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Test description
==========
The testsuite tests the GNRC TCP integration into the SOCK TCP interface.
The tests offer only basic verification of the SOCK TCP interface since GNRC TCP aims
follow the SOCK TCP interface as close as possible, detailed tests are under tests/gnrc_tcp
follow the SOCK TCP interface as close as possible, detailed tests are under tests/net/gnrc_tcp

Setup
==========
Expand Down

0 comments on commit 915f9b4

Please sign in to comment.