aboutsummaryrefslogtreecommitdiff
path: root/cpuidle
diff options
context:
space:
mode:
authorLisa Nguyen <lisa.nguyen@linaro.org>2014-08-20 17:26:04 -0700
committerLisa Nguyen <lisa.nguyen@linaro.org>2014-09-10 15:03:30 -0700
commitd713d633fe45d83aaf5f95c54120877cfbae5cf1 (patch)
tree00c6e6fcc46b846e47f8828529d2b03c1bcd1c51 /cpuidle
parent523e8d9c5a271939ea1ed9f8351fb69c86c9f605 (diff)
Display all skipped test results in LAVA
Allow LAVA to record all the skipped test cases including the ones that will not be executed due to failed sanity checks. This enhancement will keep the number of PM-QA results more consistent across multiple platforms. Fix for Bug #386: https://bugs.linaro.org/show_bug.cgi?id=386 Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
Diffstat (limited to 'cpuidle')
-rwxr-xr-xcpuidle/cpuidle_sanity.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpuidle/cpuidle_sanity.sh b/cpuidle/cpuidle_sanity.sh
index 99f05b3..65fe549 100755
--- a/cpuidle/cpuidle_sanity.sh
+++ b/cpuidle/cpuidle_sanity.sh
@@ -38,6 +38,7 @@ check_cpuidle_sysfs_entry() {
test -d $dirpath
if [ $? -ne 0 ]; then
echo "cpuidle is not supported. Skipping all cpuidle tests"
+ skip_tests cpuidle
return 0
fi
return 1