Searched refs:test_platform (Results 1 – 7 of 7) sorted by relevance
879 def _dump_update_engine_log(self, test_platform): argument882 error_log = test_platform.get_update_log(80)1026 def run_update_test(self, test_platform, test_conf): argument1037 source_active_slot = test_platform.get_active_slot()1043 test_platform.start_update_perf(self.bindir)1046 pid = test_platform.trigger_update(test_conf['target_payload_uri'])1105 perf_file = test_platform.stop_update_perf(self.job.resultdir)1109 if test_platform.oobe_triggers_update():1115 test_platform.verify_version(target_release)1155 target_active_slot = test_platform.get_active_slot()[all …]
26 test_platform = platform.system()28 if 'Win' in test_platform:30 elif 'Linux' in test_platform:34 elif 'Darwin' in test_platform:
30 def IsBattOrConnected(test_platform, android_device=None, argument33 if test_platform == 'android':63 elif test_platform == 'win':71 elif test_platform == 'mac':77 elif test_platform == 'linux':
305 test_platform = p.communicate()[0].strip()306 test_platform = test_platform.decode('utf-8')310 self.assertEqual(my_platform, test_platform)325 test_platform = p.communicate()[0].strip()326 test_platform = test_platform.decode('utf-8')330 self.assertEqual(my_platform, test_platform)
28 def test_platform(self): member in PlatformTest
1342 def test_platform(self): member in host_mod_create_tests
4776 - Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'8999 - Issue #6806: test_platform failed under OS X 10.6.0 because ``sw_ver`` leaves