Fixed test failure after migrating xpack ccr code to elasticsearch repository.

This commit is contained in:
Martijn van Groningen 2018-04-25 10:10:06 +02:00
parent 5a67a0f78f
commit 831e7e0777
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 12 additions and 11 deletions

View File

@ -10,14 +10,15 @@
- do:
nodes.info: {}
- match: { nodes.$master.modules.13.name: x-pack-core }
- match: { nodes.$master.modules.14.name: x-pack-deprecation }
- match: { nodes.$master.modules.15.name: x-pack-graph }
- match: { nodes.$master.modules.16.name: x-pack-logstash }
- match: { nodes.$master.modules.17.name: x-pack-ml }
- match: { nodes.$master.modules.18.name: x-pack-monitoring }
- match: { nodes.$master.modules.19.name: x-pack-rollup }
- match: { nodes.$master.modules.20.name: x-pack-security }
- match: { nodes.$master.modules.21.name: x-pack-sql }
- match: { nodes.$master.modules.22.name: x-pack-upgrade }
- match: { nodes.$master.modules.23.name: x-pack-watcher }
- match: { nodes.$master.modules.13.name: x-pack-ccr }
- match: { nodes.$master.modules.14.name: x-pack-core }
- match: { nodes.$master.modules.15.name: x-pack-deprecation }
- match: { nodes.$master.modules.16.name: x-pack-graph }
- match: { nodes.$master.modules.17.name: x-pack-logstash }
- match: { nodes.$master.modules.18.name: x-pack-ml }
- match: { nodes.$master.modules.19.name: x-pack-monitoring }
- match: { nodes.$master.modules.20.name: x-pack-rollup }
- match: { nodes.$master.modules.21.name: x-pack-security }
- match: { nodes.$master.modules.22.name: x-pack-sql }
- match: { nodes.$master.modules.23.name: x-pack-upgrade }
- match: { nodes.$master.modules.24.name: x-pack-watcher }