Lines Matching refs:errors
25 from vts.runners.host import errors
88 except errors.USERError as e:
136 errors.USERError is raised if any required key is missing from the
141 raise errors.USERError(("Required key {} missing in test "
163 raise errors.USERError("Syntax error in test specifier %s" % item)
178 raise errors.USERError(
220 errors.USERError is raised if the input does not follow test class
224 raise errors.USERError(
236 If any part of the configuration is invalid, errors.USERError is raised.
247 raise errors.USERError("Duplicate testbed name {} found.".format(
262 If the name does not meet any criteria, errors.USERError is raised.
265 raise errors.USERError("Test bed names can't be empty.")
267 raise errors.USERError("Test bed names have to be string. Found: %s" %
271 raise errors.USERError(