This repository was archived by the owner on May 31, 2025. It is now read-only.
Better naming for roslaunch check test XMLs.#897
Merged
dirk-thomas merged 3 commits intoros:kinetic-develfrom Sep 16, 2016
Merged
Better naming for roslaunch check test XMLs.#897dirk-thomas merged 3 commits intoros:kinetic-develfrom
dirk-thomas merged 3 commits intoros:kinetic-develfrom
Conversation
Member
Author
Member
Author
|
This hasn't addressed the business of stdout capture. That turns out to be trickier than first imagined, as output from other invocations must be captured; would rather get this in for now and worry about that part later/never. |
Member
|
Since this patch relies on the upcoming API in ros_comm/tools/roslaunch/package.xml Line 32 in 6742631 |
Member
Author
|
Added versioned dep. |
dirk-thomas
reviewed
Sep 16, 2016
| with open(test_file, 'w') as f: | ||
| f.write(rosunit.junitxml.test_success_junit_xml(test_name)) | ||
| f.write(rosunit.junitxml.test_success_junit_xml(test_name, stdout="", | ||
| class_name="roslaunch.RoslaunchCheck", testcase_name="%s_%s" % (pkg, outname))) |
Member
There was a problem hiding this comment.
Can you please update this to not pass stdout anymore.
Member
Author
There was a problem hiding this comment.
Oh of course. I thought I had already removed it; thanks for the catch. Fixed now.
Member
|
Thank you for the PR and iterating on it! |
rsinnet
pushed a commit
to MisoRobotics/ros_comm
that referenced
this pull request
Jun 19, 2017
* Better naming for roslaunch check test XMLs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Companion to ros/ros#119
Ran:
rosrun roslaunch roslaunch-check src/ridgeback/ridgeback_description/launch/description.launchWhich the following to:
test_results/ridgeback_description/rosunit-roslaunch_check_launch_description_launch.xmlRan:
rosrun roslaunch roslaunch-check src/ridgeback/ridgeback_description/launchWrote the following to:
test_results/ridgeback_description/rosunit-roslaunch_check_launch.xmlRan
catkin_make run_tests_ridgeback_navigation_roslaunch-checkWhich wrote the following to
test_results/ridgeback_description/roslaunch-check_launch_description.launch.xml