|
| 1 | +<launch> |
| 2 | + |
| 3 | + <test test-name="test_rossetip0" |
| 4 | + name="test_rossetip0" |
| 5 | + pkg="jsk_tools" type="test_stdout.py"> |
| 6 | + <!-- testing https://github.com/jsk-ros-pkg/jsk_common/issues/1472 --> |
| 7 | + <param name="~command" value="/bin/bash $(find jsk_tools)/test/sh/rossetip.sh "133.11.216.210 dev wlp9s0 src 133.11.216.144 uid 1000 \ cache"" /> |
| 8 | + <param name="stdout" value="133.11.216.144" /> |
| 9 | + <param name="shell" value="true" /> |
| 10 | + </test> |
| 11 | + |
| 12 | + <test test-name="test_rossetip1" |
| 13 | + name="test_rossetip1" |
| 14 | + pkg="jsk_tools" type="test_stdout.py"> |
| 15 | + <!-- testing https://github.com/jsk-ros-pkg/jsk_common/issues/1472 --> |
| 16 | + <param name="~command" value="/bin/bash $(find jsk_tools)/test/sh/rossetip.sh "local 133.11.216.144 dev lo src 133.11.216.144 uid 1000 \ cache"" /> |
| 17 | + <param name="stdout" value="133.11.216.144" /> |
| 18 | + <param name="shell" value="true" /> |
| 19 | + </test> |
| 20 | + |
| 21 | + <test test-name="test_rossetip2" |
| 22 | + name="test_rossetip2" |
| 23 | + pkg="jsk_tools" type="test_stdout.py"> |
| 24 | + <!-- testing https://github.com/jsk-ros-pkg/jsk_common/issues/1472 --> |
| 25 | + <param name="~command" value="/bin/bash $(find jsk_tools)/test/sh/rossetip.sh "8.8.8.8 via 133.11.216.254 dev wlp9s0 src 133.11.216.144 uid 1000 \ cache"" /> |
| 26 | + <param name="stdout" value="133.11.216.144" /> |
| 27 | + <param name="shell" value="true" /> |
| 28 | + </test> |
| 29 | + |
| 30 | + <test test-name="test_rossetmaster0" |
| 31 | + name="test_rossetmaster0" |
| 32 | + pkg="jsk_tools" type="test_stdout.py"> |
| 33 | + <param name="~command" value="/bin/bash $(find jsk_tools)/test/sh/rossetmaster.sh localhost" /> |
| 34 | + <param name="stdout" value="http://localhost:11311" /> |
| 35 | + <param name="shell" value="true" /> |
| 36 | + </test> |
| 37 | + |
| 38 | + <test test-name="test_rossetmaster1" |
| 39 | + name="test_rossetmaster1" |
| 40 | + pkg="jsk_tools" type="test_stdout.py"> |
| 41 | + <param name="~command" value="/bin/bash $(find jsk_tools)/test/sh/rossetmaster.sh hrp2017v 10017" /> |
| 42 | + <param name="stdout" value="http://hrp2017v:10017" /> |
| 43 | + <param name="shell" value="true" /> |
| 44 | + </test> |
| 45 | + |
| 46 | +</launch> |
0 commit comments