Home
last modified time | relevance | path

Searched refs:ContainerError (Results 1 – 7 of 7) sorted by relevance

/external/autotest/site_utils/lxc/
Dcontainer.py114 raise error.ContainerError('Container %s already exists.' %
135 raise error.ContainerError(
173 raise error.ContainerError(
232 raise error.ContainerError(
259 raise error.ContainerError(
321 raise error.ContainerError('%s is not properly set up.' %
Dcontainer_bucket.py46 except error.ContainerError:
115 raise error.ContainerError('Container %s already exists.' % name)
151 raise error.ContainerError(
274 raise error.ContainerError('Result directory does not exist: %s',
Dlxc.py53 raise error.ContainerError('When running in Moblab, container list '
173 raise error.ContainerError('Package installation is only supported '
Dcontainer_unittest.py79 with self.assertRaises(error.ContainerError):
124 with self.assertRaises(error.ContainerError):
Dutils.py51 raise error.ContainerError('Failed to find network interface used by '
/external/autotest/server/cros/audio/
Daudio_test.py41 except error.ContainerError:
/external/autotest/client/common_lib/
Derror.py484 class ContainerError(Exception): class