{% extends "layouts/content-bootstrap.html" %} {% load i18n %} {% load utils %} {% block breadcrumb_container %} {% endblock %} {% block content %}

Welcome to LAVA

LAVA is an automated validation architecture primarily aimed at testing deployments of systems based around the Linux kernel on ARM devices, specifically ARMv7 and later. The current range of boards (device types) supported by this LAVA instance can be seen on the scheduler status page which includes details of how many boards of each type are available for tests and currently running jobs.

LAVA components

{% if user.is_authenticated %}
{% endif %} {% comment %} Five extensions are defined as wrappers for other extensions: DashboardExtension, ProjectExtension, SchedulerExtension, ResultsExtension & SchedulerDaemonExtension {% endcomment %} {% if extension_list|length > 5 %}

LAVA Extensions

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

{{ extension.description }}

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