Lines Matching full:testbed
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.