-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathtests.toml
31 lines (20 loc) · 869 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]
# ------------
# Tests to run
# ------------
exclude = ["install.private", "install.multi"] # The test IDs to be used in only/exclude statements are: install.root, install.subdir, install.nourl, install.multi, backup_restore, upgrade, upgrade.someCommitId change_url
# -------------------------------
# Default args to use for install
# -------------------------------
args.multisite = 0
# -------------------------------
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.69d58b9391fdbb9f68cdc7ad63b09c91a3635d9b.name = "Upgrade from 6.5"
# This is an additional test suite
[with_multisite]
# On additional tests suites, you can decide to run only specific tests
only = ["install.subdir"]
args.language = "en_US"
args.multisite = 1