mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 13:38:49 +00:00
15 lines
311 B
YAML
15 lines
311 B
YAML
# Integration tests for Cloud GCE components
|
|
#
|
|
"Cloud GCE loaded":
|
|
- do:
|
|
cluster.state: {}
|
|
|
|
# Get master node id
|
|
- set: { master_node: master }
|
|
|
|
- do:
|
|
nodes.info: {}
|
|
|
|
- match: { nodes.$master.plugins.0.name: cloud-gce }
|
|
- match: { nodes.$master.plugins.0.jvm: true }
|