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

33 lines
873 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"
args.version = "Enterprise"
args.team_display_name = "Mon équipe"
2023-03-07 08:53:37 +01:00
# -------------------------------
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.738ba505.name = "Upgrade from 7.2.0"
test_upgrade_from.1677cb9f.name = "Upgrade from 7.3.0"
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-02-07 22:45:19 +01:00
args.version = "Team"
2023-02-10 22:41:12 +01:00
args.team_display_name = "Mon équipe"
2023-03-07 09:18:55 +01:00
test_upgrade_from.738ba505.name = "Upgrade from 7.2.0"
test_upgrade_from.1677cb9f.name = "Upgrade from 7.3.0"