summaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2015-03-04 17:36:19 +0530
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-03-09 18:04:52 +0000
commit68732109acede81d6e70fa915cb1b8a933951506 (patch)
tree003971cac56bc4895410cd8e5a1e5a045e3aeaa5 /ubuntu
parent1e716d49c7c898f46273bfa83f0ae0281a568fe0 (diff)
LTP : ltpfixup: skipfile can be an URL from json
ltp test definitions have been updated to accept skipfile from an open accessible location via URL as a parameter from LAVA json job file and still supports old implementation as a file from test-definitions NOTE: busybox wget may not work with https link so pefer to use http Change-Id: Idf9b93799326e4fc6650bded8396b15a48c63f3b Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/ltp.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ubuntu/ltp.yaml b/ubuntu/ltp.yaml
index 4d8fc3c..3a0aa20 100644
--- a/ubuntu/ltp.yaml
+++ b/ubuntu/ltp.yaml
@@ -32,9 +32,16 @@ install:
- bison
- build-essential
- wget
+ - curl
params:
TST_CMDFILES: syscalls,mm,math,timers,fcntl-locktests,ipc,fsx,fs,hugetlb,io,nptl,pty,containers,fs_bind,filecaps,admin_tools,connectors
+ # SKIPFILE can be a filename from dir ../common/scripts/ltp/ or an open URL
+ # SKIPFILE: "skipfile-lsk-juno"
+ # "skipfile-lsk-juno" is a known file present in dir ../common/scripts/ltp/
+ # or
+ # SKIPFILE: "http://people.linaro.org/~naresh.kamboju/skipfile"
+ # NOTE: busybox wget may not work with https link so pefer to use http
SKIPFILE: ""
run: