Lines Matching refs:createContainer
80 with self.createContainer() as container:
99 with self.createContainer(name=test_name) as container:
107 with self.createContainer() as container:
128 with self.createContainer() as container:
193 with self.createContainer() as container:
215 with self.createContainer() as container:
231 with self.createContainer() as container:
250 with self.createContainer() as container:
263 with lxc_utils.TempDir() as tmpdir, self.createContainer() as container:
275 with lxc_utils.TempDir() as tmpdir, self.createContainer() as container:
287 with lxc_utils.TempDir() as tmpdir, self.createContainer() as container:
302 with self.createContainer() as container:
315 with self.createContainer() as container:
327 def createContainer(self, name=None): member in ContainerTests