Lines Matching refs:test_platforms

202     def test_build_only(self, capfd, out_path, test_path, test_platforms, expected, flag):  argument
205 ['-p'] * len(test_platforms), test_platforms
237 def test_runtest_only(self, capfd, out_path, test_path, test_platforms, expected): argument
241 ['-p'] * len(test_platforms), test_platforms
254 ['-p'] * len(test_platforms), test_platforms
361 def test_dry_run(self, capfd, out_path, test_path, test_platforms, flag): argument
364 ['-p'] * len(test_platforms), test_platforms
384 def test_cmake_only(self, capfd, out_path, test_path, test_platforms, expected): argument
387 ['-p'] * len(test_platforms), test_platforms
430 def test_pre_script(self, capfd, out_path, test_path, test_platforms, file_name): argument
433 ['-p'] * len(test_platforms), test_platforms
453 def test_device_flash_timeout(self, capfd, out_path, test_path, test_platforms): argument
456 ['-p'] * len(test_platforms), test_platforms
477 def test_retry(self, capfd, out_path, test_path, test_platforms, iterations): argument
480 ['-p'] * len(test_platforms), test_platforms
499 assert [platform_name] == test_platforms
513 def test_retry_interval(self, capfd, out_path, test_path, test_platforms, interval): argument
516 ['-p'] * len(test_platforms), test_platforms
544 def test_timeout_multiplier(self, capfd, out_path, test_path, test_platforms, timeout): argument
547 ['-p'] * len(test_platforms), test_platforms
576 def test_tag(self, capfd, out_path, test_path, test_platforms, tags, expected): argument
579 ['-p'] * len(test_platforms), test_platforms
606 def test_only_failed(self, capfd, out_path, test_path, test_platforms, expected): argument
609 ['-p'] * len(test_platforms), test_platforms
622 ['-p'] * len(test_platforms), test_platforms
679 def test_retry_build_errors(self, capfd, out_path, test_path, test_platforms, iterations): argument
683 ['-p'] * len(test_platforms), test_platforms
702 assert [platform_name] == test_platforms