]> git.puffer.fish Git - mirror/frr.git/commit
tests: topotests/lib/lutil.py: add timestamp to log of test start 7772/head
authorG. Paul Ziemba <paulz@labn.net>
Sat, 19 Dec 2020 19:41:05 +0000 (11:41 -0800)
committerG. Paul Ziemba <paulz@labn.net>
Tue, 29 Dec 2020 13:34:46 +0000 (05:34 -0800)
commit2f17f52a027afa913fd33b4e5f6b5571f8c3e669
tree98fb7fe23c8dc227f4e4e90f427ebd57f9267eba
parent1facc03e6198c8f6b950b714ac8b8d48ebf0ff3e
tests: topotests/lib/lutil.py: add timestamp to log of test start

    Timestamps in test logs are needed for correlation with messages in
    routing protocol log files. Vox populi indicates preference for
    timestamp at beginning of line.

    OLD:
    (#55) scripts/rip-show.py:61 COMMAND:r1:vtysh -c "show ip rip status": 00:0.* 00:0:wait:RIP Peers:

    NEW:
    Sat Dec 19 08:26:45 2020 (#55) scripts/rip-show.py:61 COMMAND:r1:vtysh -c "show ip rip status": 00:0.* 00:0:wait:RIP Peers:

Signed-off-by: G. Paul Ziemba <paulz@labn.net>
tests/topotests/lib/lutil.py