mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2024-09-03 20:16:22 +02:00
Update tests.toml
This commit is contained in:
parent
ac11e50287
commit
537aab3469
1 changed files with 18 additions and 12 deletions
30
tests.toml
30
tests.toml
|
@ -6,15 +6,21 @@ test_format = 1.0
|
|||
# Tests to run
|
||||
# ------------
|
||||
|
||||
args.server = "dst.domain.tld"
|
||||
args.ssh_user = "sam"
|
||||
args.passphrase = "APassphrase"
|
||||
args.conf = 1
|
||||
args.port = 2222
|
||||
args.backup_path = "src.domain.tld"
|
||||
args.data = 1
|
||||
args.app = "all"
|
||||
args.allow_extra_space_use = 1
|
||||
args.on_calendar = "Daily"
|
||||
args.check_on_calendar = "*-*-8,15,22 3:15"
|
||||
args.check_read_data_on_calendar = "*-*-1 3:15"
|
||||
exclude = ["install.private", "install.subdir", "install.root", "change_url"]
|
||||
|
||||
# -------------------------------
|
||||
# Default args to use for install
|
||||
# -------------------------------
|
||||
|
||||
args.server = "dst.domain.tld"
|
||||
args.ssh_user = "sam"
|
||||
args.passphrase = "APassphrase"
|
||||
args.conf = 1
|
||||
args.port = 2222
|
||||
args.backup_path = "src.domain.tld"
|
||||
args.data = 1
|
||||
args.app = "all"
|
||||
args.allow_extra_space_use = 1
|
||||
args.on_calendar = "Daily"
|
||||
args.check_on_calendar = "*-*-8,15,22 3:15"
|
||||
args.check_read_data_on_calendar = "*-*-1 3:15"
|
Loading…
Add table
Reference in a new issue