[tbot] Release 0.6.6
Harald Seiler
hws at denx.de
Tue Jan 22 13:27:21 UTC 2019
Hi Lukasz,
On Tue, 2019-01-22 at 11:36 +0100, Lukasz Majewski wrote:
> Hi Harald,
>
> > Hello!
> >
> > New year, new tbot release! These are the changes:
> >
> > == Added ==
> > - New and improved documentation! There is a completely new
> > introductory guide available here:
> >
> > https://rahix.de/tbot/quickstart.html
>
> If I may have an organisational question regarding tbot repository and
> sharing the code.
>
> I suppose that we will continue development on github (no plans to move
> to denx.de domain)?
Yes
> I would like to ask if it would be possible to create some shared repo,
> so we could put there already developed tests cases for the new tbot
> (and reuse them easily).
Yes! This is definitely planned, I just haven't had time to do it yet ...
>
> > It might even contain some new pieces of info, so I suggest
> > taking a quick look, even if you already use tbot.
> > - Graphviz `dot` diagram generator, for visualizing the call
> > graph.
> >
> > https://github.com/Rahix/tbot/blob/master/generators/dot.py
> >
> > - `LinuxMachine.fsroot`: A little convenience helper:
> > You can now write
> >
> > mach.fsroot / "proc" / "version"
> >
> > instead of
> >
> > linux.Path(mach, "/proc/version")
> >
> > == Changed ==
> > - tbot no longer automatically creates a log file. If you want
> > the previous behavior, use `--log-auto`. `--log=<file>` will
> > still behave as before.
> >
> > - `generators/generate_htmllog.py` -> `generators/htmllog.py`
> > - `generators/debug_messages.py` -> `generators/messages.py`
> > - `UBootMachine.env()` now also accepts `board.Special`s.
> >
> > == Fixed ==
> > - Duplication warning when star-importing another testcase-file.
> > (Thanks to Stefano for reporting this bug!)
> >
>
>
>
> Best regards,
>
> Lukasz Majewski
--
Harald
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-62 Fax: +49-8142-66989-80 Email: hws at denx.de
More information about the tbot
mailing list