Merge "Base HTML templates and improvements for task report"

This commit is contained in:
Jenkins
2014-11-19 13:17:20 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ class TaskTestCase(unittest.TestCase):
rally("task start --task %s" % config.filename)
if os.path.exists(html_file):
os.remove(html_file)
rally("task report /tmp/test_plot")
rally("task report --out %s" % html_file)
self.assertTrue(os.path.exists(html_file))
def test_delete(self):