blob: 965af1a077c05374ff7447fc6f7f7d49d2da869c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
- test:
timeout:
minutes: 15
definitions:
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
from: git
history: False
path: test-suites/short-smoke/busybox.yaml
name: busybox
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
from: git
history: False
path: test-suites/short-smoke/smoke-tests-basic.yaml
name: smoke-tests-basic
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
from: git
history: False
path: test-suites/short-smoke/service-check.yaml
name: service-check
parameters:
DEVICE_TAGS: "{{ DEVICE_TAGS }}"
- test:
timeout:
minutes: 60
definitions:
- repository: https://git.linaro.org/qa/test-definitions.git
from: git
history: False
path: automated/linux/ptest/ptest.yaml
name: linaro-ptest
parameters:
TESTS: "xmlsec1 libxml2 lua"
|