]> git.proxmox.com Git - pve-network.git/commit - test/run_test_ipams.pl
tests: add ipams tests
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 5 Jan 2021 09:35:30 +0000 (10:35 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 6 Feb 2021 13:50:44 +0000 (14:50 +0100)
commit79be833df67897f0ded4b915517f88e5e10a63f1
tree17892c93640f4751d61e3a91a26d17b3701db773
parent04f6db9acd434b1dcd3289c141bf23c6ba43f336
tests: add ipams tests

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
18 files changed:
test/Makefile
test/ipams/netbox/expected.add_ip [new file with mode: 0644]
test/ipams/netbox/expected.add_next_freeip [new file with mode: 0644]
test/ipams/netbox/expected.add_subnet [new file with mode: 0644]
test/ipams/netbox/expected.del_ip [new file with mode: 0644]
test/ipams/netbox/expected.del_subnet [new file with mode: 0644]
test/ipams/netbox/expected.update_ip [new file with mode: 0644]
test/ipams/netbox/ipam_config [new file with mode: 0644]
test/ipams/netbox/sdn_config [new file with mode: 0644]
test/ipams/phpipam/expected.add_ip [new file with mode: 0644]
test/ipams/phpipam/expected.add_next_freeip [new file with mode: 0644]
test/ipams/phpipam/expected.add_subnet [new file with mode: 0644]
test/ipams/phpipam/expected.del_ip [new file with mode: 0644]
test/ipams/phpipam/expected.del_subnet [new file with mode: 0644]
test/ipams/phpipam/expected.update_ip [new file with mode: 0644]
test/ipams/phpipam/ipam_config [new file with mode: 0644]
test/ipams/phpipam/sdn_config [new file with mode: 0644]
test/run_test_ipams.pl [new file with mode: 0755]