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
Éric Gaspar 73107d538b
Update tests.toml
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
2023-03-26 16:51:13 +02:00

30 lines
816 B
TOML

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"
# -------------------------------
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.1677cb9f.name = "Upgrade from 7.3.0"
test_upgrade_from.c88d6ea7.name = "Upgrade from 7.5.2"
["Test-with-Team-Edition"]
only = ["install.subdir", "backup_restore", "upgrade" ]
args.email = "john@gmail.com"
args.admin_password = "admin!42"
args.version = "Team"
args.team_display_name = "Mon équipe"
test_upgrade_from.c88d6ea7.name = "Upgrade from 7.5.2"