all lists on 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

* [pdm-devel] applied: [PATCH datacenter-manager] fake remotes: fix missing sdn property for `ClusterResource` struct
  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 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2025-09-12  8:32 UTC (permalink / raw)
  To: pdm-devel, Dominik Csapak

On Fri, 12 Sep 2025 08:54:09 +0200, Dominik Csapak wrote:
> 


Applied, thanks!

[1/1] fake remotes: fix missing sdn property for `ClusterResource` struct
      commit: 7d36123462268581e663ba308d3facfd3bc49884


_______________________________________________
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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal