Make project docs and integration test generic
This commit is contained in:
@@ -9,8 +9,8 @@ def test_plain_onedrive_remote_is_accepted(monkeypatch):
|
||||
{
|
||||
"setup_complete": True,
|
||||
"proxmox_node": "pve",
|
||||
"proxmox_storage": "hitachi",
|
||||
"local_backup_dir": "/mnt/pve/hitachi/dump",
|
||||
"proxmox_storage": "backup-store",
|
||||
"local_backup_dir": "/mnt/pve/backups/dump",
|
||||
"rclone_path": "/usr/bin/rclone",
|
||||
"rclone_remote": "onedrive",
|
||||
"rclone_remote_path": "Backups/Proxmox",
|
||||
@@ -31,8 +31,8 @@ def test_invalid_timezone_is_rejected(monkeypatch):
|
||||
{
|
||||
"setup_complete": True,
|
||||
"proxmox_node": "pve",
|
||||
"proxmox_storage": "hitachi",
|
||||
"local_backup_dir": "/mnt/pve/hitachi/dump",
|
||||
"proxmox_storage": "backup-store",
|
||||
"local_backup_dir": "/mnt/pve/backups/dump",
|
||||
"rclone_path": "/usr/bin/rclone",
|
||||
"rclone_remote": "onedrive",
|
||||
"rclone_remote_path": "Backups/Proxmox",
|
||||
|
||||
Reference in New Issue
Block a user