Lines Matching refs:f
40 assert check_hdc_cmd(f"file send {get_local_path('empty')} {get_remote_path('it_empty')}")
41 assert check_hdc_cmd(f"file recv {get_remote_path('it_empty')} {get_local_path('empty_recv')}")
46 assert check_hdc_cmd(f"file send {get_local_path('small')} {get_remote_path('it_small')}")
47 assert check_hdc_cmd(f"file recv {get_remote_path('it_small')} {get_local_path('small_recv')}")
52 assert check_hdc_cmd(f"file send {get_local_path('large')} {get_remote_path('it_large')}")
53 assert check_hdc_cmd(f"file recv {get_remote_path('it_large')} {get_local_path('large_recv')}")
58 assert check_hdc_cmd(f"install -r {get_local_path('entry-default-signed-debug.hap')}",
98 fport = f"tcp:{i+100} tcp:{i+200}"
99 rport = f"tcp:{i+300} tcp:{i+400}"
100 localabs = f"tcp:{i+500} localabstract:{f'helloworld.com.app.{i+600}'}"
106 assert check_hdc_cmd(f"fport {fport}", "Forwardport result:OK")
110 assert check_hdc_cmd(f"fport rm {fport}", "success")
149 print(f"------------The {i}/{args.count} Test-------------")
157 '--desc='f"{args.verbose}:{args.desc}"