2019-09-11 05:39:58 -04:00
|
|
|
apply plugin: 'elasticsearch.testclusters'
|
|
|
|
apply plugin: 'elasticsearch.standalone-rest-test'
|
|
|
|
apply plugin: 'elasticsearch.rest-test'
|
2019-04-26 14:19:19 -04:00
|
|
|
|
|
|
|
dependencies {
|
|
|
|
testCompile project(path: xpackModule('enrich'), configuration: 'runtime')
|
2019-06-24 11:39:59 -04:00
|
|
|
testCompile project(path: xpackModule('enrich:qa:common'), configuration: 'runtime')
|
2019-04-26 14:19:19 -04:00
|
|
|
}
|
|
|
|
|
2019-09-11 05:39:58 -04:00
|
|
|
testClusters.integTest {
|
|
|
|
testDistribution = 'DEFAULT'
|
2019-04-26 14:19:19 -04:00
|
|
|
setting 'xpack.license.self_generated.type', 'basic'
|
2019-09-26 05:00:33 -04:00
|
|
|
setting 'xpack.monitoring.collection.enabled', 'true'
|
2019-04-26 14:19:19 -04:00
|
|
|
}
|