]> git.proxmox.com Git - pve-network.git/commit
tests: add dns tests
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 5 Jan 2021 09:35:32 +0000 (10:35 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 6 Feb 2021 13:50:44 +0000 (14:50 +0100)
commit718ac053d42f27568e1602accc427017cf4b2844
treeed0345758ba4d4d051518e9475311d4ca2741e11
parent15a0b35c4d6591c73f0251ad1ebea920229941f3
tests: add dns tests

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
17 files changed:
test/Makefile
test/dns/powerdns/dns_config [new file with mode: 0644]
test/dns/powerdns/expected.add_a_multiple_record.ipv4 [new file with mode: 0644]
test/dns/powerdns/expected.add_a_multiple_record.ipv6 [new file with mode: 0644]
test/dns/powerdns/expected.add_a_record.ipv4 [new file with mode: 0644]
test/dns/powerdns/expected.add_a_record.ipv6 [new file with mode: 0644]
test/dns/powerdns/expected.add_ptr_record.ipv4 [new file with mode: 0644]
test/dns/powerdns/expected.add_ptr_record.ipv6 [new file with mode: 0644]
test/dns/powerdns/expected.del_a_multiple_record.ipv4 [new file with mode: 0644]
test/dns/powerdns/expected.del_a_multiple_record.ipv6 [new file with mode: 0644]
test/dns/powerdns/expected.del_a_record.ipv4 [new file with mode: 0644]
test/dns/powerdns/expected.del_a_record.ipv6 [new file with mode: 0644]
test/dns/powerdns/expected.del_ptr_record.ipv4 [new file with mode: 0644]
test/dns/powerdns/expected.del_ptr_record.ipv6 [new file with mode: 0644]
test/dns/powerdns/expected.verify_zone [new file with mode: 0644]
test/dns/powerdns/sdn_config [new file with mode: 0644]
test/run_test_dns.pl [new file with mode: 0755]