]> git.proxmox.com Git - pve-common.git/commitdiff
test: list ifaces: fix indentation of expected structure
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 13 Mar 2020 10:07:17 +0000 (11:07 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 13 Mar 2020 10:07:17 +0000 (11:07 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
test/etc_network_interfaces/t.list-interfaces.pl

index 5925c35878422b04fd821a6f6f436c5c080a34c8..ff44fd159bd74f86d091e55ed882827cee57932c 100644 (file)
@@ -16,10 +16,14 @@ eth100:
 /proc/net/dev
 
 my %wanted = (
-    vmbr0 => { address => '192.168.1.2/24',
-              gateway => '192.168.1.1',
-              address6 => 'fc05::1:1/112'},
-    vmbr1 => { address => '10.0.0.5/24'}
+    vmbr0 => {
+       address => '192.168.1.2/24',
+       gateway => '192.168.1.1',
+       address6 => 'fc05::1:1/112',
+    },
+    vmbr1 => {
+       address => '10.0.0.5/24',
+    },
 );
 
 save('interfaces', <<"/etc/network/interfaces");