{% extends "base.html" %} {% block title %} | About {% endblock %} {% block content %}
Launch Control is an implementation of the validation dashboard blueprint.
This project is developed Launchpad, you can get the source there.
Please report bugs using project bug report form.
Bundle is a document format defined by Launch Control. It is designed to store test results and the context in which the test was running (such as hardware used and software installed)
Informally the document can store the results (and context) of running any amount of test collections (test suites) composed of any number of test cases. Each test result has one of the pre-defined outcomes (success, failure, skip and unknown). In addition a test case can measure some property and store a numeric value along with the test. This makes it possible to store benchmark information alongside traditional pass/fail tests. The context is stored once for each test run. This makes it possible to combine multiple bundles into one bigger document (you could store your entire test history in one file if you really wanted to). The context is defined as a collection of hardware devices and software packages. The definition is flexible enough to be applicable to any operating system and hardware architecture.
The bundle is a JSON document. It is a text file that can be edited manually, indexed, grepped and managed using familiar tools. The document has a certain structure defined by a JSON schema. The schema was designed by several engineers working for the Linaro organization. You can download JSON schema for Dashboard Bundle Format 1.0.
{% endblock %}