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-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"
|