Can't figure out how to use lava

Asked by Nicholas Allen

I'm looking for some sort of guide on how to use the lava dashboard. The official documentation is mostly empty. I want to add android devices, schedule lava-android-test jobs, and view the results.

I have a local instance running, but now what? I've been looking through the source code but haven't gotten anywhere yet.

Thanks
Nick

Question information

Language:
English Edit question
Status:
Solved
For:
LAVA Dashboard (deprecated) Edit question
Assignee:
No assignee Edit question
Solved by:
Nicholas Allen
Solved:
Last query:
Last reply:
Revision history for this message
Spring Zhang (qzhang) said :
#1

Up to date doc: http://lava.readthedocs.org/en/latest/index.html

If you wanna to add a board: http://lava-dispatcher.readthedocs.org/en/latest/installation.html
And refer to: lp:lava-dispatcher/lava_dispatcher/default-config/lava-dispatcher/README

You need to configure your boards in /etc/xdg/lava-dispatcher or /srv/lava/instances/$INSTANCE/etc/lava-dispatcher/ if you use lava-deployment-tool.

Revision history for this message
Spring Zhang (qzhang) said :
#2

Just in http://lava.readthedocs.org/en/latest/index.html#getting-started, there is also some guide how to configure devices.

Revision history for this message
Nicholas Allen (nick-allen-3) said :
#3

I needed to create a superuser. "lava-server manage createsuperuser"
Found it in a google cache of LAVA Dashboard 0.6 documentation that doesn't exist anymore.
Now I can actually see options for adding jobs and devices on the administration pages.