]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/ltp-ddt.git/commitdiff
powermgr_dynticks.sh: Relax dynticks pass criteria
authorCarlos Hernandez <ceh@ti.com>
Mon, 3 Feb 2014 20:01:55 +0000 (15:01 -0500)
committerCarlos Hernandez <ceh@ti.com>
Mon, 3 Feb 2014 20:01:55 +0000 (15:01 -0500)
Signed-off-by: Carlos Hernandez <ceh@ti.com>
testcases/ddt/scripts/powermgr/powermgr_dynticks.sh

index d59dc85612d3b165d38d95e15c3c0b088b02ca80..5cef59eede2cabc9ab32f8d331c6ec442498ce6a 100755 (executable)
@@ -8,7 +8,7 @@ echo $VAR10
 EXP=`zcat /proc/config.gz | grep 'CONFIG_HZ=' | awk -F '[:=]' '{print $2}'`
 echo $EXP
 EXP=`echo "($EXP * 10)" | bc` # Calculating expected ticks in 10 seconds
-EXPPER=`echo "($EXP / 10)" | bc` #Calculating 10% of expected increase
+EXPPER=`echo "($EXP / 2)" | bc` #Calculating 50% of expected increase
 ACTPER=$(($VAR10-$VAR))
 
 echo "The difference is $ACTPER"