mirror of
https://github.com/YunoHost-Apps/dato_ynh.git
synced 2024-09-03 18:16:33 +02:00
Add install args to testts.toml
This commit is contained in:
parent
f084eb684a
commit
50ec1bf08b
2 changed files with 36 additions and 0 deletions
33
check_process
Normal file
33
check_process
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
;; Test without autosync
|
||||||
|
; Manifest
|
||||||
|
domain="domain.tld"
|
||||||
|
is_public=1
|
||||||
|
autosynchronize=0
|
||||||
|
couch_url="none"
|
||||||
|
couch_admin_name="none"
|
||||||
|
couch_admin_password="none"
|
||||||
|
couch_datoadmin_name="none"
|
||||||
|
couch_datoadmin_password="none"
|
||||||
|
admin_email="none"
|
||||||
|
; Checks
|
||||||
|
pkg_linter=1
|
||||||
|
setup_sub_dir=0
|
||||||
|
setup_root=1
|
||||||
|
setup_nourl=0
|
||||||
|
setup_private=1
|
||||||
|
setup_public=1
|
||||||
|
upgrade=1
|
||||||
|
# 1.5.11~ynh2
|
||||||
|
upgrade=1 from_commit=b127adc6bf773afd1bc2ee7cead36c91c4fded60
|
||||||
|
# 1.6.3~ynh2
|
||||||
|
upgrade=1 from_commit=6cbecb3f2af6adfce5bdf8077c906569703a1508
|
||||||
|
backup_restore=1
|
||||||
|
multi_instance=1
|
||||||
|
port_already_use=0
|
||||||
|
change_url=1
|
||||||
|
;;; Options
|
||||||
|
Email=squeak@eauchat.org
|
||||||
|
Notification=none
|
||||||
|
;;; Upgrade options
|
||||||
|
; commit=b127adc6bf773afd1bc2ee7cead36c91c4fded60
|
||||||
|
name=1.5.11~ynh2.
|
|
@ -3,6 +3,9 @@
|
||||||
test_format = 1.0
|
test_format = 1.0
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
|
args.autosync_info = ""
|
||||||
|
args.couch_admin_password = "ANicePassword"
|
||||||
|
args.couch_datoadmin_password = "ANicePassword"
|
||||||
|
|
||||||
test_upgrade_from.b127adc6bf773afd1bc2ee7cead36c91c4fded60.name = "1.5.11~ynh2"
|
test_upgrade_from.b127adc6bf773afd1bc2ee7cead36c91c4fded60.name = "1.5.11~ynh2"
|
||||||
test_upgrade_from.6cbecb3f2af6adfce5bdf8077c906569703a1508.name = "1.6.3~ynh2"
|
test_upgrade_from.6cbecb3f2af6adfce5bdf8077c906569703a1508.name = "1.6.3~ynh2"
|
||||||
|
|
Loading…
Reference in a new issue