From: Daniel Salzman Date: Mon, 22 Jul 2019 19:05:15 +0000 (+0200) Subject: tests-extra: keep geoip config files X-Git-Tag: v2.9.0~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1d859686230a25f63c5610ff84194debda0a00a;p=thirdparty%2Fknot-dns.git tests-extra: keep geoip config files --- diff --git a/tests-extra/tests/modules/geoip/test.py b/tests-extra/tests/modules/geoip/test.py index dfa132e0e6..3537044cc5 100644 --- a/tests-extra/tests/modules/geoip/test.py +++ b/tests-extra/tests/modules/geoip/test.py @@ -94,6 +94,3 @@ for i in range(1, 1000): random_client = "127.255." + str(random.randint(1, iso_count)) + ".0" resp = knot.dig("d" + str(random.randint(1, dname_count)) + ".example.com", "A", source=random_client) resp.check(rcode="NOERROR", rdata=random_client) - -os.remove(geodb_filename) -os.remove(subnet_filename)