summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2017-05-30 11:32:10 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2017-05-30 11:32:10 +0530
commit3f7225ff5c55e5285b9b13a3e74ddf110c147584 (patch)
treebde334ba253c210c4df3cc9f51a21c824c7073c1
parent931d48ac897f151f4807c237b483a3c0edae2629 (diff)
kselftest: Update inline comments
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rwxr-xr-xautomated/linux/kselftest/kselftest.sh4
-rw-r--r--automated/linux/kselftest/kselftest.yaml1
2 files changed, 3 insertions, 2 deletions
diff --git a/automated/linux/kselftest/kselftest.sh b/automated/linux/kselftest/kselftest.sh
index e60c783..bcb0428 100755
--- a/automated/linux/kselftest/kselftest.sh
+++ b/automated/linux/kselftest/kselftest.sh
@@ -11,7 +11,7 @@ KSELFTEST_PATH="/usr/bin/kselftests"
SCRIPT="$(readlink -f "${0}")"
SCRIPTPATH="$(dirname "${SCRIPT}")"
-# List of test cases to be skipped
+# List of known unsupported test cases to be skipped
SKIPFILE=""
SKIPLIST=""
@@ -32,7 +32,7 @@ while getopts "t:s:L:S:h" opt; do
case "${opt}" in
t) TESTPROG="${OPTARG}" ;;
s) SKIP_INSTALL="${OPTARG}" ;;
- # List of skip test cases
+ # List of known unsupported test cases to be skipped
L)
SKIPLIST="${OPTARG}"
# Ignore SKIPFILE when SKIPLIST provided
diff --git a/automated/linux/kselftest/kselftest.yaml b/automated/linux/kselftest/kselftest.yaml
index 994e63d..49181d6 100644
--- a/automated/linux/kselftest/kselftest.yaml
+++ b/automated/linux/kselftest/kselftest.yaml
@@ -20,6 +20,7 @@ params:
# TESTPROG: kselftest_aarch64.tar.gz
TESTPROG: kselftest_armhf.tar.gz
SKIP_INSTALL: "false"
+ # List of known unsupported test cases to be skipped
SKIPLIST: ""
SKIPFILE: ""