Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for test processes #5

Closed
tfoote opened this issue Aug 3, 2015 · 2 comments
Closed

Add support for test processes #5

tfoote opened this issue Aug 3, 2015 · 2 comments
Labels
enhancement New feature or request legacy related to original launch implementation
Milestone

Comments

@tfoote
Copy link
Contributor

tfoote commented Aug 3, 2015

The launch library can be used to turn system tests into nosetests. However if the subcomponents of the system tests are either nosetests or gtests their xml output is not captured, only the return code is utilized.

rostest had a specific tag "test" which was aware that the subprocess was going to generate an xunit output passed appropriate flags to the subprocess and gathered up the results of the subprocess. We should support the same functionality to support system tests.

@dirk-thomas
Copy link
Member

We will wait with this until ros2/system_tests#14 can server as a use case.

@clalancette clalancette added the enhancement New feature or request label Jul 14, 2017
@sloretz sloretz added this to the untargeted milestone Mar 1, 2018
@wjwwood wjwwood added the legacy related to original launch implementation label Jun 20, 2018
@wjwwood
Copy link
Member

wjwwood commented Mar 22, 2019

This is covered by the on going work in the new launch system, see: #208

@wjwwood wjwwood closed this as completed Mar 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request legacy related to original launch implementation
Projects
None yet
Development

No branches or pull requests

5 participants