Lines Matching refs:runner_config
140 def adjust_runner_config(runner_config, tmpdir, dotconfig): argument
149 return runner_config._replace(build_dir=os.fspath(tmpdir))
168 def test_bossac_init(cc, req, get_cod_par, sup, runner_config, tmpdir): argument
187 runner_config = adjust_runner_config(runner_config, tmpdir, DOTCONFIG_STD)
188 runner = BossacBinaryRunner(runner_config, port=TEST_BOSSAC_PORT)
201 def test_bossac_create(cc, req, get_cod_par, sup, runner_config, tmpdir): argument
224 runner_config = adjust_runner_config(runner_config, tmpdir, DOTCONFIG_STD)
225 runner = BossacBinaryRunner.create(runner_config, arg_namespace)
238 def test_bossac_create_with_speed(cc, req, get_cod_par, sup, runner_config, tmpdir): argument
262 runner_config = adjust_runner_config(runner_config, tmpdir, DOTCONFIG_STD)
263 runner = BossacBinaryRunner.create(runner_config, arg_namespace)
276 def test_bossac_create_with_erase(cc, req, get_cod_par, sup, runner_config, tmpdir): argument
299 runner_config = adjust_runner_config(runner_config, tmpdir, DOTCONFIG_STD)
300 runner = BossacBinaryRunner.create(runner_config, arg_namespace)
313 runner_config, tmpdir): argument
338 runner_config = adjust_runner_config(runner_config, tmpdir,
340 runner = BossacBinaryRunner.create(runner_config, arg_namespace)
356 runner_config, tmpdir): argument
376 runner_config = adjust_runner_config(runner_config, tmpdir,
378 runner = BossacBinaryRunner(runner_config, port=TEST_BOSSAC_PORT)
392 runner_config, tmpdir): argument
411 runner_config = adjust_runner_config(runner_config, tmpdir,
413 runner = BossacBinaryRunner(runner_config, port=TEST_BOSSAC_PORT)
426 runner_config, tmpdir): argument
445 runner_config = adjust_runner_config(runner_config, tmpdir,
447 runner = BossacBinaryRunner(runner_config, port=TEST_BOSSAC_PORT)
461 runner_config, tmpdir): argument
480 runner_config = adjust_runner_config(runner_config, tmpdir,
482 runner = BossacBinaryRunner(runner_config, port=TEST_BOSSAC_PORT)
496 runner_config, tmpdir): argument
513 runner_config = adjust_runner_config(runner_config, tmpdir,
515 runner = BossacBinaryRunner(runner_config)
532 runner_config, tmpdir): argument
549 runner_config = adjust_runner_config(runner_config, tmpdir,
551 runner = BossacBinaryRunner(runner_config)
567 runner_config, tmpdir): argument
585 runner_config = adjust_runner_config(runner_config, tmpdir,
587 runner = BossacBinaryRunner(runner_config)