mirror of
https://github.com/YunoHost-Apps/domoticz_ynh.git
synced 2024-09-03 18:26:17 +02:00
Add argument for upgrade tests
This commit is contained in:
parent
f26ca82e68
commit
1f9fd75dd0
1 changed files with 12 additions and 4 deletions
16
tests.toml
16
tests.toml
|
@ -6,7 +6,8 @@ test_format = 1.0
|
|||
args.mqtt_domain="sub.domain.tld"
|
||||
test_upgrade_from.a96510c.name = "2024.2"
|
||||
test_upgrade_from.a96510c.args.mqtt_domain="sub.domain.tld"
|
||||
|
||||
test_upgrade_from.a96510c.args.domain="sub.domain.tld"
|
||||
test_upgrade_from.a96510c.args.path="/domoticz"
|
||||
# exclude = ["package_linter", "install.root", "install.subdir", "install.private", "install.multi", "backup_restore", "upgrade", "upgrade.a96510c", "change_url"]
|
||||
|
||||
[With_Mosquitto_upgrade_with_mosquitto]
|
||||
|
@ -21,12 +22,17 @@ test_format = 1.0
|
|||
|
||||
test_upgrade_from.a96510c.name = "2024.2 with mosquitto"
|
||||
test_upgrade_from.a96510c.args.mqtt_domain="mqtt.domain.tld"
|
||||
|
||||
test_upgrade_from.a96510c.args.domain="sub.domain.tld"
|
||||
test_upgrade_from.a96510c.args.path="/domoticz"
|
||||
|
||||
[Without_Mosquitto_upgrade_with_mosquitto]
|
||||
preupgrade = """
|
||||
preinstall = """
|
||||
set -euxo pipefail
|
||||
yunohost domain add mqtt.domain.tld
|
||||
"""
|
||||
|
||||
preupgrade = """
|
||||
set -euxo pipefail
|
||||
yunohost app setting domoticz mqtt_domain -v mqtt.domain.tld
|
||||
"""
|
||||
|
||||
|
@ -36,4 +42,6 @@ test_format = 1.0
|
|||
# exclude = ["package_linter", "install.root", "install.subdir", "install.private", "install.multi", "backup_restore", "change_url"]
|
||||
|
||||
test_upgrade_from.a96510c.name = "2024.2 without mosquitto"
|
||||
test_upgrade_from.a96510c.args.mqtt_domain="sub.domain.tld"
|
||||
test_upgrade_from.a96510c.args.mqtt_domain="sub.domain.tld"
|
||||
test_upgrade_from.a96510c.args.domain="sub.domain.tld"
|
||||
test_upgrade_from.a96510c.args.path="/domoticz"
|
Loading…
Reference in a new issue