Home
last modified time | relevance | path

Searched refs:test_platform (Results 1 – 7 of 7) sorted by relevance

/external/autotest/server/site_tests/autoupdate_EndToEndTest/
Dautoupdate_EndToEndTest.py879 def _dump_update_engine_log(self, test_platform): argument
882 error_log = test_platform.get_update_log(80)
1026 def run_update_test(self, test_platform, test_conf): argument
1037 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 …]
/external/chromium-trace/catapult/common/battor/battor/
Dbattor_wrapper_devicetest.py26 test_platform = platform.system()
28 if 'Win' in test_platform:
30 elif 'Linux' in test_platform:
34 elif 'Darwin' in test_platform:
Dbattor_wrapper.py30 def IsBattOrConnected(test_platform, android_device=None, argument
33 if test_platform == 'android':
63 elif test_platform == 'win':
71 elif test_platform == 'mac':
77 elif test_platform == 'linux':
/external/python/cpython2/Lib/test/
Dtest_sysconfig.py305 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)
Dtest_platform.py28 def test_platform(self): member in PlatformTest
/external/autotest/cli/
Dhost_unittest.py1342 def test_platform(self): member in host_mod_create_tests
/external/python/cpython2/Misc/
DNEWS4776 - 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