- # Integration tests for Cloud AWS components
- #
- "Cloud AWS loaded":
- - do:
- cluster.state: {}
- # Get master node id
- - set: { master_node: master }
- - do:
- nodes.info: {}
- - match: { nodes.$master.plugins.0.name: cloud-aws }
- - match: { nodes.$master.plugins.0.jvm: true }
|