mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-19 20:19:06 +08:00
NodeStatusMonitor test fixed, 2 to go
This commit is contained in:
parent
3b911372cf
commit
05609e7c84
@ -123,13 +123,13 @@ TEST(NodeStatusMonitor, Basic)
|
||||
/*
|
||||
* Recovering one node, adding two extra
|
||||
*/
|
||||
publishNodeStatus(can, 11, NodeStatus::STATUS_WARNING, 999, 0);
|
||||
publishNodeStatus(can, 11, NodeStatus::STATUS_WARNING, 999, 1);
|
||||
shortSpin(node);
|
||||
|
||||
publishNodeStatus(can, 127, NodeStatus::STATUS_WARNING, 9999, 0);
|
||||
publishNodeStatus(can, 127, NodeStatus::STATUS_WARNING, 9999, 1);
|
||||
shortSpin(node);
|
||||
|
||||
publishNodeStatus(can, 1, NodeStatus::STATUS_OK, 1234, 0);
|
||||
publishNodeStatus(can, 1, NodeStatus::STATUS_OK, 1234, 1);
|
||||
shortSpin(node);
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user