[Cdash] Submitting generic build/test results to cdash possible?
Julien Jomier
julien.jomier at kitware.com
Mon Jul 14 15:33:53 UTC 2008
Hi Nicholas,
Sorry for the late reply.
CDash supports HTTP PUT submission of the XML files
(http://mycdash/submit.php?project=projectname), so you can use Python
HTTP support to submit the XML.
You can look at the currently generated XML files from your C++
submission, to have an idea of the XML schema.
We are going to put the full XML description on the Wiki when we get a
chance.
Julien
Nicholas Yue wrote:
> Hi,
>
> I have finally got CDash up and running for my team's C++ project.
>
> However, we have a large number of Python projects which have unit
> test we like to submit results to CDash.
>
> We could envisage other programming languages in future.
>
> How do I submit the unit test results from Python (either XML/HTML
> or stdout) to CDash?
>
> Regards
More information about the CDash
mailing list