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
13
tests.toml
13
tests.toml
|
@ -8,7 +8,7 @@ test_format = 1.0
|
|||
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"]
|
||||
#
|
||||
|
||||
[With_Mosquitto_upgrade_with_mosquitto]
|
||||
preinstall = """
|
||||
set -euxo pipefail
|
||||
|
@ -24,18 +24,19 @@ test_format = 1.0
|
|||
|
||||
|
||||
[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"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue