Make the links to "Test case" go to a view that shows the stdout and stderr parsed from the yaml file
Bug #1206401 reported by
Gema Gomez
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu CI Dashboard |
Fix Released
|
Critical
|
Unassigned |
Bug Description
Create a new page for each smoke test result that displays the stdout and stderr from the yaml file, plus all of the info from the current popup. This should be linked per test from the current test results page.
Related branches
lp://staging/~cjohnston/qa-dashboard/1206401
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Joe Talbott: Approve
- Chris Johnston: Needs Resubmitting
-
Diff: 417 lines (+272/-23)9 files modifiedsmokeng/migrations/0004_add_stdout_stderr.py (+127/-0)
smokeng/models.py (+2/-0)
smokeng/tables.py (+8/-5)
smokeng/templates/smokeng/test_result_detail.html (+49/-0)
smokeng/templates/smokeng/test_results_popup.html (+0/-10)
smokeng/tests.py (+13/-0)
smokeng/urls.py (+8/-3)
smokeng/utah_utils.py (+6/-0)
smokeng/views.py (+59/-5)
description: | updated |
Changed in qa-dashboard: | |
status: | New → Confirmed |
importance: | Undecided → Low |
Changed in qa-dashboard: | |
importance: | Low → Critical |
Changed in qa-dashboard: | |
status: | Confirmed → Fix Committed |
Changed in qa-dashboard: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.