Searched refs:ConfigError (Results 1 – 3 of 3) sorted by relevance
35 class ConfigError(Exception): class 54 raise ConfigError('Could not call make command: ' + str(e))56 raise ConfigError(e.output.decode())71 raise ConfigError('Could not call make command: ' + str(e))73 raise ConfigError(e.output.decode())186 raise ConfigError(f'Specified kunitconfig ({path}) does not exist')192 raise ConfigError(f'Multiple values specified for {len(diff)} options in kunitconfig:\n{diff_str}')212 raise ConfigError(arch + ' is not a valid arch, options are ' + str(sorted(options)))275 except ConfigError as e:303 except ConfigError a[all...]
423 with self.assertRaisesRegex(kunit_kernel.ConfigError, 'nonexistent.* does not exist'):461 with self.assertRaisesRegex(kunit_kernel.ConfigError, '(?s)Multiple values.*CONFIG_KUNIT'):473 with self.assertRaisesRegex(kunit_kernel.ConfigError, 'not a valid arch, options are.*x86_64'):
112 class ConfigError(Exception): class 492 raise ConfigError()