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
17
tests.toml
17
tests.toml
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue