mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
12 lines
217 B
YAML
12 lines
217 B
YAML
---
|
|
"Test stop watcher api":
|
|
- do:
|
|
cluster.health:
|
|
wait_for_status: green
|
|
|
|
- do: {watcher.stop: {}}
|
|
- match: { acknowledged: true }
|
|
|
|
- do: {watcher.start: {}}
|
|
- match: { acknowledged: true }
|