Jonathan Hsieh created ACCUMULO-1526:
----------------------------------------

             Summary: 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


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:

{ocde}
## 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