1 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 3 <html><head><title>Python: module telemetry.test</title> 4 </head><body bgcolor="#f0f0f8"> 5 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> 7 <tr bgcolor="#7799ee"> 8 <td valign=bottom> <br> 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.test</strong></big></big></font></td 10 ><td align=right valign=bottom 11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/test.py">telemetry/test.py</a></font></td></tr></table> 12 <p><tt># Copyright (c) 2013 The Chromium Authors. All rights reserved.<br> 13 # Use of this source code is governed by a BSD-style license that can be<br> 14 # found in the LICENSE file.</tt></p> 15 <p> 16 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 17 <tr bgcolor="#aa55cc"> 18 <td colspan=3 valign=bottom> <br> 19 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr> 20 21 <tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td> 22 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="telemetry.page.page_runner.html">telemetry.page.page_runner</a><br> 23 </td><td width="25%" valign=top><a href="telemetry.page.page_set.html">telemetry.page.page_set</a><br> 24 </td><td width="25%" valign=top><a href="telemetry.page.page_test.html">telemetry.page.page_test</a><br> 25 </td><td width="25%" valign=top></td></tr></table></td></tr></table><p> 26 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 27 <tr bgcolor="#ee77aa"> 28 <td colspan=3 valign=bottom> <br> 29 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> 30 31 <tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td> 32 <td width="100%"><dl> 33 <dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__.object</a> 34 </font></dt><dd> 35 <dl> 36 <dt><font face="helvetica, arial"><a href="telemetry.test.html#Test">Test</a> 37 </font></dt></dl> 38 </dd> 39 </dl> 40 <p> 41 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 42 <tr bgcolor="#ffc8d8"> 43 <td colspan=3 valign=bottom> <br> 44 <font color="#000000" face="helvetica, arial"><a name="Test">class <strong>Test</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> 45 46 <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> 47 <td colspan=2><tt>Base class for a Telemetry test or benchmark.<br> 48 <br> 49 A test packages a PageTest/PageMeasurement and a PageSet together.<br> </tt></td></tr> 50 <tr><td> </td> 51 <td width="100%">Methods defined here:<br> 52 <dl><dt><a name="Test-CreatePageSet"><strong>CreatePageSet</strong></a>(self, options)</dt><dd><tt>Get the page set this test will run on.<br> 53 <br> 54 By default, it will create a page set from the file at this test's<br> 55 page_set attribute. Override to generate a custom page set.</tt></dd></dl> 56 57 <dl><dt><a name="Test-Run"><strong>Run</strong></a>(self, options)</dt><dd><tt>Run this test with the given options.</tt></dd></dl> 58 59 <hr> 60 Data descriptors defined here:<br> 61 <dl><dt><strong>__dict__</strong></dt> 62 <dd><tt>dictionary for instance variables (if defined)</tt></dd> 63 </dl> 64 <dl><dt><strong>__weakref__</strong></dt> 65 <dd><tt>list of weak references to the object (if defined)</tt></dd> 66 </dl> 67 <hr> 68 Data and other attributes defined here:<br> 69 <dl><dt><strong>enabled</strong> = True</dl> 70 71 <dl><dt><strong>options</strong> = {}</dl> 72 73 </td></tr></table></td></tr></table> 74 </body></html>