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

17 lines
407 B
TOML
Raw Permalink Normal View History

2023-11-27 23:33:44 +01:00
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"
2023-11-27 23:33:44 +01:00
[with_nonfree]
args.wifi_passphrase = "!abcDEF01234"
args.firmware_nonfree = "yes"
only = ["install.nourl"]