[PATCHv2 0/3] Summary output format change

Jiri Pirko jpirko at redhat.com
Fri May 31 11:35:06 UTC 2013


Fri, May 31, 2013 at 11:06:37AM CEST, olichtne at redhat.com wrote:
>From: Ondrej Lichtner <olichtne at redhat.com>
>
>The bug with recipe result initialization is fixed in this version.
>Previous message:
>
>Hi everyone,
>
>yesterday I posted an email containing the first version of how I am
>reimplementing the summary output. Today I bring you the, hopefully, finished
>version in the following patches.
>
>The slightly changed format now looks like this:
>
>2013-05-30 15:09:07|       (127.0.0.1)|    INFO: ========================================= SUMMARY =========================================
>2013-05-30 15:09:07|       (127.0.0.1)|    INFO: recipes/smoke/tests/recipe-bond-bond.xml                                               PASS
>2013-05-30 15:09:07|       (127.0.0.1)|    INFO:     cmd_seq: 1
>2013-05-30 15:09:07|       (127.0.0.1)|    INFO:         test          IcmpPing bg_id: 1                                                PASS
>2013-05-30 15:09:07|       (127.0.0.1)|    INFO:         ctl_wait      5s                                                               PASS
>2013-05-30 15:09:07|       (127.0.0.1)|    INFO:         intr          id: 1                                                            PASS
>2013-05-30 15:09:07|       (127.0.0.1)|    INFO:     cmd_seq: 2
>2013-05-30 15:09:07|       (127.0.0.1)|    INFO:         exec          [ `ip -o link | grep t_bond0 | wc -l` -gt 0 ]                    PASS
>2013-05-30 15:09:07|       (127.0.0.1)|    INFO:     cmd_seq: 3
>2013-05-30 15:09:07|       (127.0.0.1)|    INFO:         test          IcmpPing                                                         PASS
>2013-05-30 15:09:07|       (127.0.0.1)|    INFO:     cmd_seq: 4
>2013-05-30 15:09:07|       (127.0.0.1)|    INFO:         system_config                                                                  PASS
>2013-05-30 15:09:07|       (127.0.0.1)|    INFO:             /proc/sys/net/ipv4/igmp_max_memberships                 previous: 20 current: 8
>2013-05-30 15:09:07|       (127.0.0.1)|    INFO: ===========================================================================================
>
>Ondrej Lichtner (3):
>  NetTestResultSerializer: add support for command_sequences
>  NetTestResultSerializer: add method print_summary
>  lnst-ctl: use the new print_summary method
>
> lnst-ctl                                   |  12 +--
> lnst/Controller/NetTestController.py       |   1 +
> lnst/Controller/NetTestResultSerializer.py | 167 ++++++++++++++++++++++++++++-
> 3 files changed, 168 insertions(+), 12 deletions(-)
>
>-- 
>1.8.1.4
>
>_______________________________________________
>LNST-developers mailing list
>LNST-developers at lists.fedorahosted.org
>https://lists.fedorahosted.org/mailman/listinfo/lnst-developers


applied, thanks


More information about the LNST-developers mailing list