Home
last modified time | relevance | path

Searched refs:ConfigError (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/kunit/
A Dkunit_kernel.py35 class ConfigError(Exception): class
54 raise ConfigError('Could not call make command: ' + str(e))
56 raise ConfigError(e.output.decode())
62 raise ConfigError('Only the "um" arch is supported for alltests')
76 raise ConfigError('Could not call make command: ' + str(e))
78 raise ConfigError(e.output.decode())
194 raise ConfigError(arch + ' is not a valid arch, options are ' + str(sorted(options)))
246 raise ConfigError(f'Specified kunitconfig ({kunitconfig_path}) does not exist')
258 except ConfigError as e:
285 except ConfigError as e:
[all …]
A Dkunit_tool_test.py326 with self.assertRaisesRegex(kunit_kernel.ConfigError, 'nonexistent.* does not exist'):
340 with self.assertRaisesRegex(kunit_kernel.ConfigError, 'not a valid arch, options are.*x86_64'):

Completed in 6 milliseconds