]> 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>
Tue, 2 Jul 2019 19:29:44 +0000 (12:29 -0700)
commitbb4b3e7f141c4271f7478f5a6403530f886475e5
tree5367b91bc594b789221dcd830beb92e02dc59aab
parent8ec293e51e568013796201c565c97fb0c4205d21
add geoip2 system test

(cherry picked from commit 9a1caf99efc7c2f7c30e94879df3fb2f8f0c6d7c)
(cherry picked from commit 049d8a311bb38527a8330d9c0feaf313917df0ca)
40 files changed:
.gitlab-ci.yml
bin/tests/system/conf.sh.in
bin/tests/system/conf.sh.win32
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/named13.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