2016-11-15 09:30:13 -05:00
|
|
|
apply plugin: 'elasticsearch.vagrant'
|
|
|
|
|
|
|
|
esvagrant {
|
|
|
|
inheritTestUtils true
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2017-02-10 14:02:42 -05:00
|
|
|
bats project(path: ':x-pack-elasticsearch:plugin', configuration: 'zip')
|
2016-11-15 09:30:13 -05:00
|
|
|
|
|
|
|
// Inherit Bats test utils from :qa:vagrant project
|
|
|
|
bats project(path: ':qa:vagrant', configuration: 'bats')
|
|
|
|
}
|