Advertisement
Guest User

log-error

a guest
Jul 19th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.28 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/usr/bin/lava", line 9, in <module>
  3.     load_entry_point('lava-tool==0.19', 'console_scripts', 'lava')()
  4.   File "/usr/lib/python2.7/dist-packages/lava/tool/dispatcher.py", line 153, in run
  5.     raise SystemExit(cls().dispatch(args))
  6.   File "/usr/lib/python2.7/dist-packages/lava/tool/dispatcher.py", line 143, in dispatch
  7.     return command.invoke()
  8.   File "/usr/lib/python2.7/dist-packages/lava/dispatcher/commands.py", line 216, in invoke
  9.     job_runner, job_data = self.parse_job_file(self.args.job_file, oob_file)
  10.   File "/usr/lib/python2.7/dist-packages/lava/dispatcher/commands.py", line 265, in parse_job_file
  11.     env_dut=env_dut)
  12.   File "/usr/lib/python2.7/dist-packages/lava_dispatcher/pipeline/parser.py", line 178, in parse
  13.     test_info, counts[name])
  14.   File "/usr/lib/python2.7/dist-packages/lava_dispatcher/pipeline/parser.py", line 59, in parse_action
  15.     Boot.select(device, parameters)(pipeline, parameters)
  16.   File "/usr/lib/python2.7/dist-packages/lava_dispatcher/pipeline/logical.py", line 247, in select
  17.     "'%s' with the specified job parameters. %s" % (device['hostname'], cls)
  18. NotImplementedError: No boot strategy available for the device 'device' with the specified job parameters. <class 'lava_dispatcher.pipeline.logical.Boot'>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement