Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dlxc.py142 raise error.ContainerError('When running in Moblab, container list '
315 raise error.ContainerError('Package installation is only supported '
422 raise error.ContainerError(
460 raise error.ContainerError(
519 raise error.ContainerError(
544 raise error.ContainerError(
609 raise error.ContainerError('%s is not properly set up.' %
720 raise error.ContainerError('Container %s already exists.' % name)
774 raise error.ContainerError(
854 raise error.ContainerError('Result directory does not exist: %s',
Dlxc_utils.py51 raise error.ContainerError('Failed to find network interface used by '
/external/autotest/server/cros/audio/
Daudio_test.py77 except error.ContainerError:
/external/autotest/server/cros/network/
Dwifi_cell_test_base.py47 except error.ContainerError as e:
/external/autotest/client/common_lib/
Derror.py653 class ContainerError(Exception): class