public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pdm-devel] [PATCH datacenter-manager] fake remotes: fix missing sdn property for `ClusterResource` struct
@ 2025-09-12  6:54 Dominik Csapak
  2025-09-12  8:32 ` [pdm-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2025-09-12  6:54 UTC (permalink / raw)
  To: pdm-devel

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
 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 e32a88a..f4f6967 100644
--- a/server/src/test_support/fake_remote.rs
+++ b/server/src/test_support/fake_remote.rs
@@ -159,6 +159,7 @@ impl pve_api_types::client::PveClient for FakePveClient {
                 vmid: Some(vmid),
                 lock: None,
                 tags: None,
+                sdn: None,
             });
         }
 
@@ -193,6 +194,7 @@ impl pve_api_types::client::PveClient for FakePveClient {
                 vmid: Some(vmid),
                 lock: None,
                 tags: None,
+                sdn: None,
             });
         }
 
@@ -226,6 +228,7 @@ impl pve_api_types::client::PveClient for FakePveClient {
                 vmid: Some(vmid),
                 lock: None,
                 tags: None,
+                sdn: None,
             });
         }
 
@@ -259,6 +262,7 @@ impl pve_api_types::client::PveClient for FakePveClient {
                 vmid: None,
                 lock: None,
                 tags: None,
+                sdn: None,
             });
         }
 
-- 
2.47.3



_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-12  8:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-12  6:54 [pdm-devel] [PATCH datacenter-manager] fake remotes: fix missing sdn property for `ClusterResource` struct Dominik Csapak
2025-09-12  8:32 ` [pdm-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal