Skip to content

Commit c0a3512

Browse files
Merge branch 'update-test-tracetools-rmw-fastrtps-cpp' into 'master'
Run rmw-related test_tracetools test with rmw_fastrtps See merge request ros-tracing/ros2_tracing!289
2 parents 611b2f2 + 3241170 commit c0a3512

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

instrumented.repos

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ repositories:
1111
type: git
1212
url: https://github.com/ros2/rmw_cyclonedds.git
1313
version: master
14+
ros2/rmw_fastrtps:
15+
type: git
16+
url: https://github.com/ros2/rmw_fastrtps.git
17+
version: master

test_tracetools/test/test_pub_sub.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
import unittest
1616

17-
from launch.actions import SetEnvironmentVariable
1817
from tracetools_test.case import TraceTestCase
1918
from tracetools_trace.tools import tracepoints as tp
2019

@@ -40,8 +39,6 @@ def __init__(self, *args) -> None:
4039
],
4140
package='test_tracetools',
4241
nodes=['test_ping', 'test_pong'],
43-
# Need rmw_cyclonedds_cpp for the rmw instrumentation
44-
additional_actions=SetEnvironmentVariable('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'),
4542
)
4643

4744
def test_all(self):

test_tracetools/test/test_publisher.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
import unittest
1717

18-
from launch.actions import SetEnvironmentVariable
1918
from tracetools_test.case import TraceTestCase
2019
from tracetools_trace.tools import tracepoints as tp
2120

@@ -36,8 +35,6 @@ def __init__(self, *args) -> None:
3635
],
3736
package='test_tracetools',
3837
nodes=['test_publisher'],
39-
# Need rmw_cyclonedds_cpp for the rmw instrumentation
40-
additional_actions=SetEnvironmentVariable('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'),
4138
)
4239

4340
def test_all(self):

test_tracetools/test/test_subscription.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
import unittest
1818

19-
from launch.actions import SetEnvironmentVariable
2019
from tracetools_test.case import TraceTestCase
2120
from tracetools_trace.tools import tracepoints as tp
2221

@@ -42,8 +41,6 @@ def __init__(self, *args) -> None:
4241
],
4342
package='test_tracetools',
4443
nodes=['test_ping', 'test_pong'],
45-
# Need rmw_cyclonedds_cpp for the rmw instrumentation
46-
additional_actions=SetEnvironmentVariable('RMW_IMPLEMENTATION', 'rmw_cyclonedds_cpp'),
4744
)
4845

4946
def test_all(self):

0 commit comments

Comments
 (0)