|
From: Sebastien D. <sde...@us...> - 2005-07-05 09:48:03
|
Update of /cvsroot/tslogparser/tslogparser/admin/modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11531/admin/modules Modified Files: tahi.mod.php Log Message: tahi module released Index: tahi.mod.php =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/admin/modules/tahi.mod.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- tahi.mod.php 14 Jun 2005 13:11:34 -0000 1.4 +++ tahi.mod.php 5 Jul 2005 09:47:51 -0000 1.5 @@ -17,10 +17,7 @@ */ /* This module is for use with the TAHI Conformance Test Suite. - It has been tested against the IPv6 Mobility test suite results: - ct-mipv6-cn-3.1.2.tar.gz - ct-mipv6-ha-3.1.2.tar.gz - ct-mipv6-mn-3.1.1.tar.gz + See the module informations (module_info) for limitations. */ @@ -233,13 +230,17 @@ $title = "<b>TAHI Conformance Test Suite</b> parser module for <b>TSLogParser</b>"; $text = "<p>$title</p>\n"; - $text.= "<p>Release: <b>0.1</b> 2005/06/10</p>\n"; + $text.= "<p>Release: <b>1.0</b> 2005/07/05</p>\n"; $text.= "<p>Limitations and known problems: \n"; - $text.= "<ul>\n<li>Under development\n"; - $text.= "<li>Tested only with :<ul>\n"; - $text.= "<li>ct-mipv6-cn-3.1.2.tar.gz\n"; - $text.= "<li>ct-mipv6-ha-3.1.2.tar.gz\n"; - $text.= "<li>ct-mipv6-mn-3.1.1.tar.gz</ul>\n"; + $text.= "<ul>\n"; + $text.= "<li>One may need to increase the <b>upload_max_filesize</b>"; + $text.= " and <b>post_max_size</b> values in /etc/php.ini.\n"; + $text.= "<li>For the HA tests, the TS archive cannot be parsed directly, "; + $text.= "one need to build the INDEX file previously to uploading.\n " + $text.= "<li>Tested with :<ul>\n"; + $text.= "<li>ct-mipv6-cn-3.1.2.tar.gz ct-mipv6-cn-3.1.5.tar.gz\n"; + $text.= "<li>ct-mipv6-ha-3.1.2.tar.gz, ct-mipv6-ha-3.1.4.tar.gz\n"; + $text.= "<li>ct-mipv6-mn-3.1.1.tar.gz, t-mipv6-mn-3.1.4.tar.gz</ul>\n"; $text.= "</ul></p>\n"; $text.= "<p>See the <a href='http://www.tahi.org/mipv6/index.html'>test suite homepage</a> for more information.</p>\n"; |