mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
26 lines
700 B
TOML
26 lines
700 B
TOML
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
|
||
|
|
||
|
test_format = 1.0
|
||
|
|
||
|
[default]
|
||
|
|
||
|
# ------------
|
||
|
# Tests to run
|
||
|
# ------------
|
||
|
|
||
|
|
||
|
# -------------------------------
|
||
|
# Default args to use for install
|
||
|
# -------------------------------
|
||
|
|
||
|
args.server_name = "Seafile"
|
||
|
args.admin_password = "Sup3rS3cr3t"
|
||
|
|
||
|
# -------------------------------
|
||
|
# Commits to test upgrade from
|
||
|
# -------------------------------
|
||
|
|
||
|
test_upgrade_from.ebe126a.name = "Pre packaging v2"
|
||
|
test_upgrade_from.99c006ca.name = "Version 7.1 Old version for CI 4 branch"
|
||
|
test_upgrade_from.cb4a6e0d.name = "Version 8.x Old version for CI 5 branch"
|