Home
last modified time | relevance | path

Searched refs:src_port (Results 1 – 2 of 2) sorted by relevance

/curl/tests/http/
H A Dtest_31_vsftpds.py157 … assert len(r.tcpdump.stats_excluding(src_port=env.ftps_port)) == 0, 'Unexpected TCP RSTs packets'
173 … assert len(r.tcpdump.stats_excluding(src_port=env.ftps_port)) == 0, 'Unexpected TCP RSTs packets'
/curl/tests/http/testenv/
H A Dcurl.py128 def stats_excluding(self, src_port) -> Optional[List[str]]: argument
133 if not re.match(r'.* IP 127\.0\.0\.1\.' + str(src_port) + ' >.*', line)]

Completed in 9 milliseconds