From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 828BD1FF165 for ; Thu, 14 Aug 2025 09:54:55 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id A5521B6A2; Thu, 14 Aug 2025 09:56:32 +0200 (CEST) From: Lukas Wagner To: pdm-devel@lists.proxmox.com Date: Thu, 14 Aug 2025 09:56:22 +0200 Message-ID: <20250814075622.51786-7-l.wagner@proxmox.com> X-Mailer: git-send-email 2.47.2 In-Reply-To: <20250814075622.51786-1-l.wagner@proxmox.com> References: <20250814075622.51786-1-l.wagner@proxmox.com> MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1755158155371 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.021 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pdm-devel] [PATCH proxmox-datacenter-manager v6 6/6] fixup! fake remote: make the fake_remote feature compile again X-BeenThere: pdm-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Datacenter Manager development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pdm-devel-bounces@lists.proxmox.com Sender: "pdm-devel" Signed-off-by: Lukas Wagner --- server/src/test_support/fake_remote.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/src/test_support/fake_remote.rs b/server/src/test_support/fake_remote.rs index 27ba7c5c..e32a88a1 100644 --- a/server/src/test_support/fake_remote.rs +++ b/server/src/test_support/fake_remote.rs @@ -144,6 +144,7 @@ impl pve_api_types::client::PveClient for FakePveClient { maxdisk: Some(100 * 1024 * 1024), maxmem: Some(8 * 1024 * 1024 * 1024), mem: Some(3 * 1024 * 1024 * 1024), + memhost: Some(4 * 1024 * 1024), name: Some(format!("vm-{vmid}")), netin: Some(1034), netout: Some(1034), @@ -176,6 +177,7 @@ impl pve_api_types::client::PveClient for FakePveClient { maxcpu: Some(4.), maxdisk: Some(100 * 1024 * 1024), maxmem: Some(8 * 1024 * 1024 * 1024), + memhost: Some(4 * 1024 * 1024), mem: Some(3 * 1024 * 1024 * 1024), name: Some(format!("ct-{vmid}")), netin: Some(1034), @@ -209,6 +211,7 @@ impl pve_api_types::client::PveClient for FakePveClient { maxdisk: Some(100 * 1024 * 1024), maxmem: Some(8 * 1024 * 1024 * 1024), mem: Some(3 * 1024 * 1024 * 1024), + memhost: None, name: None, netin: None, netout: None, @@ -241,6 +244,7 @@ impl pve_api_types::client::PveClient for FakePveClient { maxdisk: Some(100 * 1024 * 1024), maxmem: None, mem: None, + memhost: None, name: None, netin: None, netout: None, -- 2.47.2 _______________________________________________ pdm-devel mailing list pdm-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel