Skip to content

Commit

Permalink
TSCH-security: disable TSCH logs to save ROM, relax checks in 21-z1-r…
Browse files Browse the repository at this point in the history
…pl-tsch-security.csc accordingly
  • Loading branch information
simonduq committed Mar 7, 2016
1 parent 73fcfa4 commit 8b63b41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion examples/ipv6/rpl-tsch/project-conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
#define TSCH_SCHEDULE_CONF_DEFAULT_LENGTH 2
/* Reduce log level to make space for security on z1 */
#undef TSCH_LOG_CONF_LEVEL
#define TSCH_LOG_CONF_LEVEL 1
#define TSCH_LOG_CONF_LEVEL 0
#endif /* WITH_SECURITY */

#endif /* CONTIKI_TARGET_Z1 */
Expand Down
3 changes: 0 additions & 3 deletions regression-tests/11-ipv6/21-z1-rpl-tsch-security.csc
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,6 @@ make node.z1 TARGET=z1 MAKE_WITH_ORCHESTRA=0 MAKE_WITH_SECURITY=1</commands>
<script>TIMEOUT(300000); /* Time out after 5 minutes */&#xD;
&#xD;
log.log("Waiting for association with security\n");&#xD;
/* Check that nodes associate with security */&#xD;
WAIT_UNTIL(msg.startsWith("TSCH: association done, sec 1,"));&#xD;
log.log("Association with security done\n");&#xD;
&#xD;
/* Wait until a node (can only be the DAGRoot) has&#xD;
* 8 routing entries (i.e. can reach every node) */&#xD;
Expand Down

0 comments on commit 8b63b41

Please sign in to comment.