Files
fail/tools/analysis/resultbrowser
Christian Dietrich 6bbb237bd9 resultbrowser: Do not hardcode result table
For the objdump retrieval, the result_VEZS.. was used. Instead of that
hardcoded string, the parameter should be used instead.

Change-Id: I757527bde2bb7ac0d4e98293b606ad8438cc76e4
2014-10-22 16:35:18 +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.