From d9a90f4b99f47d052953f83f651ed6b2f4b96b7b Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 27 Apr 2023 23:36:59 +0200 Subject: [PATCH] check_process to tests.toml --- check_process | 46 ---------------------------------------------- tests.toml | 5 +++++ 2 files changed, 5 insertions(+), 46 deletions(-) delete mode 100644 check_process create mode 100644 tests.toml diff --git a/check_process b/check_process deleted file mode 100644 index 290566d..0000000 --- a/check_process +++ /dev/null @@ -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& diff --git a/tests.toml b/tests.toml new file mode 100644 index 0000000..2fd0265 --- /dev/null +++ b/tests.toml @@ -0,0 +1,5 @@ +test_format = 1.0 + +[default] + + test_upgrade_from.412306ac0a7c3f6f02aff162b65eb4b1f4484b2a.name = "Upgrade from v1.7.21"