summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2013-12-17 15:27:13 +0530
committerViresh Kumar <viresh.kumar@linaro.org>2013-12-17 15:31:04 +0530
commit1823fd4368d65f68cca4aff8d1aeb3f8bdffe4c5 (patch)
tree6fdbd5389e45a502ba5cade34a9671c85dc8a6b9
parent052f07878e91c7b8ee4223396ecd70558461903c (diff)
is-cpu-isolated: Fix testcase-id name
On LAVA when this script is run it prints this: PASS: 10 And so the test case id becomes 10. Fix this by making testcase id like: min-isolation 10 seconds. Change-Id: I3dbae27def21a198d2a5f7b5ef608d292c3eec41 Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
-rwxr-xr-xcommon/scripts/is-cpu-isolated.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scripts/is-cpu-isolated.sh b/common/scripts/is-cpu-isolated.sh
index e78b2e1..56da51c 100755
--- a/common/scripts/is-cpu-isolated.sh
+++ b/common/scripts/is-cpu-isolated.sh
@@ -89,7 +89,7 @@ get_isolation_duration() {
done
isdebug echo "Result:"
- echo $RESULT": "$MIN_ISOLATION
+ echo $RESULT": min-isolation "$MIN_ISOLATION "seconds"
isdebug echo ""
}