Lines Matching refs:f

66         url = f'https://{env.authority_for(env.domain1, proto)}/data.json'
76 url = f'https://{env.authority_for(env.domain1, proto)}/data.json?[0-1]'
88 urln = f'https://{env.authority_for(env.domain1, proto)}/data.json?[0-{count-1}]'
101 urln = f'https://{env.authority_for(env.domain1, proto)}/data.json?[0-{count-1}]'
103 '--parallel', '--parallel-max', f'{max_parallel}'
123 urln = f'https://{env.authority_for(env.domain1, proto)}/data.json?[0-{count-1}]'
142 urln = f'https://{env.authority_for(env.domain1, proto)}/data.json?[000-{count-1}]'
144 '--parallel', '--parallel-max', f'{max_parallel}'
156 urln = f'https://{env.authority_for(env.domain1, proto)}/data.json?[0-{count-1}]'
173 urln = f'https://{env.authority_for(env.domain1, proto)}/data.json?[0-{count-1}]'
188 urln = f'https://{env.authority_for(env.domain1, proto)}/data-1m?[0-{count-1}]'
199 urln = f'https://{env.authority_for(env.domain1, proto)}/data-1m?[0-{count-1}]'
214 urln = f'https://{env.authority_for(env.domain1, proto)}/data-10m?[0-{count-1}]'
229 urln = f'https://{env.authority_for(env.domain1, proto)}/data-10m?[0-{count-1}]'
242 urln = f'https://{env.authority_for(env.domain1, proto)}/data-10m?[0-{count-1}]'
255 urln = f'http://{env.domain1}:{env.http_port}/data-10m?[0-{count-1}]'
269 urln = f'https://{env.authority_for(env.domain1, proto)}/not-found?[0-{count-1}]'
285 urln = f'https://{env.authority_for(env.domain1, proto)}/not-found?[0-{count-1}]'
314 urln = f'https://{env.authority_for(env.domain1, "h2")}/data-1m?[0-{count-1}]'
335 url = f'https://localhost:{env.https_port}/{docname}'
338 pytest.skip(f'example client not built: {client.name}')
340 '-n', f'{count}', '-P', f'{pause_offset}', '-V', proto, url
355 url = f'https://localhost:{env.https_port}/{docname}'
358 pytest.skip(f'example client not built: {client.name}')
360 '-n', f'{count}', '-m', f'{max_parallel}',
361 '-P', f'{pause_offset}', '-V', proto, url
383 url = f'https://localhost:{env.https_port}/{docname}'
386 pytest.skip(f'example client not built: {client.name}')
388 '-n', f'{count}', '-m', f'{max_parallel}', '-a',
389 '-P', f'{pause_offset}', '-V', proto, url
412 url = f'https://localhost:{env.https_port}/{docname}'
415 pytest.skip(f'example client not built: {client.name}')
417 '-n', f'{count}', '-m', f'{max_parallel}', '-a',
418 '-A', f'{abort_offset}', '-V', proto, url
441 url = f'https://localhost:{env.https_port}/{docname}'
444 pytest.skip(f'example client not built: {client.name}')
446 '-n', f'{count}', '-m', f'{max_parallel}', '-a',
447 '-F', f'{fail_offset}', '-V', proto, url
460 url = f'https://{env.authority_for(env.domain1, proto)}/data-1m'
465 '--limit-rate', f'{speed_limit}'
469 f'rate limited transfer should take more than {min_duration}s, '\
470 f'not {r.duration}'
475 url = f'http://localhost:{env.http_port}/data-100k'
478 pytest.skip(f'example client not built: {client.name}')
480 assert r.exit_code == 0, f'{client.dump_logs()}'
486 url = f'https://{env.authority_for(env.domain1, proto)}/data-100k'
489 pytest.skip(f'example client not built: {client.name}')
496 url = f'https://{env.authority_for(env.domain1, proto)}' \
505 url = f'https://{env.authority_for(env.domain1, proto)}' \
514 url = f'https://{env.authority_for(env.domain1, proto)}' \
525 urln = f'https://{env.authority_for(env.domain1brotli, proto)}/data-100k?[0-{count-1}]'
544 assert False, f'download {dfile} differs:\n{diff}'
552 url = f'https://localhost:{env.https_port}/{docname}'
555 pytest.skip(f'example client not built: {client.name}')
557 '-n', f'{count}', '-P', f'{pause_offset}', '-V', proto, url
567 urln = f'http://{env.domain1}:{env.http_port}/data.json?[0-{count-1}]'
578 urln = f'http://{env.domain1}:{env.http_port}/data.json?[0-{count-1}]'
602 url = f'https://{env.domain1}:{port}/{docname}'
605 pytest.skip(f'example client not built: {client.name}')
607 '-n', f'{count}',
610 '-r', f'{env.domain1}:{port}:127.0.0.1',
628 assert earlydata[0] == 0, f'{earlydata}'
630 assert earlydata[1] == 69, f'{earlydata}'
632 assert earlydata[1] == 107, f'{earlydata}'
635 assert earlydata[1] == 0, f'{earlydata}'