1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/domoticz_ynh.git synced 2024-09-03 18:26:17 +02:00

clean test sequences

This commit is contained in:
Krakinou 2023-06-01 23:34:30 +02:00
parent f93a246f84
commit 8df1b25003

View file

@ -7,8 +7,8 @@ test_format = 1.0
test_upgrade_from.27311ad.name = "2022.2"
test_upgrade_from.27311ad.args.mqtt_domain="sub.domain.tld"
# exclude = ["package_linter", "install.root", "install.subdir", "install.private", "install.multi", "backup_restore", "upgrade", "upgrade.27311ad", "change_url"]
#
# exclude = ["package_linter", "install.root", "install.subdir", "install.private", "install.multi", "backup_restore", "upgrade", "upgrade.27311ad", "change_url"]
[With_Mosquitto_upgrade_with_mosquitto]
preinstall = """
set -euxo pipefail
@ -18,24 +18,25 @@ test_format = 1.0
args.mqtt_domain="mqtt.domain.tld"
exclude = ["package_linter"]
test_upgrade_from.27311ad.name = "2022.2 with mosquitto"
test_upgrade_from.27311ad.args.mqtt_domain="mqtt.domain.tld"
[Without_Mosquitto_upgrade_with_mosquitto]
preinstall = """
set -euxo pipefail
yunohost domain add mqtt.domain.tld
"""
# preinstall = """
# set -euxo pipefail
# yunohost domain add mqtt.domain.tld
# """
preupgrade = """
set -euxo pipefail
yunohost domain add mqtt.domain.tld
yunohost app setting domoticz mqtt_domain -v mqtt.domain.tld
"""
args.mqtt_domain="sub.domain.tld"
only = ["upgrade","upgrade.27311ad", "change_url"]
only = ["upgrade","upgrade.27311ad"]
# exclude = ["package_linter", "install.root", "install.subdir", "install.private", "install.multi", "backup_restore", "change_url"]