Contiki Simulation-based Tests Code
Runs Contiki's simulation-based tests
Brought to you by:
fros4943
File | Date | Author | Commit |
---|---|---|---|
configs | 2012-05-16 |
![]() |
[8337da] example config for windows |
lib | 2012-05-15 |
![]() |
[a7ff3f] javax.mail dependency |
src | 2012-05-16 |
![]() |
[241720] removed execute flag |
README.txt | 2012-05-15 |
![]() |
[72cc34] removed executable flags |
build.xml | 2012-05-15 |
![]() |
[72cc34] removed executable flags |
contikitests.config | 2012-05-15 |
![]() |
[72cc34] removed executable flags |
ConikiTests is a simple application that runs Contiki's simulation-based tests, and optionally e-mails test results to the contiki-nightly-builds mailing list. ContikiTests rely on Cooja, the Contiki network simulator, which is included with Contiki. This application scans Contiki's tools/cooja/contiki_tests folder for tests, and runs them in Cooja. Usage: $ ant jar $ java -jar contikitests.jar [contikitests.config] Configuration: * See config/README.txt To obtain the latest version of this application: $ git clone git://git.code.sf.net/p/contikitests/git contikitests or simply: $ git pull For more information: * http://www.contiki-os.org * http://sourceforge.net/projects/contikitests/ WARNING: * A few Contiki simulations require root permissions (e.g. rest_rpl_coap to create a tunnel network interface). Please be aware of the security implications of configuring your system to periodically download Contiki and execute code within it, and especially with root permissions! -- Fredrik Osterlind, fros4943@users.sourceforge.net, 2012-05-15