mirror of
https://github.com/YunoHost-Apps/grav_ynh.git
synced 2024-09-03 19:16:01 +02:00
check_process to tests.toml
This commit is contained in:
parent
c744b47ccf
commit
d9a90f4b99
2 changed files with 5 additions and 46 deletions
|
@ -1,46 +0,0 @@
|
|||
;; Test name
|
||||
# Comment ignored
|
||||
; pre-install
|
||||
#echo -n "Here your commands to execute in the container"
|
||||
#echo ", before each installation of the app."
|
||||
; Manifest
|
||||
domain="domain.tld"
|
||||
path="/path"
|
||||
is_public=1
|
||||
language="fr_FR"
|
||||
admin="john"
|
||||
; Actions
|
||||
action_argument=arg1|arg2
|
||||
is_public=1|0
|
||||
; Config_panel
|
||||
main.categorie.config_example=arg1|arg2
|
||||
main.overwrite_files.overwrite_phpfpm=1|0
|
||||
main.php_fpm_config.footprint=low|medium|high|specific
|
||||
main.php_fpm_config.free_footprint=20
|
||||
main.php_fpm_config.usage=low|medium|high
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
setup_root=1
|
||||
setup_nourl=0
|
||||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
# upgrade=1 from_commit=7d16d0560c588ad4adcde5b44ae4329f9e40f7c7
|
||||
upgrade=1 from_commit=412306ac0a7c3f6f02aff162b65eb4b1f4484b2a
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
port_already_use=0 (66)
|
||||
change_url=1
|
||||
actions=0
|
||||
config_panel=0
|
||||
;;; Options
|
||||
Email=tituspijean@outlook.com
|
||||
Notification=none
|
||||
;;; Upgrade options
|
||||
# ; commit=7d16d0560c588ad4adcde5b44ae4329f9e40f7c7
|
||||
# name=v1.7.17
|
||||
# manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr_FR&is_public=1&
|
||||
; commit=412306ac0a7c3f6f02aff162b65eb4b1f4484b2a
|
||||
name=v1.7.21
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr_FR&is_public=1&
|
5
tests.toml
Normal file
5
tests.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
test_format = 1.0
|
||||
|
||||
[default]
|
||||
|
||||
test_upgrade_from.412306ac0a7c3f6f02aff162b65eb4b1f4484b2a.name = "Upgrade from v1.7.21"
|
Loading…
Reference in a new issue