Results DB Reporting 53/14053/2
authorMark Beierl <mark.beierl@emc.com>
Thu, 12 May 2016 16:05:25 +0000 (10:05 -0600)
committerMark Beierl <mark.beierl@emc.com>
Thu, 12 May 2016 16:35:49 +0000 (10:35 -0600)
commitd0f40c056a9283f30df45da5d35b72ce79b5d9a0
treea0ece870394afa7eb1f936b2cf3a8c4583853d4f
parent4e7e1d2ffea89950ae516a19997765daccf92664
Results DB Reporting

Add the ability to push results to the test result db.  If
the environment variable TEST_DB_URL is defined, results
will be pushed there.  If not, no push is attempted.

Change-Id: Ib833530d7379c5f37f0d2904a83d31a4ee559ae6
JIRA: STORPERF-13
Signed-off-by: Mark Beierl <mark.beierl@emc.com>
storperf/db/job_db.py
storperf/db/test_results_db.py [new file with mode: 0644]
storperf/plot/barchart.py
storperf/storperf_master.py
storperf/test_executor.py
storperf/tests/db_tests/graphite_db_test.py
storperf/tests/db_tests/job_db_test.py
storperf/tests/utilities/__init__.py [new file with mode: 0644]
storperf/tests/utilities/dictionary.py [new file with mode: 0644]
storperf/utilities/__init__.py [new file with mode: 0644]
storperf/utilities/dictionary.py [new file with mode: 0644]