[atomic_actions]Port report to new atomic actions
1.use new format in reports 2.move converting new format to old format to wrapper Change-Id: I5a2a5169653f09cded8f12fbc60fdea10f2bec2a
This commit is contained in:
parent
476e768769
commit
d67c09dc46
@ -107,9 +107,9 @@ class TaskTestCase(unittest.TestCase):
|
||||
rally("task start --task %s" % config.filename)
|
||||
detailed = rally("task detailed")
|
||||
self.assertIn("Dummy.dummy_random_fail_in_atomic", detailed)
|
||||
self.assertIn("dummy_fail_test (2)", detailed)
|
||||
self.assertIn("dummy_fail_test (x2)", detailed)
|
||||
detailed_iterations_data = rally("task detailed --iterations-data")
|
||||
self.assertIn(". dummy_fail_test (2)", detailed_iterations_data)
|
||||
self.assertIn(". dummy_fail_test (x2)", detailed_iterations_data)
|
||||
self.assertNotIn("n/a", detailed_iterations_data)
|
||||
|
||||
def test_detailed_with_errors(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user