Home
last modified time | relevance | path

Searched refs:CommandError (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dchecksocket.py15 from django.core.management.base import BaseCommand, CommandError
33 raise CommandError('Invalid addr:port specified: %s' % addrport)
38 raise CommandError('Invalid port specified: %s' % splitted[1])
55 raise CommandError(errtext)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Druncmd.py7 from oeqa.utils import CommandError
63 …self.assertRaisesRegexp(CommandError, "Command 'echo .* false' returned non-zero exit status 1 wit…
H A Doescripts.py12 from oeqa.utils import CommandError
72 except CommandError as e:
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/controllers/
H A Dcontrollerimage.py23 from oeqa.utils import CommandError
101 except CommandError as e:
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A D__init__.py10 class CommandError(Exception): class
H A Dcommands.py20 from oeqa.utils import CommandError
209 raise CommandError(result.status, command, exc_output)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/buildperf/
H A Dbase.py24 from oeqa.utils.commands import CommandError, runCmd, get_bb_vars
297 except CommandError as err:
347 except CommandError:
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcommand.py47 class CommandError(Exception): class
91 except CommandError as exc:
535 raise CommandError('dataStoreConnectorRelease: invalid index %d' % dsindex)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/
H A D0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch144 class CommandError(GitError):