You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Travis Thompson (JIRA)" <ji...@apache.org> on 2015/09/01 19:45:45 UTC

[jira] [Updated] (HADOOP-12372) Add support for rspec with junit

     [ https://issues.apache.org/jira/browse/HADOOP-12372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Travis Thompson updated HADOOP-12372:
-------------------------------------
    Description: 
rspec already supports junit format with a plugin, just run like this:

{noformat}
rspec -f JUnit -o results.xml
{noformat}

This will allow any generic rspec to work as well as chefspec (chef unit testing).  This will also soon allow for kitchen test (chef functional testing) to work as well (it's also using rspec, but currently isn't configurable, see: https://github.com/test-kitchen/busser-serverspec/issues/9)

  was:
rspec already supports junit format with a plugin, just run like this:

{noformat}
rspec -f JUnit -o results.xml
{noformat}

This will allow any generic rspec to work as well as chefspec (chef unit testing).  This will also soon allow for kitchen test to work as well (it's also using rspec, but currently isn't configurable, see: https://github.com/test-kitchen/busser-serverspec/issues/9)


> Add support for rspec with junit
> --------------------------------
>
>                 Key: HADOOP-12372
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12372
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: yetus
>            Reporter: Travis Thompson
>
> rspec already supports junit format with a plugin, just run like this:
> {noformat}
> rspec -f JUnit -o results.xml
> {noformat}
> This will allow any generic rspec to work as well as chefspec (chef unit testing).  This will also soon allow for kitchen test (chef functional testing) to work as well (it's also using rspec, but currently isn't configurable, see: https://github.com/test-kitchen/busser-serverspec/issues/9)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)