-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathtests.toml
More file actions
39 lines (29 loc) · 802 Bytes
/
tests.toml
File metadata and controls
39 lines (29 loc) · 802 Bytes
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
test_format = 1.0
[default]
exclude = ["install.private"]
# -------------------------------
# Default args to use for install
# -------------------------------
args.export = "none"
args.mypads = 0
args.useldap = 0
args.password = "##SuperAdminPassword##"
# -------------------------------
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.4d613658.name = "1.8.17"
[with_mypads]
args.export = "libreoffice"
args.mypads = 1
args.useldap = 1
only = ["install.root"]
[with_abiword]
args.export = "abiword"
args.mypads = 0
args.useldap = 0
only = ["install.root"]
[with_libreoffice]
args.export = "libreoffice"
args.mypads = 0
args.useldap = 0
only = ["install.root"]