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

32 lines
875 B
TOML
Raw Normal View History

2023-02-07 22:45:19 +01:00
test_format = 1.0
[default]
# -------------------------------
# Default args to use for install
# -------------------------------
args.email = "john@gmail.com"
args.admin_password = "admin!42"
2023-08-25 11:32:28 +02:00
args.version = "Team"
args.team_display_name = "Mon équipe"
2023-02-07 22:45:19 +01:00
2023-03-07 08:53:37 +01:00
# -------------------------------
# Commits to test upgrade from
# -------------------------------
2023-03-16 14:49:56 +01:00
test_upgrade_from.1677cb9f.name = "Upgrade from 7.3.0"
2023-03-14 12:38:49 +01:00
test_upgrade_from.c88d6ea7.name = "Upgrade from 7.5.2"
2023-08-25 11:31:44 +02:00
test_upgrade_from.a67ddf1f.name = "Upgrade from 7.8.1"
2023-03-07 08:53:37 +01:00
2023-02-10 22:41:12 +01:00
["Test-with-Team-Edition"]
2023-02-07 22:45:19 +01:00
only = ["install.subdir", "backup_restore", "upgrade" ]
2023-02-10 22:41:12 +01:00
args.email = "john@gmail.com"
args.admin_password = "admin!42"
2023-08-25 11:32:28 +02:00
args.version = "Enterprise"
2023-02-10 22:41:12 +01:00
args.team_display_name = "Mon équipe"
2023-03-07 09:18:55 +01:00
2023-03-14 12:38:49 +01:00
test_upgrade_from.c88d6ea7.name = "Upgrade from 7.5.2"