summaryrefslogtreecommitdiff
path: root/tools/tbot/README
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2016-04-28 06:17:28 (GMT)
committerTom Rini <trini@konsulko.com>2016-05-13 15:25:59 (GMT)
commit4cf4600f2569d7677a6f3cd933d7a189de6e7973 (patch)
tree08e93404031e86d11c29373a779c2e7a985c4096 /tools/tbot/README
parentb8218a9146814ad1dba0c21facddce9adca680ef (diff)
downloadu-boot-4cf4600f2569d7677a6f3cd933d7a189de6e7973.tar.xz
test, tools: update tbot documentation
update tbot documentation in U-Boot, as I just merged the event system into tbots master branch. Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'tools/tbot/README')
-rw-r--r--tools/tbot/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/tbot/README b/tools/tbot/README
index a637a63..49b9e95 100644
--- a/tools/tbot/README
+++ b/tools/tbot/README
@@ -92,6 +92,16 @@ https://github.com/hsdenx/tbot/blob/master/doc/tbot_structure.png )
It is possible to switch in a single TC between board states.
+- Events
+ tbot creates while executing testcases so called events.
+ After tbot ended with the testcase it can call event_backends,
+ which convert the events to different formats. more info:
+
+ https://github.com/hsdenx/tbot/blob/master/doc/README.event
+
+ demo for a event backend:
+ http://xeidos.ddns.net/tests/test_db_auslesen.php
+
- tbot cmdline parameters:
$ python2.7 src/common/tbot.py --help