projects
/
test
/
tct
/
csharp
/
api.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4e2547207ef01444b7b87097cdf4ca8fd6eab6f3
[test/tct/csharp/api.git]
/
1
#!/usr/bin/python
2
from result_summary import ResultSummary
3
4
5
summary1 = ResultSummary("/opt/tct/tizen_web_2.4/manager/result/2016-01-12_15-10-43-526/tct-capability-tests.xml")
6
summary1.unmarshal()
7
'''
8
try:
9
summary1.unmarshal()
10
except Exception, e:
11
print "[ Error: reading suite result fail, error %s ]\n" % e
12
'''