[ 
https://issues.apache.org/jira/browse/ACCUMULO-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13690686#comment-13690686
 ] 

Jonathan Hsieh commented on ACCUMULO-1526:
------------------------------------------

Thanks!
                
> add option for xml report format so that functional tests runs can be used by 
> jenkins ci
> ----------------------------------------------------------------------------------------
>
>                 Key: ACCUMULO-1526
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1526
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: test
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>             Fix For: 1.4.4, 1.5.1, 1.6.0
>
>         Attachments: accumulo-1526.patch, jenkins-screenshot.png
>
>
> I've been working on getting various versions of accumulo's tests running 
> against different versions and use jenkinsci for both unit tests and 
> functional tests. 
> This patch provides an option to the 'auto' tests that enable it to output 
> reports in an xml format that can be read by the jenkins ci tool.  
> It introduces a requirement on the 'xmlrunner' python package that is not 
> installed by default on centos6.  But can be easily be added via these 
> command:
> {code}
> ## run as root 
> # install python's easy_install
> yum install -y python-setuptools
> # install python module for xml unittest output
> easy_install unittest-xml-reporting
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to