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

  /external/autotest/site_utils/lxc/
container_factory_unittest.py 49 self.test_factory = lxc.ContainerFactory(
56 container = self.test_factory.create_container()
66 container = self.test_factory.create_container()
73 container = self.test_factory.create_container(id0)
82 container0 = self.test_factory.create_container(id0)
83 container1 = self.test_factory.create_container(id1)
94 container0 = self.test_factory.create_container(lxc_path=dir0)
95 container1 = self.test_factory.create_container(lxc_path=dir1)
105 self.test_factory.create_container(id0)
107 self.test_factory.create_container(id0
    [all...]
  /external/autotest/site_utils/lxc/container_pool/
pool_unittest.py 310 test_factory = TestFactory()
311 test_factory.pause(max_workers*2)
312 test_pool = pool.Pool(test_factory, size=max_workers*2)
316 test_factory.wait(max_workers)
326 test_factory.resume(1)
338 test_factory.resume()
351 test_factory = TestFactory(mocktime)
352 test_factory.crash_on_create = True
355 test_pool = pool.Pool(test_factory, POOL_SIZE)
357 test_factory.wait(test_error_max
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_collections.py 22 def test_factory(self): member in class:TestNamedTuple
    [all...]
  /external/python/cpython2/Lib/test/
test_collections.py 66 def test_factory(self): member in class:TestNamedTuple
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_collections.py 22 def test_factory(self): member in class:TestNamedTuple
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_collections.py 22 def test_factory(self): member in class:TestNamedTuple
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_collections.py 22 def test_factory(self): member in class:TestNamedTuple
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_collections.py 22 def test_factory(self): member in class:TestNamedTuple
    [all...]
  /external/python/cpython3/Lib/test/
test_collections.py 191 def test_factory(self): member in class:TestNamedTuple
    [all...]

Completed in 151 milliseconds