Talk:Litmus:Web Services: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 7: Line 7:
<pre>
<pre>
<testresults>
<testresults>
   <sender  
   <sender
     username="foo@bar"
     username="foo@bar" />
    password="pwd" />


   <environment
   <environment
Line 23: Line 22:
         left that part out for the moment -->
         left that part out for the moment -->
   </result>
   </result>
   <sender
 
     signature="MAC of all tags above" />
   <authentication
     signature="signed MAC of all tags above" />


</testresults>
</testresults>
</pre>
</pre>

Revision as of 03:34, 10 November 2005

should the attribute of the testresult be password or digital signature?

The password should be some hashed version of password if any. I would separate the platform information into a tag bay itself and added a signature at the end of test results.


<testresults>
  <sender
    username="foo@bar" />

  <environment
    useragent="blah"
    platform="bar"
    opsys="sys"
    branch="branch"
    buildid="bid" />

  <result testid="123" result="result">
    <comment>Optional Comment Goes Here</comment>
    <!-- I don't understand the bits in process_test.cgi about bugs, so I've
         left that part out for the moment -->
  </result>

  <authentication 
    signature="signed MAC of all tags above" />

</testresults>