mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-03 09:29:11 +00:00
9 lines
160 B
YAML
9 lines
160 B
YAML
---
|
|
"Test restart watcher api":
|
|
- do:
|
|
cluster.health:
|
|
wait_for_status: green
|
|
|
|
- do: {watcher.restart: {}}
|
|
- match: { acknowledged: true }
|