]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
tests-extra: keep geoip config files
authorDaniel Salzman <daniel.salzman@nic.cz>
Mon, 22 Jul 2019 19:05:15 +0000 (21:05 +0200)
committerDaniel Salzman <daniel.salzman@nic.cz>
Mon, 22 Jul 2019 19:05:15 +0000 (21:05 +0200)
tests-extra/tests/modules/geoip/test.py

index dfa132e0e67a4332fee1e426695fa0c014e117db..3537044cc55529d293010eb21634f10e8abbacee 100644 (file)
@@ -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)