blob: f273a9b0c4ceb26760cb42b157b328479c79df78 [file] [log] [blame]
Borjan Tchakaloff63da54a2018-07-27 14:59:59 +02001- test:
2 namespace: tlxc
3 role:
4 - worker
5 timeout:
6 minutes: 5
7 definitions:
8 - repository: ssh://lava-dispatcher@review.fairphone.software/Infra/lava/qa/test-definitions
9 from: git
10 path: automated/android/wait-single-network-connected.yaml
Karsten Tauscheb006ed02019-01-16 14:06:24 +010011 branch: {{ git_branch }}
Borjan Tchakaloff63da54a2018-07-27 14:59:59 +020012 name: wait-single-network-connected
13
14- test:
15 namespace: tlxc
16 role:
17 - worker
18 timeout:
19 minutes: 15
20 definitions:
21 - repository: ssh://lava-dispatcher@review.fairphone.software/Infra/lava/qa/test-definitions
22 from: git
23 path: automated/android/multinode/share-local-device-over-adb-tcpip.yaml
Karsten Tauscheb006ed02019-01-16 14:06:24 +010024 branch: {{ git_branch }}
Borjan Tchakaloff63da54a2018-07-27 14:59:59 +020025 name: share-local-device-over-adb-tcpip
26 params:
27 TIMEOUT_SECS: "600"
28
29- test:
30 namespace: tlxc
31 role:
32 - worker
33 timeout:
34 hours: {{ job.timeout }}
35 definitions:
36 - repository: ssh://lava-dispatcher@review.fairphone.software/Infra/lava/qa/test-definitions
37 from: git
38 path: automated/android/multinode/wait-and-keep-local-device-accessible.yaml
Karsten Tauscheb006ed02019-01-16 14:06:24 +010039 branch: {{ git_branch }}
Borjan Tchakaloff63da54a2018-07-27 14:59:59 +020040 name: wait-and-keep-local-device-accessible
41 params:
42 # The sum of these timeouts must be smaller than the lava-multinode timeout for the master.
43 BOOT_TIMEOUT_SECS: "480"
44 NETWORK_TIMEOUT_SECS: "300"
45 ADB_CONNECT_TEST_TIMEOUT_SECS: "60"
Karsten Tausche34466ec2019-01-22 17:16:52 +010046 USERDATA_IMAGE_FILE: "/lava-lxc/userdata.img"
Borjan Tchakaloff63da54a2018-07-27 14:59:59 +020047
48- test:
49 namespace: tlxc
50 role:
51 - worker
52 timeout:
53 minutes: 15
54 definitions:
55 - repository: ssh://lava-dispatcher@review.fairphone.software/Infra/lava/qa/test-definitions
56 from: git
57 path: automated/android/multinode/wait-for-release-and-reset.yaml
Karsten Tauscheb006ed02019-01-16 14:06:24 +010058 branch: {{ git_branch }}
Borjan Tchakaloff63da54a2018-07-27 14:59:59 +020059 name: wait-for-release-and-reset