Re: [Ryu-devel] How to translate the output of switch test tool into HTML

2015-04-13 Thread Satoshi KOBAYASHI
Hi Ishii-san, Thank you so much! 2015-04-14 13:28 GMT+09:00 Hisaharu Ishii : > Hi KOBAYASHI-san, > > Let me share the attached script I'm using to generate markdown text. > The usage of this script is like: > > $ ryu run ryu/tests/switch/tester.py --test-switch-dir ryu/tests/switch > --log-file

Re: [Ryu-devel] How to translate the output of switch test tool into HTML

2015-04-13 Thread Hisaharu Ishii
Hi KOBAYASHI-san, Let me share the attached script I'm using to generate markdown text. The usage of this script is like: $ ryu run ryu/tests/switch/tester.py --test-switch-dir ryu/tests/switch --log-file result.txt $ cat result.txt | python markdown.py > result.md This script contains so man

Re: [Ryu-devel] How to translate the output of switch test tool into HTML

2015-04-02 Thread Satoshi KOBAYASHI
Hi Ishii-san, I see. Although test tool is really really great even now, If we can we get the readable results, I think it will be more convenient. Thanks, Satoshi 2015-04-02 18:09 GMT+09:00 Hisaharu Ishii : > Hi KOBAYASHI-san, > > I'm running a script to generate a markdown text from a test re

Re: [Ryu-devel] How to translate the output of switch test tool into HTML

2015-04-02 Thread Hisaharu Ishii
Hi KOBAYASHI-san, I'm running a script to generate a markdown text from a test result log and push it to github. It contains many hard-coded settings, so not be included in the Ryu repository. Thanks, -- Hisaharu Ishii On 2015年04月02日 17:24, Satoshi KOBAYASHI wrote: > Hi folks, > > I have bee

[Ryu-devel] How to translate the output of switch test tool into HTML

2015-04-02 Thread Satoshi KOBAYASHI
Hi folks, I have been trying switch test tool and got a result of the plain text file. But it seems that a result of the page of Ryu Certification is formatted into HTML. I would like to translate, but how is that performed? Thanks, Satoshi