[Tinyos-2-commits]
CVS: tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestIndirectActiveEnergyIndicator
TestRadioP.nc, 1.2, 1.3 suite.properties, 1.1, 1.2
David Moss
mossmoss at users.sourceforge.net
Thu Feb 14 07:12:51 PST 2008
Update of /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestIndirectActiveEnergyIndicator
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17571
Modified Files:
TestRadioP.nc suite.properties
Log Message:
Lower the threshold of success.
Index: TestRadioP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestIndirectActiveEnergyIndicator/TestRadioP.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TestRadioP.nc 25 Oct 2007 17:48:52 -0000 1.2
--- TestRadioP.nc 14 Feb 2008 15:12:49 -0000 1.3
***************
*** 76,80 ****
detecting = FALSE;
call Leds.led1Off();
! assertResultIsAbove("Too few energy detects", 1500, detects);
assertResultIsAbove("Too few energy gaps", 10000, misses);
call Statistics.log("[Energy Detects]", detects);
--- 76,80 ----
detecting = FALSE;
call Leds.led1Off();
! assertResultIsAbove("Too few energy detects", 1300, detects);
assertResultIsAbove("Too few energy gaps", 10000, misses);
call Statistics.log("[Energy Detects]", detects);
Index: suite.properties
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestIndirectActiveEnergyIndicator/suite.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** suite.properties 22 Jul 2007 05:31:47 -0000 1.1
--- suite.properties 14 Feb 2008 15:12:49 -0000 1.2
***************
*** 15,18 ****
--- 15,20 ----
*/
+
+
@testname Test Energy Indicator while transmitting packets
@author David Moss
More information about the Tinyos-2-commits
mailing list