Skip to content
Snippets Groups Projects
Commit 171a65c1 authored by Anthony Lamping's avatar Anthony Lamping Committed by Daniel Agar
Browse files

CI: on mavros failure restart it instead of killing test

parent 0af1c712
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@
<arg name="vehicle" value="$(arg vehicle)"/>
<arg name="est" value="$(arg est)"/>
<arg name="respawn_gazebo" value="$(arg respawn_gazebo)"/>
<arg name="respawn_mavros" value="true"/>
</include>
<!-- ROStest -->
<test test-name="$(arg mission)" pkg="px4" type="mission_test.py" time-limit="300.0" args="$(arg mission).plan"/>
......
......@@ -11,6 +11,7 @@
<arg name="vehicle" value="iris_opt_flow"/>
<arg name="est" value="$(arg est)"/>
<arg name="respawn_gazebo" value="$(arg respawn_gazebo)"/>
<arg name="respawn_mavros" value="true"/>
</include>
<!-- ROStest -->
<test test-name="mavros_flow_offboard_posctl_test" pkg="px4" type="mavros_offboard_posctl_test.py" time-limit="300.0"/>
......
......@@ -11,6 +11,7 @@
<arg name="vehicle" value="standard_vtol"/>
<arg name="est" value="$(arg est)"/>
<arg name="respawn_gazebo" value="$(arg respawn_gazebo)"/>
<arg name="respawn_mavros" value="true"/>
</include>
<!-- ROStest -->
<test test-name="multicopter_box" pkg="px4" type="mission_test.py" time-limit="300.0" args="multirotor_box.plan"/>
......
......@@ -11,6 +11,7 @@
<arg name="vehicle" value="iris"/>
<arg name="est" value="$(arg est)"/>
<arg name="respawn_gazebo" value="$(arg respawn_gazebo)"/>
<arg name="respawn_mavros" value="true"/>
</include>
<!-- ROStest -->
<test test-name="mavros_offboard_attctl_test" pkg="px4" type="mavros_offboard_attctl_test.py" time-limit="300.0"/>
......
......@@ -11,6 +11,7 @@
<arg name="vehicle" value="iris"/>
<arg name="est" value="$(arg est)"/>
<arg name="respawn_gazebo" value="$(arg respawn_gazebo)"/>
<arg name="respawn_mavros" value="true"/>
</include>
<!-- ROStest -->
<test test-name="mavros_offboard_posctl_test" pkg="px4" type="mavros_offboard_posctl_test.py" time-limit="300.0"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment