adamdunkels
5bbe113e5b
Removed reference to unused last_stats
2011-01-10 06:39:53 +00:00
adamdunkels
d5851423fd
Copied the test code from the sky_shell_collect test, which correctly counts packet receptions and duplicates. Test code is much leaner and meaner now.
2011-01-09 23:51:30 +00:00
adamdunkels
0ab552b0e4
Use collect-view-shell instead of sky-shell
2010-12-16 22:53:40 +00:00
fros4943
33ebdab053
updated crosslevel test to renamed nullrdc_noframer
2010-11-29 15:07:12 +00:00
fros4943
246168e584
removed test script button click at sink, no longer used since sink is defined in example-collect.c
2010-11-16 14:34:45 +00:00
adamdunkels
26c4f26257
New nightly regression test for UDP/RPL/IPv6 data collection on the Tmote Sky
2010-11-06 12:33:28 +00:00
adamdunkels
865264a063
Bugfix that makes MicaZ nightly tests work
2010-11-02 11:12:17 +00:00
adamdunkels
3edd8ff316
Updated tests to match new collect-view-data command syntax
2010-10-12 12:05:43 +00:00
adamdunkels
d70783528f
Increased number of retransmissions from 15 to 31
2010-10-03 20:22:18 +00:00
adamdunkels
bc211db5fd
A version of the Contiki shell collect test but with stocastic packet loss. This tests that the collect protocol correctly handles lossy networks.
2010-09-13 13:57:17 +00:00
adamdunkels
5dc55f0a1b
A quick and dirty service registry daemon hack. The servreg-hack
...
allows a program to register an 8-bit service ID that gets
disseminated to the entire network, as long as a servreg-hack daemon
is running on all neighbors. Other nodes can look up the service ID to
figure out what nodes in the network offer this service.
This is officially labeled as a "hack" so that we don't get too comfy
with it; this hack is not the future of service discovery and
advertisement in Contiki.
2010-06-15 19:00:28 +00:00
nifi
351325b7f4
minor cleanup of example (changed to use uiplib to parse IPv6 address)
2010-06-01 13:31:23 +00:00
nvt-se
ef16508613
Fixed problems with boot order and short timeouts in the UDP tests.
2010-06-01 12:23:24 +00:00
adamdunkels
052c536db7
Remove the unicast mass-send test since the default number of queuebufs cannot handle 20 concurrent packets
2010-05-20 20:56:36 +00:00
nvt-se
35282593c0
Updated the test information messages.
2010-05-03 14:56:13 +00:00
nvt-se
c50e4ab4f3
Switched to examples/udp-ipv6 as the code for the test
2010-05-03 14:48:47 +00:00
nvt-se
528614e89f
Converted the test to examples/udp-ipv6
2010-04-30 22:16:51 +00:00
nvt-se
15f84a93fa
Converted the test to use examples/udp-ipv6
2010-04-30 16:20:42 +00:00
nvt-se
66d99e00ec
Removed obsolete test for the rimeroute module
2010-04-30 16:04:23 +00:00
fros4943
f4976f8800
test info minor fix
2010-04-27 07:15:33 +00:00
fros4943
2595d31367
updated collect test: bigger network (50), more hops, bugfixed duplicate detection
2010-04-01 12:22:39 +00:00
fros4943
70ab82761b
test now also includes multi-hop pinging (uip_over_mesh), up to 4 hops
2010-03-31 09:35:01 +00:00
fros4943
bb7944a201
workaround to survive the bad characters that are sometimes printed by mspsim-based motes + make clean before compilation
2010-03-29 14:14:09 +00:00
fros4943
6460bc1214
old compilation flag WITH_NULLMAC=1 was replaced by netstack's nullmac_driver and nullrdc_Driver
2010-03-29 13:00:15 +00:00
fros4943
f228272cfc
test update: contiki shell prompt was changed
2010-03-29 10:52:22 +00:00
fros4943
9316b31d9a
shell command 'ps' was removed from sky-shell.c, instead using 'echo' in test
2010-03-29 09:20:47 +00:00
fros4943
adf6263b0d
updated configs: MAC_DRIVER was replaced by NETSTACK_RDC
2010-03-10 12:34:29 +00:00
fros4943
f9e4ebf7cf
updated test configs: the test should normally not specify the network configuration, but rather use the default in the application directory
2010-03-10 12:29:24 +00:00
adamdunkels
486f7f9728
Rewrite of the Sky shell collect test. The new test is better equipped
...
to handle reordered packets - unlike the previous test, the new test
counts all incoming packets in the data stream, even those that are
significantly reordered. The new test also shows the received packets
and their hop counts in a much more readable fashion.
2010-02-28 08:25:36 +00:00
adamdunkels
14bc9aa98b
New and improved shell collect test: the new test sends out 10 packets from each node and counts the received packets. If less than 10 packets from each node is received, the test fails
2010-02-23 18:46:20 +00:00
adamdunkels
9011013fb0
Automated test for testing IPv6/6lowpan fragmentation
2010-02-06 09:57:14 +00:00
adamdunkels
5e62a0dd20
Bugfix: the cxmac and lpp netperf tests didn't actually run cxmac and lpp
2010-02-04 08:02:09 +00:00
fros4943
ddf498a065
write command was removed from sky-shell, which requires a test update
2010-02-04 00:07:18 +00:00
adamdunkels
028239e1a3
Added a timeout before the button is pressed, to allow it to initialize
2010-02-03 21:24:24 +00:00
fros4943
a13b6697df
explicit make clean before compiling firmwares
2010-02-03 21:16:13 +00:00
adamdunkels
2e7ade836e
Wait 1s before pressing the button to give the button sensor time to activate
2010-02-03 20:57:50 +00:00
fros4943
4776328731
fixed paths
2010-02-03 16:25:31 +00:00
fros4943
a15f424753
added application-level mote (/tools/cooja/examples/appmote_rimeabc) to cross-level test
2010-02-03 15:22:58 +00:00
fros4943
1246174525
compile with nullmac + require all nodes to receive at least 3 messages before test ok
2010-02-03 14:14:57 +00:00
adamdunkels
6fd46e0582
Nightly tests for LPP and CXMAC duty cycling protocols
2010-01-31 20:29:56 +00:00
adamdunkels
fcd50868aa
Moved the TIMEOUT() definition until after the print_stats() definition so that the print_stats() function can be called when the TIMEOUT() is invoked
2010-01-31 19:18:26 +00:00
fros4943
057750b109
test update: corrected write newlines, increased initial wait before issuing the first sendcmd()
2010-01-22 17:09:07 +00:00
fros4943
7c924089da
improved test: reading files with blocksize 13, verifying the complete file30.txt output, no newlines when writing mote commands
2010-01-22 16:57:56 +00:00
fros4943
8f296ac2fb
updated test: testing ESB<->Sky comm + improved test output
2010-01-22 13:56:42 +00:00
fros4943
de93c85292
increased esb helloworld test timeout
2010-01-22 13:12:31 +00:00
fros4943
9ec2b64008
added ESB helloworld test (cloned from Sky)
2009-12-02 17:16:57 +00:00
nvt-se
a96e8a33b3
removed interference because it covered several hops and caused problems with x-mac broadcasts
2009-11-20 14:51:30 +00:00
fros4943
445d6b6a72
test script bug fix: serial writes to motes should not include a newline.
...
the additional newline character was earlier (wrongly) dropped by the serial line module, but is now handled by the ringbuf-based serial line implementation
2009-11-14 11:52:03 +00:00
fros4943
8283ccf750
fixed cooja test info
2009-11-14 11:33:44 +00:00
fros4943
d71fe1d25f
added delay before starting ping process
2009-11-14 10:58:28 +00:00