Re: [pve-devel] [PATCH pve-network 14/15] tests: add subnets tests

2021-02-07 Thread aderumier
Le samedi 06 février 2021 à 14:56 +0100, Thomas Lamprecht a écrit : > I get some errors from this test, did not really investigated though. It was using the current running cluster sdn config instead the test sdn config. I have resend a fixed version.

Re: [pve-devel] [PATCH pve-network 14/15] tests: add subnets tests

2021-02-06 Thread Thomas Lamprecht
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":{}}' # expect

[pve-devel] [PATCH pve-network 14/15] tests: add subnets tests

2021-01-05 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier --- test/Makefile | 5 +- test/run_test_subnets.pl | 273 ++ test/subnets/ipv4/ipam_config | 18 +++ test/subnets/ipv4/sdn_config | 20 +++ test/subnets/ipv6/ipam_config | 18 +++ test/subnets/ipv6/sdn_co