Files
fail/tools/analysis/resultbrowser
Horst Schirmeier d3d2faf680 globally rename Fail* to FAIL*
Change-Id: Ief2cb687cc69dd92c2e04f9314f0f1347e0a84ed
2016-07-26 17:41:32 +02:00
..
2016-07-26 17:41:32 +02:00
2016-07-26 17:41:32 +02:00

FAIL* Result Browser

Requirements:
    * Python
    * Flask (sudo pip install Flask)
    * MySQLDB (sudo aptitude install python-mysqldb)
    * YAML (sudo aptitude install python-yaml)

Based on Flask web microframework (Werkzeug, Jinja 2)
and old school MySQL bindings.

Connects to a FAIL* result database given by a mysql config file.

Usage:
    ./run.py
    Defaults to mysql config file ~/.my.cnf, or
    ./run.py -c <path to sqlconfig.cnf>

YAML based configuration for table and variant details.