mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
Added Information Type for results and logging
This commit is contained in:
committed by
Erik Bjorge
parent
d2f4e0ba65
commit
9faa8ef7b4
@@ -384,10 +384,6 @@ class TestSuite(object):
|
||||
ts_attributes["time"] = "%.5f" % sum( [tc.time for tc in self.test_cases if tc.time] )
|
||||
ts_attributes["tests"] = str( len( self.test_cases ) )
|
||||
|
||||
print ts_attributes
|
||||
for tc in self.test_cases:
|
||||
print tc.tcType
|
||||
|
||||
xml_element = ET.Element( "testsuite", ts_attributes )
|
||||
|
||||
if len(self.properties) > 0:
|
||||
|
||||
Reference in New Issue
Block a user