Re: [Ryu-devel] How to translate the output of switch test tool into HTML
Brought to you by:
nz_gizmoguy
From: Hisaharu I. <ish...@la...> - 2015-04-14 04:29:00
|
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 many test case specific codes. So if you would like to format the result of your original test cases, you need to customize the script too. Thanks, -- Hisaharu Ishii On 2015年04月02日 19:11, Satoshi KOBAYASHI wrote: > 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 <ish...@la...>: > >> 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 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 >>> >>> >>> >>> >> ------------------------------------------------------------------------------ >>> Dive into the World of Parallel Programming The Go Parallel Website, >> sponsored >>> by Intel and developed in partnership with Slashdot Media, is your hub >> for all >>> things parallel software development, from weekly thought leadership >> blogs to >>> news, videos, case studies, tutorials and more. Take a look and join the >>> conversation now. http://goparallel.sourceforge.net/ >>> >>> >>> >>> _______________________________________________ >>> Ryu-devel mailing list >>> Ryu...@li... >>> https://lists.sourceforge.net/lists/listinfo/ryu-devel >>> >> >> >> >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming The Go Parallel Website, >> sponsored >> by Intel and developed in partnership with Slashdot Media, is your hub for >> all >> things parallel software development, from weekly thought leadership blogs >> to >> news, videos, case studies, tutorials and more. Take a look and join the >> conversation now. http://goparallel.sourceforge.net/ >> _______________________________________________ >> Ryu-devel mailing list >> Ryu...@li... >> https://lists.sourceforge.net/lists/listinfo/ryu-devel >> > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for all > things parallel software development, from weekly thought leadership blogs to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > > > > _______________________________________________ > Ryu-devel mailing list > Ryu...@li... > https://lists.sourceforge.net/lists/listinfo/ryu-devel > |