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:
parent
f93a246f84
commit
8df1b25003
1 changed files with 9 additions and 8 deletions
15
tests.toml
15
tests.toml
|
@ -7,8 +7,8 @@ test_format = 1.0
|
||||||
test_upgrade_from.27311ad.name = "2022.2"
|
test_upgrade_from.27311ad.name = "2022.2"
|
||||||
test_upgrade_from.27311ad.args.mqtt_domain="sub.domain.tld"
|
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]
|
[With_Mosquitto_upgrade_with_mosquitto]
|
||||||
preinstall = """
|
preinstall = """
|
||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
|
@ -24,18 +24,19 @@ test_format = 1.0
|
||||||
|
|
||||||
|
|
||||||
[Without_Mosquitto_upgrade_with_mosquitto]
|
[Without_Mosquitto_upgrade_with_mosquitto]
|
||||||
preinstall = """
|
# preinstall = """
|
||||||
set -euxo pipefail
|
# set -euxo pipefail
|
||||||
yunohost domain add mqtt.domain.tld
|
# yunohost domain add mqtt.domain.tld
|
||||||
"""
|
# """
|
||||||
|
|
||||||
preupgrade = """
|
preupgrade = """
|
||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
|
yunohost domain add mqtt.domain.tld
|
||||||
yunohost app setting domoticz mqtt_domain -v mqtt.domain.tld
|
yunohost app setting domoticz mqtt_domain -v mqtt.domain.tld
|
||||||
"""
|
"""
|
||||||
|
|
||||||
args.mqtt_domain="sub.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"]
|
# exclude = ["package_linter", "install.root", "install.subdir", "install.private", "install.multi", "backup_restore", "change_url"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue