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

  /external/autotest/server/site_tests/buffet_WebServerSanity/
buffet_WebServerSanity.py 26 helper.ping_server(use_https=True)
  /external/autotest/client/common_lib/cros/tendo/
privet_helper.py 47 def _build_privet_url(self, path_fragment, use_https=True):
51 @param use_https: set to False to use 'http' protocol instead of https.
58 if use_https:
145 url = self._build_privet_url(path_fragment, use_https=True)
160 def ping_server(self, use_https=False):
166 @param use_https: set to True to use 'https' protocol instead of 'http'.
169 url = self._build_privet_url(URL_PING, use_https=use_https);

Completed in 283 milliseconds