On 08/31/2011 05:34 PM, John Bishop wrote:
>     Hello, I would like to automate adding a test to the front end web
> interface.  I have scripts which dynamically alter a tests parameters
> which I can then run via the command line but I would like to use the
> front end web interface to keep track of the test passes and to view the
> results.

I might have misunderstood your problem, but the web frontend is 
supposed to keep track of jobs created by all users, not only the ones 
created via web frontend.

So either if you use cli/atest or the web frontend, all jobs should 
appear there, just have to make sure Owner is set to "All users" on the 
Job list tab of the web interface.

Using cli/atest is what you mean by "running the tests via the command 
line"? If not, would you care to explain what you want to accomplish? It 
seems to me that it is not necessary at all to mess up with the database 
structure in autotest, we have the scheduler precisely to handle all this.

Cheers,

Lucas

>  So far the only solution I've found that I think may work is
> to update the database using MySQL scripts.  I'm hoping someone can
> point me towards documentation on the necessary tables and fields that
> would need to be updated (maybe a database flow chart?) or alternately
> perhaps a different solution that would accomplish the same task.
>
> Thank you,
> - John
>
>
> _______________________________________________
> Autotest mailing list
> [email protected]
> http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to