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)
39
39
find_package (ament_cmake_pytest REQUIRED )
40
40
41
41
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 )
43
42
44
43
function (add_ros_isolated_launch_test path )
45
44
set (RUNNER "${ament_cmake_ros_DIR} /run_test_isolated.py" )
Original file line number Diff line number Diff line change 30
30
31
31
import os
32
32
import unittest
33
- import psutil
34
33
import subprocess
35
34
36
35
from ament_index_python .packages import get_package_share_directory
@@ -350,10 +349,3 @@ class TestDescriptionCraneShutdown(unittest.TestCase):
350
349
def test_exit_codes (self , proc_info ):
351
350
"""Check if the processes exited normally."""
352
351
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