Collect Xunit results from horizon selenium tests.

Add configuration to collect Xunit test results from the selenium tests
as they are just additional unit tests.

Change-Id: Ia6396330630826861b0eba07855a810c05814086
This commit is contained in:
Clark Boylan 2012-07-25 15:05:19 -07:00
parent 5baa8ae927
commit 2be800ec2d
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@ builders:
- gerrit_git_prep
- selenium
post_build_actions:
- junit:
results: '**/nosetests.xml'
scm:
scm: 'false'