mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
27 lines
857 B
TOML
27 lines
857 B
TOML
|
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
|
||
|
# -------------------------------
|
||
|
|
||
|
test_upgrade_from.43504e6.name = "Upgrade from 4.2.5~ynh1"
|
||
|
test_upgrade_from.43504e6.args.domain="domain.tld"
|
||
|
test_upgrade_from.43504e6.args.is_public=1
|
||
|
test_upgrade_from.43504e6.args.admin="john"
|
||
|
test_upgrade_from.43504e6.args.language="fr_FR"
|