aboutsummaryrefslogtreecommitdiff
path: root/integrationtests/demo_tests/mavros_tests.launch
diff options
context:
space:
mode:
authorAndreas Antener <antener_a@gmx.ch>2015-04-08 09:48:27 +0200
committerAndreas Antener <antener_a@gmx.ch>2015-04-08 13:41:40 +0200
commit120fca61ad2fde5a8967f7dc554d8bd05499593a (patch)
treed70654ca9399453dee384aed56237bd14494fe75 /integrationtests/demo_tests/mavros_tests.launch
parenta142b52e7bb3edad5bd6171917fb327ce43c6460 (diff)
downloadpx4-firmware-120fca61ad2fde5a8967f7dc554d8bd05499593a.tar.gz
px4-firmware-120fca61ad2fde5a8967f7dc554d8bd05499593a.tar.bz2
px4-firmware-120fca61ad2fde5a8967f7dc554d8bd05499593a.zip
use global namespace for tests
Diffstat (limited to 'integrationtests/demo_tests/mavros_tests.launch')
-rw-r--r--integrationtests/demo_tests/mavros_tests.launch10
1 files changed, 6 insertions, 4 deletions
diff --git a/integrationtests/demo_tests/mavros_tests.launch b/integrationtests/demo_tests/mavros_tests.launch
index cc4918307..cdafc967c 100644
--- a/integrationtests/demo_tests/mavros_tests.launch
+++ b/integrationtests/demo_tests/mavros_tests.launch
@@ -12,12 +12,14 @@
<arg name="enable_logging" value="$(arg enable_logging)" />
<arg name="enable_ground_truth" value="$(arg enable_ground_truth)" />
<arg name="log_file" value="$(arg log_file)"/>
- <arg name="ns" value="$(arg ns)"/>
+ <arg name="ns" value="$(arg ns)"/>
</include>
<include file="$(find px4)/launch/mavros_sitl.launch">
- <arg name="ns" value="$(arg ns)"/>
+ <arg name="ns" value="$(arg ns)"/>
</include>
- <test test-name="mavros_offboard_posctl_test" pkg="px4" type="mavros_offboard_posctl_test.py" />
- <test test-name="mavros_offboard_attctl_test" pkg="px4" type="mavros_offboard_attctl_test.py" />
+ <group ns="$(arg ns)">
+ <test test-name="mavros_offboard_posctl_test" pkg="px4" type="mavros_offboard_posctl_test.py" />
+ <test test-name="mavros_offboard_attctl_test" pkg="px4" type="mavros_offboard_attctl_test.py" />
+ </group>
</launch>