Home
last modified time | relevance | path

Searched refs:stats_excluding (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]]: member in RunTcpDump

Completed in 7 milliseconds