{% extends "layouts/content-bootstrap.html" %} {% block content %}
The Validation Dashboard is your window to test results, regardless of how your run your tests you can upload the results here and analyze them with simple built-in views. Additionally, you can export data view the XML-RPC API to build your own customized reports.
The dashboard stores results of tests in bundles. These bundles are then grouped by a thing called bundle streams. You can drill down by viewing the bundle stream list. However, that view can present too much data.
There are two good ways to limit the data in order to see the results you are interested in
Filters allow you to create your own list of criteria for what you'd like to look at. These can be created as "public" so others can use them, or private so only you can see them.
Image Reports are a feature built on top of filters, that allow a nice view of daily jobs that are being run in LAVA.
{% endblock %}