Difference between revisions of "Doc:Sdk 4.1/taeguide/reportserver"

 
Line 18: Line 18:
 
All TAE reports should be submitted to the directory "<TAEBASE>/tae/taereport/import". taereport server continuously polls for report(s) and if present it processes the    report(s) and uploads the processed result(s) to the report server. These reports could be accessed through a browser by opening report server interface using "http://localhost:5000" and then browsing to the correct project and the reports.
 
All TAE reports should be submitted to the directory "<TAEBASE>/tae/taereport/import". taereport server continuously polls for report(s) and if present it processes the    report(s) and uploads the processed result(s) to the report server. These reports could be accessed through a browser by opening report server interface using "http://localhost:5000" and then browsing to the correct project and the reports.
  
* [[Doc:sdk_4.0/taeguide/screens | Screens ]]
+
* [[Doc:sdk_4.1/taeguide/screens | Screens ]]
** [[Doc:sdk_4.0/taeguide/projects | Projects ]]
+
** [[Doc:sdk_4.1/taeguide/projects | Projects ]]
** [[Doc:sdk_4.0/taeguide/projectSummary | Project Summary ]]
+
** [[Doc:sdk_4.1/taeguide/projectSummary | Project Summary ]]
** [[Doc:sdk_4.0/taeguide/reports | Test Reports ]]
+
** [[Doc:sdk_4.1/taeguide/reports | Test Reports ]]
** [[Doc:sdk_4.0/taeguide/testreport | Test Report in Detail ]]
+
** [[Doc:sdk_4.1/taeguide/testreport | Test Report in Detail ]]
** [[Doc:sdk_4.0/taeguide/logfiles | TAE log files and Node postmortem files ]]
+
** [[Doc:sdk_4.1/taeguide/logfiles | TAE log files and Node postmortem files ]]
** [[Doc:sdk_4.0/taeguide/models | Models ]]
+
** [[Doc:sdk_4.1/taeguide/models | Models ]]
** [[Doc:sdk_4.0/taeguide/fixtures | TAE Fixtures ]]
+
** [[Doc:sdk_4.1/taeguide/fixtures | TAE Fixtures ]]
** [[Doc:sdk_4.0/taeguide/testcases | Testcases ]]
+
** [[Doc:sdk_4.1/taeguide/testcases | Testcases ]]

Revision as of 11:57, 1 July 2009

TAE report server configuration and monitoring

Start taereport server

# cd <TAEBASE>/tae/taereport
# python start-taereport.py

You should preferably start this server as a background job.

once TAE report server is started, the interface can be accessed through a browser using URL "http://localhost:5000".

Server Configuration files and parameters

  • dev.cfg (present in directory <TAEBASE>/tae/taereport)

It contains several configurations but the configuration which user would be interested is "server port". By default this value is set to 5000

Report directory

All TAE reports should be submitted to the directory "<TAEBASE>/tae/taereport/import". taereport server continuously polls for report(s) and if present it processes the report(s) and uploads the processed result(s) to the report server. These reports could be accessed through a browser by opening report server interface using "http://localhost:5000" and then browsing to the correct project and the reports.