summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautomated/linux/ltp/ltp.sh2
-rw-r--r--automated/linux/ltp/ltp.yaml2
-rw-r--r--ubuntu/ltp.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/automated/linux/ltp/ltp.sh b/automated/linux/ltp/ltp.sh
index b2f88cd..e015b3d 100755
--- a/automated/linux/ltp/ltp.sh
+++ b/automated/linux/ltp/ltp.sh
@@ -13,7 +13,7 @@ TST_CMDFILES=""
# List of test cases to be skipped
SKIPFILE=""
# LTP version
-LTP_VERSION="20160920"
+LTP_VERSION="20170116"
LTP_PATH=/opt/ltp
diff --git a/automated/linux/ltp/ltp.yaml b/automated/linux/ltp/ltp.yaml
index bd91c7f..341dbce 100644
--- a/automated/linux/ltp/ltp.yaml
+++ b/automated/linux/ltp/ltp.yaml
@@ -18,7 +18,7 @@ metadata:
- ifc6410
params:
# LTP version
- LTP_VERSION: 20160920
+ LTP_VERSION: 20170116
TST_CMDFILES: syscalls,mm,math,timers,fcntl-locktests,ipc,fsx,fs,hugetlb,io,nptl,pty,containers,fs_bind,filecaps,admin_tools,connectors
# TST_CMDFILES: math,timers
# SKIPFILE can be a filename from dir ./automated/linux/ltp/ or an open URL
diff --git a/ubuntu/ltp.yaml b/ubuntu/ltp.yaml
index 3f4eedb..486ba88 100644
--- a/ubuntu/ltp.yaml
+++ b/ubuntu/ltp.yaml
@@ -19,7 +19,7 @@ metadata:
install:
steps:
- - 'VERSION=20160920'
+ - 'VERSION=20170116'
- 'rm -rf /opt/ltp'
- 'mkdir -p /opt/ltp'
- 'cd /opt/ltp'