summaryrefslogtreecommitdiff
path: root/automated/linux/ptest/ptest.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/ptest/ptest.yaml')
-rw-r--r--automated/linux/ptest/ptest.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/automated/linux/ptest/ptest.yaml b/automated/linux/ptest/ptest.yaml
index 703358a..854af0b 100644
--- a/automated/linux/ptest/ptest.yaml
+++ b/automated/linux/ptest/ptest.yaml
@@ -16,9 +16,10 @@ metadata:
params:
TESTS: ""
+ EXCLUDE: ""
run:
steps:
- cd ./automated/linux/ptest
- - ./ptest.py -o ./result.txt -t ${TESTS}
+ - ./ptest.py -o ./result.txt -t ${TESTS} -e ${EXCLUDE}
- ../../utils/send-to-lava.sh ./result.txt