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

  /external/autotest/client/site_tests/graphics_WebGLClear/
graphics_WebGLClear.py 54 def run_clear_test(self, browser, test_url):
58 @param test_url: The URL to the clear test suite.
61 tab.Navigate(test_url)
92 test_url = cr.browser.platform.http_server.UrlOf(os.path.join(
94 self.run_clear_test(cr.browser, test_url)
  /external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/
graphics_WebGLManyPlanetsDeep.py 43 def run_many_planets_deep_test(self, browser, test_url):
47 @param test_url: The URL to the many planets deep test site.
54 tab.Navigate(test_url)
125 test_url = cr.browser.platform.http_server.UrlOf(os.path.join(
127 self.run_many_planets_deep_test(cr.browser, test_url)
  /external/autotest/client/site_tests/graphics_WebGLPerformance/
graphics_WebGLPerformance.py 49 def run_performance_test(self, browser, test_url):
53 @param test_url: The URL to the performance test site.
61 tab.Navigate(test_url)
120 test_url = cr.browser.platform.http_server.UrlOf(os.path.join(
122 self.run_performance_test(cr.browser, test_url)
  /external/autotest/client/site_tests/graphics_WebGLAquarium/
graphics_WebGLAquarium.py 86 def run_fish_test(self, browser, test_url, num_fishes, perf_log=True):
90 @param test_url: The URL to the aquarium test site.
97 tab.Navigate(test_url)
143 def run_power_test(self, browser, test_url):
147 @param test_url: The URL to the aquarium test site.
177 self.run_fish_test(browser, test_url, 1000, perf_log=False)
260 test_url = cr.browser.platform.http_server.UrlOf(os.path.join(
270 self.run_power_test(cr.browser, test_url)
276 self.run_fish_test(cr.browser, test_url, n)

Completed in 97 milliseconds