fix smoke test with security reference to renamed ilm

This commit is contained in:
Tal Levy 2018-08-03 14:00:27 -07:00
parent 47a3e980b2
commit 457661e0da
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ dependencies {
task copyILMRestTests(type: Copy) {
into project.sourceSets.test.output.resourcesDir
from xpackProject('plugin').sourceSets.test.resources.srcDirs
include 'rest-api-spec/test/index_lifecycle/**'
include 'rest-api-spec/test/ilm/**'
}
def clusterCredentials = [username: System.getProperty('tests.rest.cluster.username', 'test_user'),