2015-07-31 09:41:39 -04:00
|
|
|
# Integration tests for Example site plugin
|
|
|
|
#
|
|
|
|
"Example site loaded":
|
|
|
|
- do:
|
|
|
|
cluster.state: {}
|
|
|
|
|
|
|
|
# Get master node id
|
|
|
|
- set: { master_node: master }
|
|
|
|
|
|
|
|
- do:
|
|
|
|
nodes.info: {}
|
|
|
|
|
2015-08-03 12:41:04 -04:00
|
|
|
- match: { nodes.$master.plugins.0.name: site-example }
|
2015-07-31 09:41:39 -04:00
|
|
|
- match: { nodes.$master.plugins.0.jvm: false }
|
|
|
|
- match: { nodes.$master.plugins.0.site: true }
|