Skip to content

Commit

Permalink
Add head in result when running build_image_rtt_tests
Browse files Browse the repository at this point in the history
JIRA: PDC-1276
  • Loading branch information
bliuredhat committed Jan 6, 2016
1 parent 1bf3d56 commit 10693f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pdc_client/plugins/build_image_rtt_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

def print_build_image_rtt_list(rtt_tests):
fmt = '{0:<10} {1:40} {2:10} {3:6}'
print fmt.format('ID', 'BUILD_NVR', 'FORMAT', 'TEST_RESULT')
for rtt_test in rtt_tests:
print fmt.format(rtt_test['id'],
rtt_test['build_nvr'],
Expand Down
1 change: 1 addition & 0 deletions tests/build_image_rtt_tests/data/list.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ID BUILD_NVR FORMAT TEST_RESULT
0 EjaErg-0 vdi0 passed
1 EjaErg-1 vdi1 passed
2 EjaErg-2 vdi2 passed
Expand Down

0 comments on commit 10693f4

Please sign in to comment.