diff --git a/tools/cooja/contiki_tests/netperf-sky-cxmac.csc b/tools/cooja/contiki_tests/netperf-sky-cxmac.csc
index bfd428f30..ed959c05f 100644
--- a/tools/cooja/contiki_tests/netperf-sky-cxmac.csc
+++ b/tools/cooja/contiki_tests/netperf-sky-cxmac.csc
@@ -25,7 +25,7 @@
netperf shell
make clean TARGET=sky
-make MAC_DRIVER=cxmac_driver netperf-shell.sky TARGET=sky
+make DEFINES=MAC_DRIVER=cxmac_driver netperf-shell.sky TARGET=sky
[CONTIKI_DIR]/examples/netperf/netperf-shell.sky
se.sics.cooja.interfaces.Position
se.sics.cooja.interfaces.RimeAddress
diff --git a/tools/cooja/contiki_tests/netperf-sky-lpp.csc b/tools/cooja/contiki_tests/netperf-sky-lpp.csc
index 1479f2857..e5bf04e35 100644
--- a/tools/cooja/contiki_tests/netperf-sky-lpp.csc
+++ b/tools/cooja/contiki_tests/netperf-sky-lpp.csc
@@ -25,7 +25,7 @@
netperf shell
make clean TARGET=sky
-make MAC_DRIVER=lpp_driver netperf-shell.sky TARGET=sky
+make DEFINES=MAC_DRIVER=lpp_driver netperf-shell.sky TARGET=sky
[CONTIKI_DIR]/examples/netperf/netperf-shell.sky
se.sics.cooja.interfaces.Position
se.sics.cooja.interfaces.RimeAddress
@@ -125,7 +125,7 @@ while(true) {
log.testFailed();
}
if(id == 1 && msg.startsWith("1.0: Contiki") && started == 0) {
- write(mote, "netperf -bups 2.0 20\n"); /* Write to mote serial port */
+ write(mote, "netperf -ps 2.0 20\n"); /* Write to mote serial port */
started = 1;
}
}