diff --git a/tools/cooja/contiki_tests/cooja_ipv6_udp.csc b/tools/cooja/contiki_tests/cooja_ipv6_udp.csc index 3ae77a49d..8f7412fd7 100644 --- a/tools/cooja/contiki_tests/cooja_ipv6_udp.csc +++ b/tools/cooja/contiki_tests/cooja_ipv6_udp.csc @@ -1,9 +1,9 @@ - ../apps/mrm - ../apps/mspsim - ../apps/avrora - ../apps/native_gateway + [CONTIKI_DIR]/tools/cooja/apps/mrm + [CONTIKI_DIR]/tools/cooja/apps/mspsim + [CONTIKI_DIR]/tools/cooja/apps/avrora + [CONTIKI_DIR]/tools/cooja/apps/native_gateway My simulation 0 @@ -16,12 +16,15 @@ 1.0 1.0 + + 40000 + se.sics.cooja.contikimote.ContikiMoteType - mtype232 + mtype783 Receiver - ../../../examples/udp-receiver-ipv6/example-udp-receiver.c - make example-udp-receiver.cooja TARGET=cooja DEFINES=WITH_UIP6=1,UIP_CONF_IPV6=1,UDP_ADDR_A=0xfe80,UDP_ADDR_B=0,UDP_ADDR_C=0,UDP_ADDR_D=0,UDP_ADDR_E=0x2,UDP_ADDR_F=0x2ff,UDP_ADDR_G=0xfe02,UDP_ADDR_H=0x0202 + [CONTIKI_DIR]/examples/udp-receiver-ipv6/example-udp-receiver.c + make example-udp-receiver.cooja TARGET=cooja DEFINES=UDP_ADDR_A=0xfe80,UDP_ADDR_B=0,UDP_ADDR_C=0,UDP_ADDR_D=0,UDP_ADDR_E=0x2,UDP_ADDR_F=0x2ff,UDP_ADDR_G=0xfe02,UDP_ADDR_H=0x0202 se.sics.cooja.interfaces.Position se.sics.cooja.interfaces.Battery se.sics.cooja.contikimote.interfaces.ContikiVib @@ -36,15 +39,16 @@ se.sics.cooja.contikimote.interfaces.ContikiLED se.sics.cooja.contikimote.interfaces.ContikiCFS se.sics.cooja.interfaces.Mote2MoteRelations + se.sics.cooja.interfaces.RimeAddress + se.sics.cooja.interfaces.MoteAttributes false - uIPv6 se.sics.cooja.contikimote.ContikiMoteType - mtype330 + mtype512 Sender - ../../../examples/udp-sender-ipv6/example-udp-sender.c - make example-udp-sender.cooja TARGET=cooja DEFINES=WITH_UIP6=1,UIP_CONF_IPV6=1,UDP_ADDR_A=0xfe80,UDP_ADDR_B=0,UDP_ADDR_C=0,UDP_ADDR_D=0,UDP_ADDR_E=0x301,UDP_ADDR_F=0x1ff,UDP_ADDR_G=0xfe01,UDP_ADDR_H=0x101 + [CONTIKI_DIR]/examples/udp-sender-ipv6/example-udp-sender.c + make example-udp-sender.cooja TARGET=cooja DEFINES=UDP_ADDR_A=0xfe80,UDP_ADDR_B=0,UDP_ADDR_C=0,UDP_ADDR_D=0,UDP_ADDR_E=0x301,UDP_ADDR_F=0x1ff,UDP_ADDR_G=0xfe01,UDP_ADDR_H=0x101 se.sics.cooja.interfaces.Position se.sics.cooja.interfaces.Battery se.sics.cooja.contikimote.interfaces.ContikiVib @@ -59,50 +63,41 @@ se.sics.cooja.contikimote.interfaces.ContikiLED se.sics.cooja.contikimote.interfaces.ContikiCFS se.sics.cooja.interfaces.Mote2MoteRelations + se.sics.cooja.interfaces.RimeAddress + se.sics.cooja.interfaces.MoteAttributes false - uIPv6 - se.sics.cooja.contikimote.ContikiMote - mtype232 se.sics.cooja.interfaces.Position 98.76075470611741 30.469519951198897 0.0 - - se.sics.cooja.interfaces.Battery - false - se.sics.cooja.contikimote.interfaces.ContikiMoteID 1 + mtype783 - se.sics.cooja.contikimote.ContikiMote - mtype330 se.sics.cooja.interfaces.Position 58.59043340181549 22.264557758786697 0.0 - - se.sics.cooja.interfaces.Battery - false - se.sics.cooja.contikimote.interfaces.ContikiMoteID 2 + mtype512 se.sics.cooja.plugins.SimControl 248 - 4 + 2 200 0 0 @@ -113,9 +108,9 @@ ID:1 - 249 - 2 - 181 + 851 + 1 + 187 1 521 false @@ -123,7 +118,10 @@ se.sics.cooja.plugins.Visualizer - Radio environment (UDGM) + se.sics.cooja.plugins.skins.UDGMVisualizerSkin + se.sics.cooja.plugins.skins.IDVisualizerSkin + se.sics.cooja.plugins.skins.TrafficVisualizerSkin + 2.565713585691764 0.0 0.0 2.565713585691764 -91.30090099174814 -28.413835696190525 246 3 @@ -134,8 +132,11 @@ se.sics.cooja.plugins.RadioLogger + + 150 + 246 - 1 + 4 198 0 323 @@ -169,7 +170,7 @@ log.testOK(); /* Report test success and quit */ 600 0 - 700 + 520 250 -1 false diff --git a/tools/cooja/contiki_tests/crosslevel.csc b/tools/cooja/contiki_tests/crosslevel.csc index 8929087d3..16cc5f5db 100644 --- a/tools/cooja/contiki_tests/crosslevel.csc +++ b/tools/cooja/contiki_tests/crosslevel.csc @@ -24,7 +24,7 @@ Sky Mote Type #1 [CONTIKI_DIR]/examples/rime/example-abc.c make clean TARGET=sky -make example-abc.sky TARGET=sky DEFINES=MAC_DRIVER=nullmac_driver +make example-abc.sky TARGET=sky DEFINES=NETSTACK_MAC=nullmac_driver,NETSTACK_RDC=nullrdc_driver [CONTIKI_DIR]/examples/rime/example-abc.sky se.sics.cooja.interfaces.Position se.sics.cooja.interfaces.IPAddress @@ -46,7 +46,7 @@ make example-abc.sky TARGET=sky DEFINES=MAC_DRIVER=nullmac_driver ESB Mote Type #1 [CONTIKI_DIR]/examples/rime/example-abc.c make clean TARGET=esb -make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver +make example-abc.esb TARGET=esb DEFINES=NETSTACK_MAC=nullmac_driver,NETSTACK_RDC=nullrdc_driver [CONTIKI_DIR]/examples/rime/example-abc.esb se.sics.cooja.interfaces.Position se.sics.cooja.interfaces.IPAddress @@ -61,10 +61,10 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver se.sics.cooja.contikimote.ContikiMoteType - mtype135 + mtype430 Contiki Mote Type #1 [CONTIKI_DIR]/examples/rime/example-abc.c - make example-abc.cooja TARGET=cooja + make example-abc.cooja TARGET=cooja DEFINES=NETSTACK_MAC=nullmac_driver,NETSTACK_RDC=nullrdc_driver se.sics.cooja.interfaces.Position se.sics.cooja.interfaces.Battery se.sics.cooja.contikimote.interfaces.ContikiVib @@ -81,7 +81,6 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver se.sics.cooja.interfaces.Mote2MoteRelations se.sics.cooja.interfaces.RimeAddress false - Rime se.sics.cooja.motes.ImportAppMoteType @@ -91,7 +90,6 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver RimeABC - se.sics.cooja.contikimote.ContikiMote se.sics.cooja.interfaces.Position 199.49101781472754 @@ -102,10 +100,9 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver se.sics.cooja.contikimote.interfaces.ContikiMoteID 6 - mtype135 + mtype430 - se.sics.cooja.contikimote.ContikiMote se.sics.cooja.interfaces.Position 98.81565434011203 @@ -116,10 +113,9 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver se.sics.cooja.contikimote.interfaces.ContikiMoteID 12 - mtype135 + mtype430 - se.sics.cooja.mspmote.SkyMote se.sics.cooja.interfaces.Position @@ -134,7 +130,6 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver sky1 - se.sics.cooja.mspmote.SkyMote se.sics.cooja.interfaces.Position @@ -149,7 +144,6 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver sky1 - se.sics.cooja.mspmote.ESBMote se.sics.cooja.interfaces.Position @@ -164,7 +158,6 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver esb1 - se.sics.cooja.mspmote.ESBMote se.sics.cooja.interfaces.Position @@ -179,7 +172,6 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver esb1 - se.sics.cooja.contikimote.ContikiMote se.sics.cooja.interfaces.Position -3.557828103468252 @@ -190,10 +182,9 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver se.sics.cooja.contikimote.interfaces.ContikiMoteID 16 - mtype135 + mtype430 - se.sics.cooja.mspmote.SkyMote se.sics.cooja.interfaces.Position @@ -208,7 +199,6 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver sky1 - se.sics.cooja.mspmote.ESBMote se.sics.cooja.interfaces.Position @@ -223,7 +213,6 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver esb1 - se.sics.cooja.mspmote.SkyMote se.sics.cooja.interfaces.Position @@ -238,7 +227,6 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver sky1 - se.sics.cooja.mspmote.ESBMote se.sics.cooja.interfaces.Position @@ -253,7 +241,6 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver esb1 - RimeABC se.sics.cooja.motes.AbstractApplicationMoteType$SimpleMoteID 14 @@ -267,7 +254,6 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver apptype1 - RimeABC se.sics.cooja.motes.AbstractApplicationMoteType$SimpleMoteID 8 @@ -281,7 +267,6 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver apptype1 - RimeABC se.sics.cooja.motes.AbstractApplicationMoteType$SimpleMoteID 19 @@ -295,7 +280,6 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver apptype1 - RimeABC se.sics.cooja.motes.AbstractApplicationMoteType$SimpleMoteID 20 @@ -309,7 +293,6 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver apptype1 - RimeABC se.sics.cooja.motes.AbstractApplicationMoteType$SimpleMoteID 18 @@ -323,7 +306,6 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver apptype1 - se.sics.cooja.mspmote.SkyMote se.sics.cooja.interfaces.Position @@ -338,7 +320,6 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver sky1 - se.sics.cooja.mspmote.ESBMote se.sics.cooja.interfaces.Position @@ -353,7 +334,6 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver esb1 - se.sics.cooja.contikimote.ContikiMote se.sics.cooja.interfaces.Position 100.5701822839116 @@ -364,10 +344,9 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver se.sics.cooja.contikimote.interfaces.ContikiMoteID 17 - mtype135 + mtype430 - se.sics.cooja.contikimote.ContikiMote se.sics.cooja.interfaces.Position -5.14611380187246 @@ -378,13 +357,13 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver se.sics.cooja.contikimote.interfaces.ContikiMoteID 15 - mtype135 + mtype430 se.sics.cooja.plugins.SimControl 265 - 3 + 5 200 0 1 @@ -396,7 +375,7 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver 953 - 0 + 3 130 0 524 @@ -404,8 +383,11 @@ make example-abc.esb TARGET=esb DEFINES=MAC_DRIVER=nullmac_driver se.sics.cooja.plugins.RadioLogger + + 110 + 695 - 5 + 2 152 260 369 @@ -458,7 +440,7 @@ while (true) { true 692 - 2 + 4 367 264 0 @@ -493,7 +475,7 @@ while (true) { 12 956 - 6 + 1 310 -1 655 @@ -509,7 +491,7 @@ while (true) { 0.5766712294536613 0.0 0.0 0.5766712294536613 36.4700887534336 117.76935499005339 264 - 1 + 0 321 0 201 diff --git a/tools/cooja/contiki_tests/ip_cooja_telnet_ping.csc b/tools/cooja/contiki_tests/ip_cooja_telnet_ping.csc index 1d0632e28..4f5427248 100644 --- a/tools/cooja/contiki_tests/ip_cooja_telnet_ping.csc +++ b/tools/cooja/contiki_tests/ip_cooja_telnet_ping.csc @@ -21,7 +21,7 @@ mtype511 Contiki Mote Type #1 ../../../examples/telnet-server/telnet-server.c - make telnet-server.cooja TARGET=cooja DEFINES=WITH_UIP=1 + make telnet-server.cooja TARGET=cooja se.sics.cooja.interfaces.Position se.sics.cooja.interfaces.Battery se.sics.cooja.contikimote.interfaces.ContikiVib