diff options
Diffstat (limited to 'plugins/agl_test_conf.py')
-rw-r--r-- | plugins/agl_test_conf.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/agl_test_conf.py b/plugins/agl_test_conf.py index afffa68..d1178eb 100644 --- a/plugins/agl_test_conf.py +++ b/plugins/agl_test_conf.py @@ -25,6 +25,12 @@ TPL_DIR = BASE_DIR + "template/" #Defalut template file name for html result HTML_TPL = "summary_result_tpl.html" +#Color for html format +BGCOLOR_DARK = "CCCBE4" +BGCOLOR_LIGHT = "E8E7F2" +BGCOLOR_TABLE_TITLE = "2400B0" +COLOR_TABLE_TITLE = "white" + #Get the log file for a test set : # /var/run/agl-test/logs/tmp-log/${test_set_name}/log/${test_set_name}.log def get_log_file(test_set_name): |