File tree Expand file tree Collapse file tree 3 files changed +0
-63
lines changed Expand file tree Collapse file tree 3 files changed +0
-63
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ if(BUILD_TESTING)
3939 find_package (ament_cmake_pytest REQUIRED)
4040
4141 ament_add_pytest_test(example_13_urdf_xacro test /test_urdf_xacro.py)
42- ament_add_pytest_test(view_example_13_launch test /test_view_robot_launch.py)
4342
4443 function (add_ros_isolated_launch_test path )
4544 set (RUNNER "${ament_cmake_ros_DIR} /run_test_isolated.py" )
Original file line number Diff line number Diff line change 3030
3131import os
3232import unittest
33- import psutil
3433import subprocess
3534
3635from ament_index_python .packages import get_package_share_directory
@@ -350,10 +349,3 @@ class TestDescriptionCraneShutdown(unittest.TestCase):
350349 def test_exit_codes (self , proc_info ):
351350 """Check if the processes exited normally."""
352351 launch_testing .asserts .assertExitCodes (proc_info )
353-
354- def test_process_running (self ):
355- for proc in psutil .process_iter ():
356- # check whether the process name matches
357- if "ros2_control_node" in proc .name ():
358- print ("ros2_control_node found" )
359- proc .kill ()
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments