master
build 21 lines 305 Bytes
Raw
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 test_riscv64_timeouts = {
4 'boston' : 120,
5 'k230' : 120,
6 'tuxrun' : 120,
7 }
8
9 tests_riscv64_system_quick = [
10 'migration',
11 'opensbi',
12 ]
13
14 tests_riscv64_system_thorough = [
15 'endianness',
16 'boston',
17 'k230',
18 'sifive_u',
19 'tt_atlantis',
20 'tuxrun',
21 ]