aboutsummaryrefslogtreecommitdiff
path: root/tests.toml
diff options
context:
space:
mode:
authorSalamandar <6552989+Salamandar@users.noreply.github.com>2024-05-27 14:56:29 +0200
committerGitHub <noreply@github.com>2024-05-27 14:56:29 +0200
commit8003baea29c5a5679c7475078ef16263e911b116 (patch)
treecf5d2bb10ddb7e32b53ba0de888007b6f8341782 /tests.toml
parenta75e6726bca8d3b8a076da4164cd7a18ed29d06e (diff)
parent7727e250c3c616bc59c311f20ec6d3e7f773d5da (diff)
downloadmastodon_ynh-8003baea29c5a5679c7475078ef16263e911b116.tar.gz
mastodon_ynh-8003baea29c5a5679c7475078ef16263e911b116.tar.bz2
mastodon_ynh-8003baea29c5a5679c7475078ef16263e911b116.zip
Merge pull request #449 from YunoHost-Apps/testing
Testing Packaging v2
Diffstat (limited to 'tests.toml')
-rw-r--r--tests.toml26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests.toml b/tests.toml
new file mode 100644
index 0000000..c1f2069
--- /dev/null
+++ b/tests.toml
@@ -0,0 +1,26 @@
+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"