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

  /external/autotest/server/hosts/
__init__.py 23 from testbed import TestBed
factory.py 11 from autotest_lib.server.hosts import adb_host, testbed
170 """Create the testbed object.
173 representing the testbed hostname (for legacy caller
178 @param kwargs: Keyword args to pass to the testbed initialization.
180 @returns: The testbed object with all associated host objects instantiated.
185 return testbed.TestBed(hostname, **kwargs)
189 """Create the target machine which could be a testbed or a *Host.
192 representing the testbed hostname (for legacy caller
197 @param kwargs: Keyword args to pass to the testbed initialization
    [all...]
testbed.py 5 """This class defines the TestBed class."""
24 # Pattern for the image name when used to provision a dut connected to testbed.
29 class TestBed(object):
33 VERSION_PREFIX = 'testbed-version'
37 """Initialize a TestBed.
45 logging.info('Initializing TestBed centered on host: %s', hostname)
88 """Return a list of all the hosts in this testbed.
146 @return: A string representing the testbed platform.
148 return 'testbed'
177 optional once testbed machine_install supports allocating DU
    [all...]
  /external/autotest/server/
server_job.py     [all...]

Completed in 451 milliseconds