]> git.proxmox.com Git - pve-network.git/blobdiff - test/subnets/noipam/sdn_config
separate packaging and source build system
[pve-network.git] / test / subnets / noipam / sdn_config
diff --git a/test/subnets/noipam/sdn_config b/test/subnets/noipam/sdn_config
deleted file mode 100644 (file)
index 55107d6..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-{
-  version => 1,
-  vnets   => {
-               ids => {
-                        myvnet => { type => "vnet", zone => "myzone" },
-                      },
-             },
-
-  zones   => {
-               ids => { myzone => { type =>"simple" } },
-             },
-
-  subnets => {
-              ids => { 'myzone-10.0.0.0-24' => {
-                                                        'type' => 'subnet',
-                                                        'vnet' => 'myvnet',
-                                                  }
-                     }
-             }
-}