summary refs log tree commit diff stats
path: root/tests/functional/arm/meson.build
blob: e4e7dba8d087a16f12eefc0e1158d6489a036630 (plain) (blame)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# SPDX-License-Identifier: GPL-2.0-or-later

test_arm_timeouts = {
  'aspeed_palmetto' : 120,
  'aspeed_romulus' : 120,
  'aspeed_witherspoon' : 120,
  'aspeed_ast2500' : 720,
  'aspeed_ast2600' : 1200,
  'aspeed_bletchley' : 480,
  'aspeed_catalina' : 480,
  'aspeed_gb200nvl_bmc' : 480,
  'aspeed_rainier' : 480,
  'bpim2u' : 500,
  'collie' : 180,
  'cubieboard' : 360,
  'orangepi' : 540,
  'quanta_gsj' : 240,
  'raspi2' : 120,
  'replay' : 240,
  'tuxrun' : 240,
  'sx1' : 360,
}

tests_arm_system_quick = [
  'migration',
]

tests_arm_system_thorough = [
  'aspeed_ast1030',
  'aspeed_palmetto',
  'aspeed_romulus',
  'aspeed_witherspoon',
  'aspeed_ast2500',
  'aspeed_ast2600',
  'aspeed_bletchley',
  'aspeed_catalina',
  'aspeed_gb200nvl_bmc',
  'aspeed_rainier',
  'bpim2u',
  'canona1100',
  'collie',
  'cubieboard',
  'emcraft_sf2',
  'integratorcp',
  'max78000fthr',
  'microbit',
  'orangepi',
  'quanta_gsj',
  'raspi2',
  'realview',
  'replay',
  'smdkc210',
  'stellaris',
  'sx1',
  'vexpress',
  'virt',
  'tuxrun',
]

tests_arm_linuxuser_thorough = [
  'bflt',
]