1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hotspot_ynh.git synced 2024-09-03 19:25:53 +02:00
hotspot_ynh/tests.toml
2023-11-28 00:02:23 +01:00

16 lines
407 B
TOML

test_format = 1.0
[default]
args.wifi_passphrase = "!abcDEF01234"
args.firmware_nonfree = "no"
test_upgrade_from.539a1f26.name = "Pre 2.0"
test_upgrade_from.539a1f26.args.domain = "domain.tld"
test_upgrade_from.539a1f26.args.wifi_passphrase = "!abcDEF01234"
[with_nonfree]
args.wifi_passphrase = "!abcDEF01234"
args.firmware_nonfree = "yes"
only = ["install.nourl"]