-
Notifications
You must be signed in to change notification settings - Fork 10
/
tests.toml
29 lines (21 loc) · 904 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
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
test_format = 1.0
[default]
# ------------
# Tests to run
# ------------
exclude = ["install.multi", "install.private", "change_url"]
# 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
# -------------------------------
# Nothing to do here...yet
# -------------------------------
# Commits to test upgrade from
# -------------------------------
[default.test_upgrade_from.c965f14cf660fd5c48c7b191c054a1177f42fbf4]
name = "Last packaging v1 version"
args.domain = "domain.tld"
args.is_public = 1
args.admin = "john"
args.language = "fr_FR"