From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 5334560995 for ; Sat, 6 Feb 2021 14:56:59 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 4396711A79 for ; Sat, 6 Feb 2021 14:56:29 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [212.186.127.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 2652C11A6C for ; Sat, 6 Feb 2021 14:56:25 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id DBDDA41B80; Sat, 6 Feb 2021 14:56:24 +0100 (CET) Message-ID: <6c6261aa-48cb-9c18-a3a9-a1998c00d134@proxmox.com> Date: Sat, 6 Feb 2021 14:56:23 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:86.0) Gecko/20100101 Thunderbird/86.0 Content-Language: en-US To: Proxmox VE development discussion , Alexandre Derumier References: <20210105093536.1727641-1-aderumier@odiso.com> <20210105093536.1727641-15-aderumier@odiso.com> From: Thomas Lamprecht In-Reply-To: <20210105093536.1727641-15-aderumier@odiso.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.009 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment NICE_REPLY_A -0.105 Looks like a legit reply (A) RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pve-devel] [PATCH pve-network 14/15] tests: add subnets tests X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Feb 2021 13:56:59 -0000 I get some errors from this test, did not really investigated though. ./run_test_subnets.pl ok 1 - ipv4 add_subnet not ok 2 - ipv4 add_ip # Failed test 'ipv4 add_ip' # at ./run_test_subnets.pl line 130. # got: '{"zones":{"myzone":{"subnets":{"10.0.0.0/24":{"ips":{}}}}}}' # expected: '{"zones":{"myzone":{"subnets":{"10.0.0.0/24":{"ips":{"10.0.0.1":{}}}}}}}' not ok 3 - ipv4 add_already_exist_ip : # Failed test 'ipv4 add_already_exist_ip : ' # at ./run_test_subnets.pl line 144. not ok 4 - ipv4 add_second_ip # Failed test 'ipv4 add_second_ip' # at ./run_test_subnets.pl line 161. # got: '{"zones":{"myzone":{"subnets":{"10.0.0.0/24":{"ips":{}}}}}}' # expected: '{"zones":{"myzone":{"subnets":{"10.0.0.0/24":{"ips":{"10.0.0.1":{},"10.0.0.3":{}}}}}}}' not ok 5 - ipv4 add_next_freeip # Failed test 'ipv4 add_next_freeip' # at ./run_test_subnets.pl line 179. # got: '{"zones":{"myzone":{"subnets":{"10.0.0.0/24":{"ips":{}}}}}}' # expected: '{"zones":{"myzone":{"subnets":{"10.0.0.0/24":{"ips":{"10.0.0.1":{},"10.0.0.2":{},"10.0.0.3":{}}}}}}}' not ok 6 - ipv4 del_ip # Failed test 'ipv4 del_ip' # at ./run_test_subnets.pl line 196. # got: '{"zones":{"myzone":{"subnets":{"10.0.0.0/24":{"ips":{}}}}}}' # expected: '{"zones":{"myzone":{"subnets":{"10.0.0.0/24":{"ips":{"10.0.0.2":{},"10.0.0.3":{}}}}}}}' Use of uninitialized value $ipam in hash element at ../PVE/Network/SDN/Subnets.pm line 179. ok 7 - ipv4 del_subnet_not_empty not ok 8 - ipv4 add_ip_rollback_failing_dns # Failed test 'ipv4 add_ip_rollback_failing_dns' # at ./run_test_subnets.pl line 243. # got: '{"zones":{"myzone":{"subnets":{"10.0.0.0/24":{"ips":{}}}}}}' # expected: '{"zones":{"myzone":{"subnets":{"10.0.0.0/24":{"ips":{"10.0.0.2":{},"10.0.0.3":{}}}}}}}' Use of uninitialized value $ipam in hash element at ../PVE/Network/SDN/Subnets.pm line 179. not ok 9 - ipv4 del_empty_subnet : cannot lookup undefined type! at ../PVE/Network/SDN/Subnets.pm line 180. # # Failed test 'ipv4 del_empty_subnet : cannot lookup undefined type! at ../PVE/Network/SDN/Subnets.pm line 180. # ' # at ./run_test_subnets.pl line 262. ok 10 - ipv6 add_subnet not ok 11 - ipv6 add_ip # Failed test 'ipv6 add_ip' # at ./run_test_subnets.pl line 130. # got: '{"zones":{"myzone":{"subnets":{"2a0a:1580:2000::/56":{"ips":{}}}}}}' # expected: '{"zones":{"myzone":{"subnets":{"2a0a:1580:2000::/56":{"ips":{"2a0a:1580:2000::1":{}}}}}}}' not ok 12 - ipv6 add_already_exist_ip : # Failed test 'ipv6 add_already_exist_ip : ' # at ./run_test_subnets.pl line 144. not ok 13 - ipv6 add_second_ip # Failed test 'ipv6 add_second_ip' # at ./run_test_subnets.pl line 161. # got: '{"zones":{"myzone":{"subnets":{"2a0a:1580:2000::/56":{"ips":{}}}}}}' # expected: '{"zones":{"myzone":{"subnets":{"2a0a:1580:2000::/56":{"ips":{"2a0a:1580:2000::1":{},"2a0a:1580:2000::3":{}}}}}}}' not ok 14 - ipv6 add_next_freeip # Failed test 'ipv6 add_next_freeip' # at ./run_test_subnets.pl line 179. # got: '{"zones":{"myzone":{"subnets":{"2a0a:1580:2000::/56":{"ips":{}}}}}}' # expected: '{"zones":{"myzone":{"subnets":{"2a0a:1580:2000::/56":{"ips":{"2a0a:1580:2000::1":{},"2a0a:1580:2000::2":{},"2a0a:1580:2000::3":{}}}}}}}' not ok 15 - ipv6 del_ip # Failed test 'ipv6 del_ip' # at ./run_test_subnets.pl line 196. # got: '{"zones":{"myzone":{"subnets":{"2a0a:1580:2000::/56":{"ips":{}}}}}}' # expected: '{"zones":{"myzone":{"subnets":{"2a0a:1580:2000::/56":{"ips":{"2a0a:1580:2000::2":{},"2a0a:1580:2000::3":{}}}}}}}' Use of uninitialized value $ipam in hash element at ../PVE/Network/SDN/Subnets.pm line 179. ok 16 - ipv6 del_subnet_not_empty not ok 17 - ipv6 add_ip_rollback_failing_dns # Failed test 'ipv6 add_ip_rollback_failing_dns' # at ./run_test_subnets.pl line 243. # got: '{"zones":{"myzone":{"subnets":{"2a0a:1580:2000::/56":{"ips":{}}}}}}' # expected: '{"zones":{"myzone":{"subnets":{"2a0a:1580:2000::/56":{"ips":{"2a0a:1580:2000::2":{},"2a0a:1580:2000::3":{}}}}}}}' Use of uninitialized value $ipam in hash element at ../PVE/Network/SDN/Subnets.pm line 179. not ok 18 - ipv6 del_empty_subnet : cannot lookup undefined type! at ../PVE/Network/SDN/Subnets.pm line 180. # # Failed test 'ipv6 del_empty_subnet : cannot lookup undefined type! at ../PVE/Network/SDN/Subnets.pm line 180. # ' # at ./run_test_subnets.pl line 262. 1..18 # Looks like you failed 14 tests of 18.