-
Notifications
You must be signed in to change notification settings - Fork 19
/
tests.toml
31 lines (22 loc) · 880 Bytes
/
tests.toml
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
test_format = 1.0
[default]
# -------------------------------
# Default args to use for install
# -------------------------------
args.email = "john@gmail.com"
args.admin_password = "admin!42"
args.version = "Team"
args.team_display_name = "Mon équipe"
# -------------------------------
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.4530e34.name = "Upgrade from 7.2.0"
test_upgrade_from.c88d6ea7.name = "Upgrade from 7.5.2"
test_upgrade_from.a67ddf1f.name = "Upgrade from 7.8.1"
["Test-with-Enterprise-Edition"]
only = ["install.subdir", "backup_restore", "upgrade" ]
args.email = "john@gmail.com"
args.admin_password = "admin!42"
args.version = "Enterprise"
args.team_display_name = "Mon équipe"
test_upgrade_from.c88d6ea7.name = "Upgrade from 7.5.2"