mirror of
https://github.com/YunoHost-Apps/drupal7_ynh.git
synced 2024-09-03 18:26:19 +02:00
Migrate check_process to tests.toml
This commit is contained in:
parent
a19ea2ac85
commit
2361de627f
2 changed files with 9 additions and 45 deletions
|
@ -1,45 +0,0 @@
|
||||||
;; Test complet
|
|
||||||
; Manifest
|
|
||||||
domain="domain.tld"
|
|
||||||
path="/path"
|
|
||||||
is_public=1
|
|
||||||
language="en"
|
|
||||||
admin="john"
|
|
||||||
password="pass"
|
|
||||||
install_profil="minimal"
|
|
||||||
; Checks
|
|
||||||
pkg_linter=1
|
|
||||||
setup_sub_dir=1
|
|
||||||
setup_root=1
|
|
||||||
setup_nourl=0
|
|
||||||
setup_private=1
|
|
||||||
setup_public=1
|
|
||||||
upgrade=1
|
|
||||||
# 7.0~ynh1
|
|
||||||
#upgrade=1 from_commit=89bf310b8ac87a61e5974508f2b41fbb32823e95
|
|
||||||
# 7.73~ynh1
|
|
||||||
#upgrade=1 from_commit=6c565bad2d6083eac25eaee126d9eb32595d94b4
|
|
||||||
# 7.78~ynh1
|
|
||||||
#upgrade=1 from_commit=cb923f310747825354b31bd697ae20d5930502cc
|
|
||||||
# 7.78~ynh2
|
|
||||||
#upgrade=1 from_commit=2c8d03f61342041c2a4b482b82108dea351e3fde
|
|
||||||
# 7.98~ynh1
|
|
||||||
upgrade=1 from_commit=f4744174a13ab7247037783aafd3659226f4cb0a
|
|
||||||
backup_restore=1
|
|
||||||
multi_instance=1
|
|
||||||
port_already_use=0
|
|
||||||
change_url=1
|
|
||||||
;;; Options
|
|
||||||
Email=yalh@yahoo.com
|
|
||||||
Notification=all
|
|
||||||
;;; Upgrade options
|
|
||||||
; commit=89bf310b8ac87a61e5974508f2b41fbb32823e95
|
|
||||||
name=7.0~ynh1
|
|
||||||
; commit=6c565bad2d6083eac25eaee126d9eb32595d94b4
|
|
||||||
name=7.73~ynh1
|
|
||||||
; commit=cb923f310747825354b31bd697ae20d5930502cc
|
|
||||||
name=7.78~ynh1
|
|
||||||
; commit=2c8d03f61342041c2a4b482b82108dea351e3fde
|
|
||||||
name=7.78~ynh2
|
|
||||||
; commit=f4744174a13ab7247037783aafd3659226f4cb0a
|
|
||||||
name=7.98~ynh1
|
|
9
tests.toml
Normal file
9
tests.toml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
|
||||||
|
|
||||||
|
test_format = 1.0
|
||||||
|
|
||||||
|
[default]
|
||||||
|
|
||||||
|
args.install_profil = "minimal"
|
||||||
|
|
||||||
|
test_upgrade_from.f4744174a13ab7247037783aafd3659226f4cb0a.name = "7.98~ynh1"
|
Loading…
Add table
Reference in a new issue