Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dlxc.py150 raise error.ContainerError('When running in Moblab, container list '
316 raise error.ContainerError('Package installation is only supported '
462 raise error.ContainerError(
500 raise error.ContainerError(
559 raise error.ContainerError(
584 raise error.ContainerError(
649 raise error.ContainerError('%s is not properly set up.' %
767 raise error.ContainerError('Container %s already exists.' % name)
821 raise error.ContainerError(
905 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.py41 except error.ContainerError:
/external/autotest/server/cros/network/
Dwifi_cell_test_base.py45 except error.ContainerError as e:
/external/autotest/client/common_lib/
Derror.py495 class ContainerError(Exception): class