OpenSearch/plugins/cloud-azure/rest-api-spec/test/cloud_azure/10_basic.yaml

15 lines
317 B
YAML
Raw Normal View History

2015-07-07 13:03:37 -04:00
# 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 }