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 {
|
2019-11-14 06:01:23 -05:00
|
|
|
testCompile project(path: xpackModule('enrich'), configuration: 'runtime')
|
|
|
|
testCompile project(path: xpackModule('enrich:qa:common'), configuration: 'runtime')
|
2019-04-26 14:19:19 -04:00
|
|
|
}
|
|
|
|
|
2019-11-14 06:01:23 -05:00
|
|
|
testClusters.integTest {
|
|
|
|
testDistribution = 'DEFAULT'
|
|
|
|
setting 'xpack.license.self_generated.type', 'basic'
|
|
|
|
setting 'xpack.monitoring.collection.enabled', 'true'
|
2019-04-26 14:19:19 -04:00
|
|
|
}
|