Commit Graph

212 Commits

Author SHA1 Message Date
Simon Duquennoy 5717fedc13 Add CI compile tests for 6tisch on platforms openmote-cc2538, cc2538dk, and sky 2018-10-16 09:33:50 +02:00
George Oikonomou 6a7deb9fc1 Detect boards automatically in the build-all script 2018-10-14 21:23:31 +01:00
Simon Duquennoy c3ed24d531 Removing native compilation from ARM compile test suite 2018-10-12 14:14:29 +02:00
Rehan MALAK 665dfa175e remove bug in simplelink boards name
make -C tests/compile-all was emitting lots of

../../arch/platform/simplelink/Makefile.simplelink:28: *** Board 'launchpad/cc2650sensortag/cc1350' does not corresponding to any SimpleLink family. Make sure your BOARD variable is correct..  Stop.
2018-09-21 09:55:32 +02:00
Edvard Pettersen a7352dc747 Merge branch 'develop' into contrib/ti-simplelink 2018-09-12 12:39:18 +02:00
Edvard Pettersen 5ea0c80ae1
Merge branch 'develop' into contrib/ti-simplelink 2018-09-12 09:27:43 +02:00
Jinyan BAI 3ece31be30 add support for TI's CC2640R2 2018-09-11 12:43:27 +01:00
Edvard Pettersen 86232c86f9 Expanded travis builds with SimpleLink platform
In addition, some small grammar fixes and slight bugfix in
Makefile.simplelink
2018-09-11 13:17:21 +02:00
Afonso Oliveira 81429bf499 Merge branch 'develop' of https://github.com/contiki-ng/contiki-ng into develop 2018-09-10 10:42:48 +01:00
George Oikonomou 83dd2ff10e
Merge branch 'develop' into contrib/nightly-runs 2018-09-10 09:10:02 +01:00
Atis Elsts dc294cbabb build-all.sh: there is also launchpad/cc1310 board 2018-09-09 21:49:10 +01:00
Afonso Oliveira f6fff896fc add const qualifier to tests that require it 2018-09-08 01:14:22 +01:00
Rehan MALAK 1a65e0ea75 fix some bugs in the RPL border tests
* 08-border-router-cooja-frag.sh was using 01-border-router-cooja.csc
  so if the test failed, the summary was wrongly indicating
  a failed 01-board-router-cooja test
* same for 09-native-border-router-cooja-frag.sh
  which has now it's own cooja configuration
* 05-native-ping was using 01-native-ping
* homogenizes the mode : all scripts are 644 now
2018-08-13 13:54:19 +02:00
Joakim Eriksson 00cd589c84
Merge branch 'develop' into contrib/ci-frag-large 2018-08-11 00:16:00 +02:00
Simon Duquennoy fd310067b9 Added CI test for benchmarks/rpl-req-resp 2018-06-12 09:44:26 +02:00
Simon Duquennoy f968c11a2f Added compile test for example libs/deployment 2018-06-06 15:38:26 +02:00
George Oikonomou 41c0851f79 Test readthedocs build on travis 2018-06-05 21:11:40 +01:00
Simon Duquennoy 838db51b8f CI fragmentation tests: increase ping size to 1200 bytes 2018-06-05 14:08:02 +02:00
carlosgp143@gmail.com 2049ce09ed Changed return from int to bool 2018-05-31 10:13:21 +02:00
Simon Duquennoy 259f6c06d7
Merge branch 'develop' into contrib/list-contain-element 2018-05-31 09:24:25 +02:00
carlosgp143@gmail.com 5a9f61653c Added tests in singly-linked list 2018-05-31 08:54:23 +02:00
Rehan MALAK 9e2e6d74bd leshan server downloaded is the one used by the test 2018-05-29 19:02:07 +02:00
Simon Duquennoy 636b378ce7
Merge branch 'develop' into bugfix/documentation/doxygen-test 2018-05-29 13:01:56 +02:00
Rehan MALAK 12f15a4f27 minor modifications related to tools/serial-io/tunslip6 2018-05-28 22:39:46 +02:00
George Oikonomou 6177cac919 Use $(MAKE) instead of make to invoke recursively 2018-05-27 19:21:08 +01:00
George Oikonomou 5f79843547 Create the (failed) summary log even when sub-make fails 2018-05-27 14:49:24 +01:00
George Oikonomou 285578bbf4 Update travis test for tools/serial-io 2018-05-27 13:35:50 +01:00
George Oikonomou a73f126c1d Adjust travis tests for tools/ 2018-05-26 13:55:03 +01:00
Simon Duquennoy 0bec52a76c
Merge branch 'develop' into contrib/simple-energest 2018-05-25 20:14:18 +02:00
Simon Duquennoy 6381e34b62
Merge branch 'develop' into contrib/nodeid 2018-05-25 16:53:54 +02:00
Joakim Eriksson fd4d398f95
Merge branch 'develop' into contrib/lwm2m-queue-mode 2018-05-25 14:49:39 +02:00
Simon Duquennoy d972dc607e Added compile test for the shell and simple-energest examples 2018-05-23 12:50:20 -07:00
carlosgp143@gmail.com 2e84d2abbe Separated Queue Mode implementation and Queue Mode object. Changes in the naming 2018-05-21 09:44:49 +02:00
Rehan MALAK 08c28f2513 homogenize the way we kill background processes
kill_bg :
        -takes the PID of the process to kill
        -differentiates the sudo case from the non-sudo case
2018-05-19 20:11:35 +02:00
Rehan MALAK 083c37802a node killed with a simple "kill -9"
only sudo commands need the "pgrep ... | sudo xargs kill -9" trick
2018-05-19 16:28:08 +02:00
Rehan MALAK 5f0dd15f1e node killed at the end of 08-native-runs tests
pgrep pattern shoud be smaller than 15 characters
2018-05-19 16:28:08 +02:00
Simon Duquennoy 21657d1b37 Fix ipv6 test: use new node-id log string 2018-05-18 14:08:24 -07:00
carlosgp143@gmail.com 1dfa62fc88 Added Q-Mode regression tests working with Leshan Server 2018-05-18 18:39:33 +02:00
carlosgp143@gmail.com d744e8306a Added Queue Mode implementation in LwM2M 2018-05-18 18:39:33 +02:00
Simon Duquennoy 5d7b4410d5 Add native border router fragmentation test 2018-05-14 14:19:45 -07:00
Simon Duquennoy e99f2a73d6 Added CI compile test of example ipv6-uipbuf (platform Zoul) 2018-05-14 08:32:40 -07:00
Simon Duquennoy 9de0f76b83 Merge remote-tracking branch 'origin/develop' into contrib/sicslowpan 2018-05-13 06:41:12 -07:00
George Oikonomou b45d284be2 Merge branch 'release-4.1' into develop 2018-05-09 22:18:01 +01:00
Niclas Finne 57ad48ca40 Added compile regression test for native rpl-border-router with RPL Classic 2018-05-04 10:43:23 +02:00
Simon Duquennoy 8806fd2aca Discontinue multicast example on platform sky 2018-04-21 23:33:09 -07:00
Simon Duquennoy f9a1f958e1 Merge remote-tracking branch 'origin/release-4.1' into develop 2018-04-20 08:37:14 -07:00
Simon Duquennoy d59db9a94d Examples: consistently use PROJECT_CONF_H 2018-04-20 06:46:02 -07:00
Simon Duquennoy 99acfc1ab3 CI: added tests for examples under examples/coap 2018-04-20 06:46:02 -07:00
Simon Duquennoy 95e02300f3 cc26xx web demo example: add compile test with RPL Classic, in order to build 6lbr client 2018-04-18 12:03:50 -07:00
Simon Duquennoy 42c2bba036
Merge branch 'release-4.1' into contrib/example-lwm2m 2018-04-14 10:38:33 +02:00