1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hotspot_ynh.git synced 2024-09-03 19:25:53 +02:00

Replace check_process with tests.toml

This commit is contained in:
Alexandre Aubin 2023-11-27 23:33:44 +01:00
parent 750f3ac66a
commit 60f3bced65
2 changed files with 14 additions and 20 deletions

View file

@ -1,20 +0,0 @@
;; Test complet
; Manifest
wifi_ssid="myNeutralNetwork"
wifi_passphrase="VhegT8oev0jZI"
firmware_nonfree="no"
; Checks
pkg_linter=1
setup_sub_dir=0
setup_root=0
setup_nourl=1
setup_private=0
setup_public=0
upgrade=1
upgrade=1 from_commit=539a1f26c30ba850455c63746d50ce3d8f33b119
backup_restore=1
multi_instance=1
change_url=0
;;; Upgrade options
; commit=539a1f26c30ba850455c63746d50ce3d8f33b119
name=Pre-2.0

14
tests.toml Normal file
View file

@ -0,0 +1,14 @@
test_format = 1.0
[default]
args.wifi_passphrase = "!abcDEF01234"
args.firmware_nonfree = "no"
test_upgrade_from.539a1f26.name = "Pre 2.0"
[with_nonfree]
args.wifi_passphrase = "!abcDEF01234"
args.firmware_nonfree = "yes"
only = ["install.nourl"]