mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 03:36:07 +08:00
tests template skip mavlink except for mavlink test
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ ver all
|
||||
mavlink start -x -u 14556 -r 2000000
|
||||
mavlink boot_complete
|
||||
|
||||
tests @test_name@
|
||||
tests mavlink
|
||||
|
||||
dataman status
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
#!/bin/sh
|
||||
# PX4 commands need the 'px4-' prefix in bash.
|
||||
# (px4-alias.sh is expected to be in the PATH)
|
||||
source px4-alias.sh
|
||||
|
||||
uorb start
|
||||
|
||||
param load
|
||||
param set SYS_RESTART_TYPE 0
|
||||
|
||||
dataman start
|
||||
|
||||
simulator start -t
|
||||
tone_alarm start
|
||||
gyrosim start
|
||||
accelsim start
|
||||
barosim start
|
||||
gpssim start
|
||||
measairspeedsim start
|
||||
pwm_out_sim start
|
||||
|
||||
ver all
|
||||
|
||||
tests @test_name@
|
||||
|
||||
dataman status
|
||||
|
||||
shutdown
|
||||
Reference in New Issue
Block a user