1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00
glitchsoc_ynh/tests.toml

29 lines
956 B
TOML
Raw Normal View History

2024-03-24 20:33:20 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
2024-02-22 19:45:40 +01:00
test_format = 1.0
[default]
# ------------
# Tests to run
# ------------
2024-02-22 22:04:18 +01:00
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
2024-02-22 19:45:40 +01:00
# -------------------------------
# Commits to test upgrade from
# -------------------------------
2024-02-22 22:04:18 +01:00
test_upgrade_from.e6e04a0.name = "Upgrade from 2024.02.18~ynh1"
test_upgrade_from.e6e04a0.args.domain="domain.tld"
test_upgrade_from.e6e04a0.args.is_public=1
test_upgrade_from.e6e04a0.args.admin="john"
test_upgrade_from.e6e04a0.args.language="fr_FR"