diff --git a/regression-tests/11-ipv6/19-cooja-rpl-tsch.csc b/regression-tests/11-ipv6/19-cooja-rpl-tsch.csc index 7d25184bc..5f4e9b7f4 100644 --- a/regression-tests/11-ipv6/19-cooja-rpl-tsch.csc +++ b/regression-tests/11-ipv6/19-cooja-rpl-tsch.csc @@ -274,9 +274,9 @@ make node.cooja TARGET=cooja MAKE_WITH_ORCHESTRA=0 MAKE_WITH_SECURITY=0TIMEOUT(300000); /* Time out after 5 minutes */ /* Wait until a node (can only be the DAGRoot) has - * 8 routing entries (i.e. can reach every node) */ + * 9 routing entries including one for the root (i.e. can reach every node) */ log.log("Waiting for routing tables to fill\n"); -WAIT_UNTIL(msg.endsWith("Routing links (8 in total):")); +WAIT_UNTIL(msg.endsWith("Routing links (9 in total):")); log.log("Root routing table ready\n"); log.testOK(); /* Report test success and quit */ diff --git a/regression-tests/11-ipv6/20-cooja-rpl-tsch-orchestra.csc b/regression-tests/11-ipv6/20-cooja-rpl-tsch-orchestra.csc index 0f9d90233..1ab0d43f7 100644 --- a/regression-tests/11-ipv6/20-cooja-rpl-tsch-orchestra.csc +++ b/regression-tests/11-ipv6/20-cooja-rpl-tsch-orchestra.csc @@ -281,9 +281,9 @@ WAIT_UNTIL(msg.startsWith("Orchestra:")); log.log("Orchestra started\n"); /* Wait until a node (can only be the DAGRoot) has - * 8 routing entries (i.e. can reach every node) */ + * 9 routing entries including one for the root (i.e. can reach every node) */ log.log("Waiting for routing tables to fill\n"); -WAIT_UNTIL(msg.endsWith("Routing links (8 in total):")); +WAIT_UNTIL(msg.endsWith("Routing links (9 in total):")); log.log("Root routing table ready\n"); log.testOK(); /* Report test success and quit */ diff --git a/regression-tests/11-ipv6/21-cooja-rpl-tsch-security.csc b/regression-tests/11-ipv6/21-cooja-rpl-tsch-security.csc index 2a5716ef6..f046ad174 100644 --- a/regression-tests/11-ipv6/21-cooja-rpl-tsch-security.csc +++ b/regression-tests/11-ipv6/21-cooja-rpl-tsch-security.csc @@ -276,9 +276,9 @@ make node.cooja TARGET=cooja MAKE_WITH_ORCHESTRA=0 MAKE_WITH_SECURITY=1