Home
last modified time | relevance | path

Searched refs:test_suite_attributes (Results 1 – 1 of 1) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/report/
Dsuite_reporter.py83 test_suite_element, test_suite_attributes = self._initial_test_suite(
87 test_suite_attributes[ReportConstant.unavailable] = 1
88 test_suite_attributes[ReportConstant.message] = suite_result.stacktrace
92 test_suite_attributes[ReportConstant.result] = ReportConstant.false
94 test_suite_attributes)
128 test_suite_element, test_suite_attributes = \
137 test_suite_attributes.get(need_update_attribute, 0)
184 test_suite_element, test_suite_attributes = self._initial_test_suite(
196 test_suite_attributes)
202 test_suite_attributes[ReportConstant.disabled] += max(int(
[all …]