summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2018-01-25 16:32:34 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2018-01-25 16:32:34 +0530
commite0efa91eb94dfe19c6476097488fd264a4f6084d (patch)
tree0ac8e7ff033059ef11470ac88f6eb3df8baf3db3
parent0fdc59d6fd495d530e413f6ca6aeec7d55a4ef1c (diff)
LTP: test 20180118 build on x86
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rwxr-xr-xautomated/linux/ltp/ltp.sh13
-rw-r--r--automated/linux/ltp/ltp.yaml2
2 files changed, 7 insertions, 8 deletions
diff --git a/automated/linux/ltp/ltp.sh b/automated/linux/ltp/ltp.sh
index cb4a1ac..d24d7ec 100755
--- a/automated/linux/ltp/ltp.sh
+++ b/automated/linux/ltp/ltp.sh
@@ -63,15 +63,14 @@ done
# Install LTP test suite
install_ltp() {
rm -rf /opt/ltp
- mkdir -p /opt/ltp
+# mkdir -p /opt/ltp
# shellcheck disable=SC2164
- cd /opt/ltp
# shellcheck disable=SC2140
- wget https://github.com/linux-test-project/ltp/releases/download/"${LTP_VERSION}"/ltp-full-"${LTP_VERSION}".tar.xz
- tar --strip-components=1 -Jxf ltp-full-"${LTP_VERSION}".tar.xz
- ./configure
- make -j8 all
- make SKIP_IDCHECK=1 install
+ wget http://people.linaro.org/~anders.roxell/ltp-20180118/ltp-x86.tar.gz
+ mv ltp-x86 /opt/ltp
+ export PATH=$PATH:/opt/ltp/
+ export PATH=$PATH:/opt/ltp/bin/
+ export PATH=$PATH:/opt/ltp/testcases/bin/
}
# Parse LTP output
diff --git a/automated/linux/ltp/ltp.yaml b/automated/linux/ltp/ltp.yaml
index dd15eaf..2061bd6 100644
--- a/automated/linux/ltp/ltp.yaml
+++ b/automated/linux/ltp/ltp.yaml
@@ -27,7 +27,7 @@ params:
# or
# SKIPFILE: "http://people.linaro.org/~naresh.kamboju/skipfile"
# NOTE: busybox wget may not work with https link so pefer to use http
- SKIPFILE: ""
+ SKIPFILE: "skipfile-lkft-minimal"
SKIP_INSTALL: false
# Slow machines need more timeout Default is 5min and multiply * TIMEOUT_MULTIPLIER
TIMEOUT_MULTIPLIER: 1