fix smoke test with security reference to renamed ilm
This commit is contained in:
parent
47a3e980b2
commit
457661e0da
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue