From caa2d9728857ab9542121600f7ef40449eb0e112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 11 Dec 2023 10:58:27 +0100 Subject: [PATCH] check_process -> tests.toml --- check_process | 20 -------------------- tests.toml | 9 +++++++++ 2 files changed, 9 insertions(+), 20 deletions(-) delete mode 100644 check_process create mode 100644 tests.toml diff --git a/check_process b/check_process deleted file mode 100644 index 8892006..0000000 --- a/check_process +++ /dev/null @@ -1,20 +0,0 @@ -;; Test complet - ; Manifest - ssh_user="testuser" - password="password" - size="500M" - ; Checks - pkg_linter=1 - setup_sub_dir=0 - setup_root=0 - setup_nourl=1 - setup_private=0 - setup_public=0 - upgrade=1 - backup_restore=1 - multi_instance=1 - port_already_use=0 - change_url=0 -;;; Options -Email= -Notification=down diff --git a/tests.toml b/tests.toml new file mode 100644 index 0000000..57d3708 --- /dev/null +++ b/tests.toml @@ -0,0 +1,9 @@ +#:schema file:///home/felix/tmp/Yunohost/apps/example_ynh/schema.json + +test_format = 1.0 + +[default] + + args.ssh_user = "testuser" + args.password = "password" + args.size = "500M"