2015-11-24 17:41:21 -05:00
|
|
|
apply plugin: 'elasticsearch.rest-test'
|
|
|
|
|
|
|
|
dependencies {
|
2015-11-25 18:28:45 -05:00
|
|
|
testCompile project(path: ':x-plugins:elasticsearch:x-pack', configuration: 'runtime')
|
2015-12-03 18:17:02 -05:00
|
|
|
testCompile project(path: ':modules:lang-groovy', configuration: 'runtime')
|
2015-11-24 17:41:21 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
integTest {
|
|
|
|
cluster {
|
2016-07-15 17:36:13 -04:00
|
|
|
plugin ':x-plugins:elasticsearch:x-pack'
|
2016-03-15 20:01:01 -04:00
|
|
|
setting 'script.inline', 'true'
|
2016-03-22 17:40:45 -04:00
|
|
|
setting 'xpack.security.enabled', 'false'
|
2016-03-15 20:01:01 -04:00
|
|
|
setting 'xpack.monitoring.enabled', 'false'
|
2015-11-24 17:41:21 -05:00
|
|
|
}
|
|
|
|
}
|