summaryrefslogtreecommitdiff
path: root/test/py/multiplexed_log.css
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2017-10-27 11:04:08 -0600
committerTom Rini <trini@konsulko.com>2017-11-17 07:44:13 -0500
commit9679d339ad2d4c495d734bad3a0fb7be6c4215eb (patch)
tree85be71bf4e4196b7554ddad309c5ee8d6c3428dd /test/py/multiplexed_log.css
parent1543bf794f4cf863b4c70eb9debba5fc1d2ebd6b (diff)
test/py: add timestamps to log
It can be useful to record how long tests take; this can help debug slow running test systems or track changes in performance over time. Enhance the test system to record timestamps while running test: - Whenever a new log file section is started. - After U-Boot is started and communication has been established. - After each host or U-Boot command is executed. Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'test/py/multiplexed_log.css')
-rw-r--r--test/py/multiplexed_log.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/py/multiplexed_log.css b/test/py/multiplexed_log.css
index f135b10a24c..9b7c44fe4de 100644
--- a/test/py/multiplexed_log.css
+++ b/test/py/multiplexed_log.css
@@ -62,6 +62,10 @@ pre {
color: #8080ff
}
+.timestamp {
+ color: #8080ff
+}
+
.status-pass {
color: #00ff00
}