{% extends "layouts/content_with_sidebar.html" %} {% load i18n %} {% block content %}

LAVA Highlights

{% for extension in lava.extension_list %} {% if extension.front_page_template %}

{{ extension.description }}

{% include extension.front_page_template %} {% endif %} {% endfor %} {% endblock %} {% block sidebar %}

About LAVA

LAVA is a stack of technologies developed by Linaro Validation team that facilitates unattended image deployment, test planning, scheduling, execution, result analysis and long-term storage.

About LAVA Server

LAVA Server is a shell and runtime environment for various server-side LAVA components.

To know find out more about the installed components see {% trans "version details" %}

{% endblock %}