blob: f8fd8ebef170d4997922802fd808ba8acafcf136 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
"Test pending tasks":
- do:
cluster.pending_tasks: {}
- is_true: tasks
---
"Test pending tasks with local flag":
- do:
cluster.pending_tasks:
local: true
- is_true: tasks
|