forked from mikangali/seafile_ynh
-
Notifications
You must be signed in to change notification settings - Fork 18
/
tests.toml
27 lines (19 loc) · 840 Bytes
/
tests.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#: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.ef7eb6f.name = "Pre packaging v2 (Old_version_for_CI_6 branch)"
test_upgrade_from.8d41482.name = "Version 7.1 (Old_version_for_CI_4 branch)"
test_upgrade_from.c11c24b.name = "Version 8.x (Old_version_for_CI_5 branch)"
test_upgrade_from.7a4d00a.name = "Version 9.x"
test_upgrade_from.5a4717a.name = "Before helper 2.1"