nes-proj/tests/13-ieee802154
Simon Duquennoy d59db9a94d Examples: consistently use PROJECT_CONF_H 2018-04-20 06:46:02 -07:00
..
code-6tisch Examples: consistently use PROJECT_CONF_H 2018-04-20 06:46:02 -07:00
code-flush-nbr-queue Examples: consistently use PROJECT_CONF_H 2018-04-20 06:46:02 -07:00
code-panid-handling Examples: consistently use PROJECT_CONF_H 2018-04-20 06:46:02 -07:00
js
01-panid-handling.csc
02-tsch-flush-nbr-queue.csc
03-cooja-test-sixtop.csc
04-cooja-test-sixp-pkt.csc
05-cooja-test-sixp-trans.csc
06-cooja-test-sixp-nbr.csc
07-cooja-test-sixp.csc
Makefile
README.md

README.md

Regression Tests of IEEE 802.15.4 Fundamentals

01-panid-handling

Test return values by frame802154_has_panid() in frame802154.c.

Test Code

A test vector is implemented in test-panid-handling.c according to Section 7.2.1.5, IEEE 802.15.4-2015. The testee mote outputs a test result to the console with the prefix, "=check-me=".

01-panid-handling.js examines each console output containing "=check-me=". If it finds "DONE" without having had any "FAILED", the test is considered SUCCESS, log.testOK() is called. Otherwise, FAILED.

References