mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 15:05:33 +00:00
15 lines
317 B
YAML
15 lines
317 B
YAML
# Integration tests for Cloud Azure components
|
|
#
|
|
"Cloud Azure loaded":
|
|
- do:
|
|
cluster.state: {}
|
|
|
|
# Get master node id
|
|
- set: { master_node: master }
|
|
|
|
- do:
|
|
nodes.info: {}
|
|
|
|
- match: { nodes.$master.plugins.0.name: cloud-azure }
|
|
- match: { nodes.$master.plugins.0.jvm: true }
|