Skip to content
Snippets Groups Projects
Verified Commit 0b89cbc8 authored by Jan Doskočil's avatar Jan Doskočil
Browse files

tests: give tcpdump the correct port

parent 633344ca
No related branches found
No related tags found
1 merge request!1668Xfr test bugfix
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment