]> git.ipfire.org Git - thirdparty/bind9.git/commit
add geoip2 system test
authorEvan Hunt <each@isc.org>
Sat, 22 Jun 2019 19:52:26 +0000 (12:52 -0700)
committerEvan Hunt <each@isc.org>
Thu, 27 Jun 2019 21:59:13 +0000 (14:59 -0700)
commit9a1caf99efc7c2f7c30e94879df3fb2f8f0c6d7c
treeeaac1120a609b9a78a9cbfc23944e83250e2109a
parent6399a70cb470427dfd5b66a92a2ae6210d3ae19f
add geoip2 system test
37 files changed:
bin/tests/system/conf.sh.common
bin/tests/system/geoip2/clean.sh [new file with mode: 0644]
bin/tests/system/geoip2/conf/bad-areacode.conf [new file with mode: 0644]
bin/tests/system/geoip2/conf/bad-dbname.conf [new file with mode: 0644]
bin/tests/system/geoip2/conf/bad-netspeed.conf [new file with mode: 0644]
bin/tests/system/geoip2/conf/bad-regiondb.conf [new file with mode: 0644]
bin/tests/system/geoip2/conf/bad-threeletter.conf [new file with mode: 0644]
bin/tests/system/geoip2/conf/good-options.conf [new file with mode: 0644]
bin/tests/system/geoip2/data/GeoIP2-City.json [new file with mode: 0644]
bin/tests/system/geoip2/data/GeoIP2-City.mmdb [new file with mode: 0644]
bin/tests/system/geoip2/data/GeoIP2-Country.json [new file with mode: 0644]
bin/tests/system/geoip2/data/GeoIP2-Country.mmdb [new file with mode: 0644]
bin/tests/system/geoip2/data/GeoIP2-Domain.json [new file with mode: 0644]
bin/tests/system/geoip2/data/GeoIP2-Domain.mmdb [new file with mode: 0644]
bin/tests/system/geoip2/data/GeoIP2-ISP.json [new file with mode: 0644]
bin/tests/system/geoip2/data/GeoIP2-ISP.mmdb [new file with mode: 0644]
bin/tests/system/geoip2/data/GeoLite2-ASN.json [new file with mode: 0644]
bin/tests/system/geoip2/data/GeoLite2-ASN.mmdb [new file with mode: 0644]
bin/tests/system/geoip2/data/README.md [new file with mode: 0644]
bin/tests/system/geoip2/data/write-test-data.pl [new file with mode: 0755]
bin/tests/system/geoip2/ns2/example.db.in [new file with mode: 0644]
bin/tests/system/geoip2/ns2/named1.conf.in [new file with mode: 0644]
bin/tests/system/geoip2/ns2/named10.conf.in [new file with mode: 0644]
bin/tests/system/geoip2/ns2/named11.conf.in [new file with mode: 0644]
bin/tests/system/geoip2/ns2/named12.conf.in [new file with mode: 0644]
bin/tests/system/geoip2/ns2/named2.conf.in [new file with mode: 0644]
bin/tests/system/geoip2/ns2/named3.conf.in [new file with mode: 0644]
bin/tests/system/geoip2/ns2/named4.conf.in [new file with mode: 0644]
bin/tests/system/geoip2/ns2/named5.conf.in [new file with mode: 0644]
bin/tests/system/geoip2/ns2/named6.conf.in [new file with mode: 0644]
bin/tests/system/geoip2/ns2/named7.conf.in [new file with mode: 0644]
bin/tests/system/geoip2/ns2/named8.conf.in [new file with mode: 0644]
bin/tests/system/geoip2/ns2/named9.conf.in [new file with mode: 0644]
bin/tests/system/geoip2/prereq.sh [new file with mode: 0644]
bin/tests/system/geoip2/setup.sh [new file with mode: 0644]
bin/tests/system/geoip2/tests.sh [new file with mode: 0644]
util/copyrights