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

32 lines
1.1 KiB
TOML
Raw Normal View History

2023-10-09 12:55:47 +02:00
test_format = 1.0
[default]
2023-10-19 19:03:17 +02:00
# ------------
# Tests to run
# ------------
preinstall = """
sudo yunohost domain add dex.domain.tld
2023-10-20 04:09:33 +02:00
sudo yunohost domain add minio.domain.tld
2023-10-19 19:03:17 +02:00
"""
2023-10-09 12:55:47 +02:00
# -------------------------------
# Default args to use for install
# -------------------------------
2023-10-18 20:19:42 +02:00
args.dex_domain="dex.domain.tld"
args.dex_path="/example"
2023-10-19 20:06:03 +02:00
# -------------------------------
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.01d37841270a502d16767a9d7e4e19c8a85a5d06.name = "Upgrade from 0.69.2"
2023-10-20 04:09:33 +02:00
test_upgrade_from.01d37841270a502d16767a9d7e4e19c8a85a5d06.args.language = "en"
2024-01-22 19:03:38 +01:00
test_upgrade_from.01d37841270a502d16767a9d7e4e19c8a85a5d06.args.domain = "domain.tld"
2024-01-23 02:05:35 +01:00
test_upgrade_from.01d37841270a502d16767a9d7e4e19c8a85a5d06.args.dex_domain = "dex.domain.tld"
2023-10-20 04:09:33 +02:00
test_upgrade_from.01d37841270a502d16767a9d7e4e19c8a85a5d06.args.minio_domain = "minio.domain.tld"
test_upgrade_from.01d37841270a502d16767a9d7e4e19c8a85a5d06.args.minio_admin = "null"
test_upgrade_from.01d37841270a502d16767a9d7e4e19c8a85a5d06.args.minio_password = "null"