Lines Matching refs:count
80 r.check_response(count=1, http_status=200)
90 count = 50
94 r.check_response(count=count, http_status=200, connect_count=1)
104 count = 20
110 r.check_response(count=count, http_status=200)
127 count = 40
131 r.check_response(count=count, http_status=200, connect_count=1)
143 count = 20
147 r.check_response(count=count, http_status=200, connect_count=1)
162 count = 50
168 r.check_response(count=count, http_status=200)
183 count = 20
189 r.check_stats(count=count, http_status=200, exitcode=0)
190 for i in range(count):
202 count = 1
208 r.check_response(count=count, http_status=200)
209 for i in range(count):
215 count = 2
230 self.check_downloads(client, srcfile, count)
240 def check_downloads(self, client, srcfile: str, count: int,
242 for i in range(count):