mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 21:18:31 +00:00
12 lines
217 B
YAML
12 lines
217 B
YAML
|
---
|
||
|
"Test stop watcher api":
|
||
|
- do:
|
||
|
cluster.health:
|
||
|
wait_for_status: green
|
||
|
|
||
|
- do: {stop_watcher: {}}
|
||
|
- match: { acknowledged: true }
|
||
|
|
||
|
- do: {start_watcher: {}}
|
||
|
- match: { acknowledged: true }
|