summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Doskočil <jan.doskocil@nic.cz>2024-05-31 11:10:03 +0200
committerJan Doskočil <jan.doskocil@nic.cz>2024-05-31 11:21:31 +0200
commit0b89cbc8fb80e10466ab409756c69b2dca25524c (patch)
tree1fef62a845709becf53dd8954594a7095cbd3d94
parentkdig: allow query section be omnited (diff)
downloadknot-0b89cbc8fb80e10466ab409756c69b2dca25524c.tar.xz
knot-0b89cbc8fb80e10466ab409756c69b2dca25524c.zip
tests: give tcpdump the correct port
-rw-r--r--tests-extra/tests/tls/xfr/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-extra/tests/tls/xfr/test.py b/tests-extra/tests/tls/xfr/test.py
index c1438c84b..f79ad089e 100644
--- a/tests-extra/tests/tls/xfr/test.py
+++ b/tests-extra/tests/tls/xfr/test.py
@@ -61,7 +61,7 @@ tcpdump_fout = t.out_dir + "/tcpdump.out"
tcpdump_ferr = t.out_dir + "/tcpdump.err"
tcpdump_proc = subprocess.Popen(["tcpdump", "-i", "lo", "-w", tcpdump_pcap,
- "port", str(master.quic_port), "or", "port", str(slave.quic_port)],
+ "port", str(master.tls_port), "or", "port", str(slave.tls_port)],
stdout=open(tcpdump_fout, mode="a"), stderr=open(tcpdump_ferr, mode="a"))
# Check initial AXFR without cert-key-based authentication