Skip to content

Commit 26d0456

Browse files
Revert "Run rmw-related test_tracetools test with rmw_cyclonedds_cpp"
This reverts commit 4df177b. Signed-off-by: Christophe Bedard <[email protected]>
1 parent 611b2f2 commit 26d0456

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

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)