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 }
|