Re: [MTT devel] MTToGDS

2010-02-10 Thread Igor Ivanov
27;t think it'll matter. [II] We should take into account limitations and quotes (response etc) that are specific for google app: http://code.google.com/appengine/docs/python/runtime.html#Responses __ Information from ESET NOD32 Antivirus, version of virus signature database

Re: [MTT devel] MTToGDS

2010-02-10 Thread Igor Ivanov
there's no analyze module, then just return +return $form +if (!$module); + $module = "MTT::Test::Analyze::Performance::$module"; my $method = "PreReport"; my @args = ( $phase, $section, $report ); __ Information from ESET NOD32

Re: [MTT devel] MTToGDS

2010-02-10 Thread Jeff Squyres
On Feb 10, 2010, at 4:18 AM, Igor Ivanov wrote: > I believe that it is just a warning and you can use mtt w/o analyzer that > allow get additional info from output. True, it's just a warning. But it's (very) big and ugly. :-) Makes it quite difficult to read --verbose output and see if anyth

Re: [MTT devel] MTToGDS

2010-02-10 Thread Jeff Squyres
On Feb 10, 2010, at 4:12 AM, Igor Ivanov wrote: >> Is it hard to redirect the appspot lookup to use google account names + >> passwords? >> > [II] I believe that it is possible task. It could be done in two ways: > set google account e-mail in mttdatabase_username key of ini-file > 1) provide fo

Re: [MTT devel] MTToGDS

2010-02-10 Thread Jeff Squyres
On Feb 10, 2010, at 1:45 AM, Mike Dubman wrote: > The GDS files use libyaml interfaces (there is no explictic 'use Syck' > in the code). I think it is implicit dependancy of one of the perl > modules or when you do "yum install libyaml perl-Yaml --> it brings syck > as well) It seems to be coming

Re: [MTT devel] MTToGDS

2010-02-10 Thread Igor Ivanov
I believe that it is just a warning and you can use mtt w/o analyzer that allow get additional info from output. Regards, Igor Jeff Squyres wrote: On Feb 9, 2010, at 5:34 PM, Jeff Squyres (jsquyres) wrote: 6. Could you send detail info about the issue (ini-file, mtt.log w

Re: [MTT devel] MTToGDS

2010-02-10 Thread Igor Ivanov
Hi Jeff, Some of points were touched by Mike in other mail. You can find my answers below marked as [II]. Regards, Igor Jeff Squyres wrote: On Feb 5, 2010, at 4:56 AM, Igor Ivanov wrote: Thank you to start playing with one. I hope you find it is useful. I am trying to answer qu