]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - regression-tests.ixfrdist/test_Stats.py
Update h2o to 2.2.6, fixing CVE-2019-9512, CVE-2019-9514 and CVE-2019-9515
[thirdparty/pdns.git] / regression-tests.ixfrdist / test_Stats.py
index 3ded02822eef0699a164382d2ec1bd86db24c447..f170a6732e87a62b524997f77fb2d6ecf3e4fa45 100644 (file)
@@ -1,20 +1,8 @@
 from ixfrdisttests import IXFRDistTest
-from xfrserver.xfrserver import AXFRServer
 import time
 import requests
 
-zones = {
-    1: """
-$ORIGIN example.
-@        86400   SOA    foo bar 1 2 3 4 5
-@        4242    NS     ns1.example.
-@        4242    NS     ns2.example.
-ns1.example.    4242    A       192.0.2.1
-ns2.example.    4242    A       192.0.2.2
-"""}
-
 xfrServerPort = 4244
-xfrServer = AXFRServer(xfrServerPort, zones)
 
 class IXFRDistStatsTest(IXFRDistTest):
     """