osd-contiki/tools/cooja/contiki_tests
2009-02-27 19:31:57 +00:00
..
cooja_helloworld.csc updated reference to moved plugin class VisUDGM. enables importing tests graphically again. 2009-02-24 16:01:32 +00:00
cooja_helloworld.info using new testOK() method 2008-11-05 18:20:30 +00:00
cooja_helloworld.js updated threaded contiki test scripts 2009-01-08 16:41:48 +00:00
crosslevel.csc updated reference to moved plugin class VisUDGM. enables importing tests graphically again. 2009-02-24 16:01:32 +00:00
crosslevel.info Cooja crosslevel communication test: 2008-11-03 14:05:30 +00:00
crosslevel.js updated threaded contiki test scripts 2009-01-08 17:11:06 +00:00
ip_sky_telnet_ping.csc deleting reference to moved plugin class VisUDGM 2009-02-24 15:56:58 +00:00
ip_sky_telnet_ping.info ip ping test for sky platform (telnet server). 2008-12-16 09:51:36 +00:00
ip_sky_telnet_ping.js updated threaded contiki test scripts 2009-01-08 16:41:48 +00:00
ip_sky_webserver_wget.csc updated reference to moved plugin class VisUDGM. enables importing tests graphically again. 2009-02-24 16:01:32 +00:00
ip_sky_webserver_wget.info updated test to transfer files over a multihop link, to use NULLMAC, and to clean before and after building the sources 2009-02-16 12:40:28 +00:00
ip_sky_webserver_wget.js updated test to transfer files over a multihop link, to use NULLMAC, and to clean before and after building the sources 2009-02-16 12:40:28 +00:00
multithreading.csc Added multithreading test: 2008-11-21 12:02:29 +00:00
multithreading.info Added multithreading test: 2008-11-21 12:02:29 +00:00
multithreading.js updated threaded contiki test scripts 2009-01-08 16:55:53 +00:00
rime_abc.csc updated reference to moved plugin class VisUDGM. enables importing tests graphically again. 2009-02-24 16:01:32 +00:00
rime_abc.info more extensive rime abc testing: 2008-11-11 15:17:44 +00:00
rime_abc.js updated threaded contiki test scripts 2009-01-08 17:11:06 +00:00
rime_collect.csc Added a nightly test for the Rime collect protocol 2009-02-06 10:13:55 +00:00
rime_collect.info Added a nightly test for the Rime collect protocol 2009-02-06 10:13:55 +00:00
rime_collect.js Improved parsing of serial data and output 2009-02-08 19:38:22 +00:00
rime_collect_sky.csc A nightly test of the Rime collect protocol on the sky platform 2009-02-07 16:18:25 +00:00
rime_collect_sky.info A nightly test of the Rime collect protocol on the sky platform 2009-02-07 16:18:25 +00:00
rime_collect_sky.js Improved parsing of serial data and output 2009-02-08 19:38:22 +00:00
rime_rucb.csc updated reference to moved plugin class VisUDGM. enables importing tests graphically again. 2009-02-24 16:01:32 +00:00
rime_rucb.info added rime rucb test 2008-11-11 11:30:02 +00:00
rime_rucb.js updated threaded contiki test scripts 2009-01-08 17:11:06 +00:00
rime_runicast.csc updated reference to moved plugin class VisUDGM. enables importing tests graphically again. 2009-02-24 16:01:32 +00:00
rime_runicast.info added Rime reliable unicast test. 2008-11-11 15:00:43 +00:00
rime_runicast.js minor fix: only reporting test ok if test did not already fail 2009-02-17 12:58:13 +00:00
rime_trickle.csc updated reference to moved plugin class VisUDGM. enables importing tests graphically again. 2009-02-24 16:01:32 +00:00
rime_trickle.info added two rime/sky tests: abc and trickle 2008-10-02 21:18:59 +00:00
rime_trickle.js fixed typo 2009-01-08 17:46:25 +00:00
RUN_ALL RUN_ALL assumes default Contiki search path 2008-12-17 13:14:46 +00:00
RUN_TEST increased default java memory allocation for contiki tests 2009-02-07 17:24:15 +00:00
sky_checkpointing.csc Changed to use sky-checkpoint.c instead of sky-shell.c since checkpointing was disabled in sky-shell.c 2009-02-15 08:45:30 +00:00
sky_checkpointing.info sky checkpointing test: 2009-02-04 17:53:16 +00:00
sky_checkpointing.js sky checkpointing test: 2009-02-04 17:53:16 +00:00
sky_coffee.csc with target specific extensions (.sky) 2008-11-03 14:40:51 +00:00
sky_coffee.info info ends with newline 2008-09-29 13:13:59 +00:00
sky_coffee.js updated threaded contiki test scripts 2009-01-08 17:11:06 +00:00
sky_collect.csc updated reference to moved plugin class VisUDGM. enables importing tests graphically again. 2009-02-24 16:01:32 +00:00
sky_collect.info modified test to fail if any single node successfully delivers 20 sensor data packets, before all other nodes has delivered 5 packets 2008-12-03 14:19:41 +00:00
sky_collect.js increased timeout + added some more test output 2009-01-08 18:01:36 +00:00
sky_deluge.csc include deluge directory in the test. 2009-02-27 19:31:57 +00:00
sky_deluge.info Added Deluge and tests for it. 2009-02-25 17:00:00 +00:00
sky_deluge.js Added Deluge and tests for it. 2009-02-25 17:00:00 +00:00
sky_helloworld.csc with target specific extensions (.sky) 2008-11-03 14:40:51 +00:00
sky_helloworld.info info ends with newline 2008-09-29 13:13:59 +00:00
sky_helloworld.js updated threaded contiki test scripts 2009-01-08 17:11:06 +00:00
sky_ipv6_udp.csc added very simple sky ipv6 test: exercises the examples/udp-sender-ipv6 and examples/udp-receiver-ipv6 code 2009-02-25 12:14:19 +00:00
sky_ipv6_udp.info added very simple sky ipv6 test: exercises the examples/udp-sender-ipv6 and examples/udp-receiver-ipv6 code 2009-02-25 12:14:19 +00:00
sky_ipv6_udp.js added very simple sky ipv6 test: exercises the examples/udp-sender-ipv6 and examples/udp-receiver-ipv6 code 2009-02-25 12:14:19 +00:00
sky_shell_basic_commands.csc added sky shell basic commands test. 2008-11-11 10:35:26 +00:00
sky_shell_basic_commands.info added sky shell basic commands test. 2008-11-11 10:35:26 +00:00
sky_shell_basic_commands.js updated threaded contiki test scripts 2009-01-08 17:11:06 +00:00
sky_shell_collect.csc Nightly test that runs Contiki's shell collect command in much the same way as the Contiki collect program does 2009-02-08 19:34:34 +00:00
sky_shell_collect.info Nightly test that runs Contiki's shell collect command in much the same way as the Contiki collect program does 2009-02-08 19:34:34 +00:00
sky_shell_collect.js Removed left-over log output 2009-02-08 21:06:23 +00:00
sky_shell_compilation_test.csc Test that checks if the Contiki shell compiles and runs on the Tmote Sky 2008-11-04 15:17:31 +00:00
sky_shell_compilation_test.info Test that checks if the Contiki shell compiles and runs on the Tmote Sky 2008-11-04 15:17:31 +00:00
sky_shell_compilation_test.js updated threaded contiki test scripts 2009-01-08 17:11:06 +00:00