Talk:Litmus:Web Services
Jump to navigation
Jump to search
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>