HomeSort by relevance Sort by last modified time
    Searched refs:pltp (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/common_lib/cros/
arc_util.py 138 with tempfile.NamedTemporaryFile() as pltp:
139 file_utils.download_file(_ARCP_URL, pltp.name)
140 b_options.password = pltp.read().rstrip()
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 36 '/testing/power-testing/pltp/pltp'
110 with tempfile.NamedTemporaryFile() as pltp:
111 file_utils.download_file(self._pltp_url, pltp.name)
112 self._password = pltp.read().rstrip()

Completed in 76 milliseconds